mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-24 09:09:56 +00:00
testing automounts
This commit is contained in:
parent
1e68a10ef0
commit
ad12bd4ad1
1 changed files with 4 additions and 3 deletions
|
@ -8,12 +8,13 @@
|
||||||
*/
|
*/
|
||||||
params {
|
params {
|
||||||
config_profile_description = "Nextflow nf-core profile for ICR davros HPC"
|
config_profile_description = "Nextflow nf-core profile for ICR davros HPC"
|
||||||
config_profile_contact = "Adrian Larkeryd"
|
config_profile_contact = "Adrian Larkeryd (@adrlar)"
|
||||||
}
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
// runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
||||||
|
autoMounts = true
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
|
@ -35,4 +36,4 @@ params {
|
||||||
max_memory = 12.GB
|
max_memory = 12.GB
|
||||||
max_time = 168.h
|
max_time = 168.h
|
||||||
igenomes_base = "/mnt/scratch/readonly/igenomes"
|
igenomes_base = "/mnt/scratch/readonly/igenomes"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue