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

Delete conf/pipeline/atacseq directory

Pipeline-specific config not supported yet by ATAC-seq pipeline
This commit is contained in:
ameynert 2021-04-07 09:24:30 +01:00 committed by GitHub
parent 6e201a71f4
commit 0ab9edde72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +0,0 @@
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}"}
}
}