1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-25 01:19:54 +00:00

Update computerome.config

This commit is contained in:
Marc Trunjer Kusk Nielsen 2021-09-01 13:22:31 +02:00 committed by GitHub
parent 06632d541d
commit d4c71f0d8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'}
}