diff --git a/conf/computerome.config b/conf/computerome.config index 1085b49..ef9e71f 100644 --- a/conf/computerome.config +++ b/conf/computerome.config @@ -1,4 +1,4 @@ -singularityDir = "/gpfs/scratch/${USER}/singularity_images_nextflow" +singularityDir = "/scratch/${USER}/singularity_images_nextflow" //Profile config names for nf-core/configs params { @@ -14,7 +14,7 @@ singularity { } process { - beforeScript = 'module load singularity squashfs-tools' + beforeScript = 'module load tools singularity/3.8.0' executor = 'pbs' queue = { task.memory >= 192.GB ? 'fatnode': 'thinnode'} }