Skip to content

Motif estiamtion #1

Merged
merged 8 commits into from
Nov 29, 2018
Prev Previous commit
Next Next commit
added script for process 'footprint_extraction'
renewiegandt committed Nov 19, 2018
commit 80ffd2a7ae43dce8877863fb0decbdd128d26ec7
1 change: 1 addition & 0 deletions pipeline.nf
Original file line number Diff line number Diff line change
@@ -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}
"""
}