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

ucsc: fix typo :53 & :69

parent 834e9f81
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ workflow wig_to_bedgraph {
wig_to_bigwig.out.bw
)
emit:
bg = wig_to_bigwig.out.bg
bg = bigwig_to_bedgraph.out.bg
}
workflow wig2_to_bedgraph2 {
......@@ -66,7 +66,7 @@ workflow wig2_to_bedgraph2 {
wig2_to_bigwig2.out.bw
)
emit:
bg = wig2_to_bigwig2.out.bg
bg = bigwig2_to_bedgraph2.out.bg
}
params.bigwig_to_bedgraph = ""
......
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