Skip to content

Commit

Permalink
Fixed typo in pipeline.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt authored Jan 14, 2019
1 parent 5987297 commit 4dc537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Optional arguments:
--window_length INT This parameter sets the length of a sliding window. (Default: 200)
--step INT This parameter sets the number of positions to slide the window forward. (Default: 100)
--percentage INT Threshold in percent (Default: 0)
--min_gap INT If footprints are less than X bases appart the footprints will be merged (Default: 6)
--min_gap INT If footprints are less than X bases apart the footprints will be merged (Default: 6)
Filter motifs:
--min_size_fp INT Minimum sequence length threshold. Smaller sequences are discarded. (Default: 10)
Expand Down

0 comments on commit 4dc537f

Please sign in to comment.