mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #244 from oalmelid/master
eddie.conf: Add TMPDIR and mount for it to singularity configuration + Migrate to BioinformaticsResources for genomes.
This commit is contained in:
commit
c75ceec35d
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ process {
|
||||||
params {
|
params {
|
||||||
saveReference = true
|
saveReference = true
|
||||||
// iGenomes reference base
|
// iGenomes reference base
|
||||||
igenomes_base = '/exports/igmm/eddie/NextGenResources/igenomes'
|
igenomes_base = '/exports/igmm/eddie/BioinformaticsResources/igenomes'
|
||||||
max_memory = 384.GB
|
max_memory = 384.GB
|
||||||
max_cpus = 32
|
max_cpus = 32
|
||||||
max_time = 240.h
|
max_time = 240.h
|
||||||
|
@ -42,8 +42,8 @@ env {
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
envWhitelist = "SINGULARITY_TMPDIR"
|
envWhitelist = "SINGULARITY_TMPDIR,TMPDIR"
|
||||||
runOptions = '-p'
|
runOptions = '-p -B "$TMPDIR"'
|
||||||
enabled = true
|
enabled = true
|
||||||
autoMounts = true
|
autoMounts = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue