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:
parent
06632d541d
commit
d4c71f0d8d
1 changed files with 2 additions and 2 deletions
|
@ -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'}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue