1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Remove base config stuff

This commit is contained in:
Alexander Peltzer 2019-01-03 16:02:07 +01:00
parent 98fca8a1ef
commit 1051339461

View file

@ -18,16 +18,6 @@ singularity {
process {
executor = 'slurm'
queue = 'medium'
withName:makeFastaIndex {
queue = 'short'
time = 2.h
}
withName:makeSeqDict {
queue = 'short'
time = 2.h
}
}