mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
update singularity command
This commit is contained in:
parent
429c7b4fa8
commit
c97c48ae5b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ params {
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
beforeScript = 'module load singularity'
|
beforeScript = 'alias singularity /varidata/research/software/singularity/singularity-ce-3.8.2/bin/singularity'
|
||||||
executor = 'pbs'
|
executor = 'pbs'
|
||||||
queue = { task.time <= 48.h ? 'shortq' : 'longq' }
|
queue = { task.time <= 48.h ? 'shortq' : 'longq' }
|
||||||
maxRetries = 2
|
maxRetries = 2
|
||||||
|
|
Loading…
Reference in a new issue