mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update eva.config
This commit is contained in:
parent
f725b6c431
commit
1565b2ce63
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.toGiga()}G,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.toGiga()}G,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.toGiga()}G,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.toGiga()}G,h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" }
|
||||||
}
|
}
|
||||||
|
|
||||||
withName: samtools_flagstat {
|
withName: samtools_flagstat {
|
||||||
|
|
Loading…
Reference in a new issue