2020-08-07 11:14:12 +00:00
|
|
|
|
|
|
|
params {
|
2020-08-07 14:05:25 +00:00
|
|
|
outdir = "output/"
|
|
|
|
publish_dir_mode = "copy"
|
2020-10-15 09:47:15 +00:00
|
|
|
enable_conda = false
|
2020-08-07 11:14:12 +00:00
|
|
|
|
2020-08-07 14:05:25 +00:00
|
|
|
clip_r1 = 0
|
|
|
|
clip_r2 = 0
|
|
|
|
three_prime_clip_r1 = 0
|
|
|
|
three_prime_clip_r2 = 0
|
2020-08-07 11:14:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
profiles {
|
2020-08-07 14:05:25 +00:00
|
|
|
conda {
|
2020-10-15 09:47:15 +00:00
|
|
|
params.enable_conda = true
|
2020-08-07 14:05:25 +00:00
|
|
|
}
|
|
|
|
docker {
|
|
|
|
docker.enabled = true
|
|
|
|
docker.runOptions = '-u \$(id -u):\$(id -g)'
|
|
|
|
}
|
|
|
|
singularity {
|
|
|
|
singularity.enabled = true
|
|
|
|
singularity.autoMounts = true
|
|
|
|
}
|
2020-08-07 11:14:12 +00:00
|
|
|
}
|