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

danspo: fix dpos_bw wig output

parent 9351da4f
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,9 @@ workflow dpos_bw {
fastq
bw
main:
dpos_wig(fastq, bigwig2_to_wig2(bw))
wig_to_bedgraph(fasta, dpos_wig.out.wig)
bigwig2_to_wig2(bw)
dpos_wig(fastq, bigwig2_to_wig2.out.wig)
wig_to_bedgraph(fasta, bigwig2_to_wig2.out.wig)
emit:
bg = wig_to_bedgraph.out.bg
......
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