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

danpos: add -b to dpos_wig

parent c87853f5
No related branches found
No related tags found
No related merge requests found
......@@ -98,10 +98,11 @@ process dpos_wig {
input:
val fastq
tuple val(file_id), path(wig_ip)
tuple val(file_id), path(wig_ip), path(wig_wce)
output:
tuple val(file_id), path("${file_prefix}/*.positions.bed"), emit: bed
tuple val(file_id), path("${file_prefix}/${bam_ip.simpleName}*.wig"), path("${file_prefix}/${bam_wce.simpleName}*.wig"), emit: wig
script:
......@@ -124,6 +125,7 @@ process dpos_wig {
"""
danpos.py dpos -m ${m} \
${params.dpos} \
-b ${wig_wce} \
-o ${file_prefix} \
${wig_ip}
mv ${file_prefix}/pooled/* ${file_prefix}/
......
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