1
0
Fork 0
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:
Alexander Peltzer 2021-02-16 09:46:54 +01:00 committed by GitHub
commit a4630a926d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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