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

ucsc: fix typo :66 & :49

parent d042ca7d
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ workflow wig_to_bedgraph { ...@@ -46,7 +46,7 @@ workflow wig_to_bedgraph {
fasta, fasta,
wig wig
) )
wig_to_bedgraph( bigwig_to_bedgraph(
wig_to_bigwig.out.bw wig_to_bigwig.out.bw
) )
emit: emit:
...@@ -62,7 +62,7 @@ workflow wig2_to_bedgraph2 { ...@@ -62,7 +62,7 @@ workflow wig2_to_bedgraph2 {
fasta, fasta,
wig wig
) )
wig2_to_bedgraph2( bigwig2_to_bedgraph2(
wig2_to_bigwig2.out.bw wig2_to_bigwig2.out.bw
) )
emit: emit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment