1
0
Fork 0
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:
Adrian 2020-04-28 16:03:06 +01:00
parent 1e68a10ef0
commit ad12bd4ad1

View file

@ -8,12 +8,13 @@
*/
params {
config_profile_description = "Nextflow nf-core profile for ICR davros HPC"
config_profile_contact = "Adrian Larkeryd"
config_profile_contact = "Adrian Larkeryd (@adrlar)"
}
singularity {
enabled = true
runOptions = "--bind /mnt:/mnt --bind /data:/data"
// runOptions = "--bind /mnt:/mnt --bind /data:/data"
autoMounts = true
}
executor {
@ -35,4 +36,4 @@ params {
max_memory = 12.GB
max_time = 168.h
igenomes_base = "/mnt/scratch/readonly/igenomes"
}
}