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

ucsc: remote - from bigWigToWig

parent 86073f75
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ process bigwig_to_wig {
script:
"""
bigWigToWig ${params.bigwig_to_wig} - \
bigWigToWig ${params.bigwig_to_wig} \
${bg} \
${bg.simpleName}.wig
"""
......@@ -73,10 +73,10 @@ process bigwig2_to_wig2 {
script:
"""
bigWigToWig ${params.bigwig_to_wig} - \
bigWigToWig ${params.bigwig_to_wig} \
${bw_a} \
${bw_a.simpleName}.wig
bigWigToWig ${params.bigwig_to_wig} - \
bigWigToWig ${params.bigwig_to_wig} \
${bw_b} \
${bw_b.simpleName}.wig
"""
......
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