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

uscs: fix of wig_to_bedgraph

parent 189e58db
No related branches found
No related tags found
No related merge requests found
...@@ -46,10 +46,10 @@ process wig_to_bedgraph { ...@@ -46,10 +46,10 @@ process wig_to_bedgraph {
} }
input: input:
tuple val(file_id) path(wig) tuple val(file_id), path(wig)
output: output:
tuple val(file_id), path("*.bg"), emit: bedgraph tuple val(file_id), path("${wig.simpleName}.bg"), emit: bedgraph
script: script:
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment