mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
ATAC-seq pipeline config
Java processes with overhead memory requirements
This commit is contained in:
parent
e5f2a63079
commit
6e201a71f4
1 changed files with 14 additions and 0 deletions
14
conf/pipeline/atacseq/eddie.config
Normal file
14
conf/pipeline/atacseq/eddie.config
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
process {
|
||||||
|
withName : "FASTQC" {
|
||||||
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||||
|
}
|
||||||
|
withName : "MERGED_LIB_BAM" {
|
||||||
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||||
|
}
|
||||||
|
withName : "MERGED_LIB_PICARD_METRICS" {
|
||||||
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||||
|
}
|
||||||
|
withName : "MERGED_REP_BAM" {
|
||||||
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue