mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-12-22 02:38:16 +00:00
Updating the CCGA DX profile to new storage system
This commit is contained in:
parent
4de0855218
commit
1f2fce00aa
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ params {
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
runOptions = "-B /mnt"
|
runOptions = "-B /mnt -B /work_ifs"
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
|
@ -30,7 +30,7 @@ process {
|
||||||
|
|
||||||
params {
|
params {
|
||||||
// illumina iGenomes reference file paths on DX Cluster
|
// illumina iGenomes reference file paths on DX Cluster
|
||||||
igenomes_base = '/mnt/ld_ng_out/sukmb352/references/iGenomes/references/'
|
igenomes_base = '/work_ifs/ikmb_repository/references/iGenomes/references/'
|
||||||
saveReference = true
|
saveReference = true
|
||||||
max_memory = 250.GB
|
max_memory = 250.GB
|
||||||
max_cpus = 20
|
max_cpus = 20
|
||||||
|
|
Loading…
Reference in a new issue