mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Apply suggestions from code review
This commit is contained in:
parent
4670f8bf0c
commit
f725b6c431
1 changed files with 4 additions and 4 deletions
|
@ -76,19 +76,19 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: bwa {
|
withName: bwa {
|
||||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory} h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory},h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: bwamem {
|
withName: bwamem {
|
||||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory} h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory},h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: circularmapper {
|
withName: circularmapper {
|
||||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory} h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory},h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: bowtie2 {
|
withName: bowtie2 {
|
||||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory} h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory},h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: samtools_flagstat {
|
withName: samtools_flagstat {
|
||||||
|
|
Loading…
Reference in a new issue