1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 08:16:03 +00:00

remove comments for mnaseseq

This commit is contained in:
qlr900 2022-07-06 14:18:31 +02:00
parent 4f98876429
commit d2b6b07de8

View file

@ -10,14 +10,8 @@ params {
} }
process { process {
executor = 'slurm' executor = 'slurm'
# uncomment specifically for running mnaseseq pipeline:
# withName: TrimGalore {
# cpus = 1
# }
} }
executor { executor {