Skip to content
Snippets Groups Projects
Verified Commit 8f94a832 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

samtools: fix process name :79

parent e4d6d7ab
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ samtools view -@ ${task.cpus} -hb ${bam} -L ${bed} ${params.filter_bam} > \ ...@@ -76,7 +76,7 @@ samtools view -@ ${task.cpus} -hb ${bam} -L ${bed} ${params.filter_bam} > \
params.rm_from_bam = "" params.rm_from_bam = ""
params.rm_from_bam_out = "" params.rm_from_bam_out = ""
process filter_bam { process rm_from_bam {
container = "${container_url}" container = "${container_url}"
label "big_mem_multi_cpus" label "big_mem_multi_cpus"
tag "$file_id" tag "$file_id"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment