mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #206 from marchoeppner/ccga_dx_update
Updating the CCGA DX profile to new storage system
This commit is contained in:
commit
a4630a926d
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ params {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
runOptions = "-B /mnt"
|
||||
runOptions = "-B /mnt -B /work_ifs"
|
||||
}
|
||||
|
||||
executor {
|
||||
|
@ -30,7 +30,7 @@ process {
|
|||
|
||||
params {
|
||||
// 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
|
||||
max_memory = 250.GB
|
||||
max_cpus = 20
|
||||
|
|
Loading…
Reference in a new issue