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

danspo: fix dpos_wig output

parent 2ac13df4
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ workflow dpos_bw { ...@@ -83,7 +83,7 @@ workflow dpos_bw {
emit: emit:
bg = wig_to_bedgraph.out.bg bg = wig_to_bedgraph.out.bg
wig = dpos_wig.out.wig wig = bigwig2_to_wig2.out.wig
bed = dpos_wig.out.bed bed = dpos_wig.out.bed
} }
...@@ -100,8 +100,7 @@ process dpos_wig { ...@@ -100,8 +100,7 @@ process dpos_wig {
tuple val(file_id), path(wig_ip) tuple val(file_id), path(wig_ip)
output: output:
tuple val(file_id), path("${file_prefix}/${wig_ip.simpleName}*.wig"), emit: wig tuple val(file_id), path("${file_prefix}/*.positions.bed"), emit: bed
tuple val(file_id), path("${file_prefix}/*.positions.bed"), emit: bed
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment