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

htseq/main.nf: fix issue #1

parent cfad5184
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ gffread ${gff3_file} -T -o ${genome_id}.gtf ...@@ -26,7 +26,7 @@ gffread ${gff3_file} -T -o ${genome_id}.gtf
process htseq_count { process htseq_count {
container = "${container_url}" container = "${container_url}"
label "big_mem_multi_cpus" label "big_mem_mono_cpus"
tag "file_id: $file_id" tag "file_id: $file_id"
if (params.htseq_out != "") { if (params.htseq_out != "") {
publishDir "results/${params.htseq_out}", mode: 'copy' publishDir "results/${params.htseq_out}", mode: 'copy'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment