mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-14 05:33:09 +00:00
Update computerome.config
This commit is contained in:
parent
86e21b378a
commit
29003e13f1
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ params {
|
||||||
//There is no max walltime on the cluster, but a week seems sensible if not directly specified
|
//There is no max walltime on the cluster, but a week seems sensible if not directly specified
|
||||||
max_time = 168.h
|
max_time = 168.h
|
||||||
}
|
}
|
||||||
params.cache_dir = { "/home/projects/$params.project/scratch" }
|
params.cache_dir = "/home/projects/$params.project/scratch"
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
@ -22,8 +22,8 @@ singularity {
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
beforeScript = { "module load tools singularity/3.8.0; export _JAVA_OPTIONS=-Djava.io.tmpdir=$params.cache_dir; export NXF_SINGULARITY_CACHEDIR=$params.cache_dir" }
|
beforeScript = "module load tools singularity/3.8.0; export _JAVA_OPTIONS=-Djava.io.tmpdir=$params.cache_dir"
|
||||||
executor = 'pbs'
|
executor = 'pbs'
|
||||||
queueSize = 2000
|
queueSize = 2000
|
||||||
clusterOptions = { "-A $params.project -W group_list=$params.project" }
|
clusterOptions = "-A $params.project -W group_list=$params.project"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue