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

ucsc: fix typo :40

parent f88be256
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,12 @@ sort -T ./ -k1,1 -k2,2n ${bg} > \
params.wig_to_bedgraph = ""
params.wig_to_bedgraph_out = ""
process bigwig_to_wig {
process wig_to_bedgraph {
container = "${container_url}"
label "big_mem_mono_cpus"
tag "${file_id}"
if (params.bigwig_to_wig_out != "") {
publishDir "results/${params.bigwig_to_wig_out}", mode: 'copy'
if (params.wig_to_bedgraph_out != "") {
publishDir "results/${params.wig_to_bedgraph_out}", mode: 'copy'
}
input:
......
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