Skip to content
Snippets Groups Projects
Unverified Commit 5d11f90e authored by Laurent Modolo's avatar Laurent Modolo
Browse files

bedtools: fix tags

parent 9f34d846
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ bedtools getfasta -name \ ...@@ -24,7 +24,7 @@ bedtools getfasta -name \
process bam_to_fastq_singleend { process bam_to_fastq_singleend {
container = "${container_url}" container = "${container_url}"
label "big_mem_mono_cpus" label "big_mem_mono_cpus"
tag "${bed.baseName}" tag "${bam.baseName}"
publishDir "results/fasta/", mode: 'copy' publishDir "results/fasta/", mode: 'copy'
input: input:
...@@ -43,7 +43,7 @@ bedtools bamtofastq ...@@ -43,7 +43,7 @@ bedtools bamtofastq
process bam_to_fastq_pairedend { process bam_to_fastq_pairedend {
container = "${container_url}" container = "${container_url}"
label "big_mem_mono_cpus" label "big_mem_mono_cpus"
tag "${bed.baseName}" tag "${bam.baseName}"
publishDir "results/fasta/", mode: 'copy' publishDir "results/fasta/", mode: 'copy'
input: input:
......
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