Skip to content

Commit

Permalink
added script for process 'footprint_extraction'
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Nov 19, 2018
1 parent 1a6ce69 commit 80ffd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"""
}

Expand Down

0 comments on commit 80ffd2a

Please sign in to comment.