diff --git a/pipeline.nf b/pipeline.nf index dd67c85..45db184 100644 --- a/pipeline.nf +++ b/pipeline.nf @@ -17,6 +17,7 @@ process footprint_extraction { script: """ + python ${path_bin}/call_peaks.py --bigwig ${bigWig} --bed ${bed} --output_file ${name}_called_peaks.bed --window_length ${params.window_length} --step ${params.step} --threshold ${params.threshold_footprint_extraction} """ }