Skip to content
Snippets Groups Projects
Unverified Commit 7f9cd94b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

deepTools: fix typo in bam_to_bigwig.nf

parent d14e7205
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ process bam_to_bigwig {
set file_id, file(bam), file(idx) from bam_files_indexed
output:
set file_id, "*.bw" into sorted_bam_files
set file_id, "*.bw" into bw_files
script:
"""
......
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