Skip to content

Commit

Permalink
Reverse Max/min
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Jul 27, 2016
1 parent 1a68804 commit be0b129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ Then, install the databases as follow :
--minphred Qvalue must lie between [0-40] (Default minimum qvalue 20)
--minphredperc Minimum allowed percentage of correctly called nucleotides [0-100] (Default 80)
--NbMismatchMapping Maximum number of mismatch when mapping end-to-end against Human genome and Phi174 genome (Default 1 mismatch is accepted)
--maxoverlap Minimum overlap when paired reads are considered (Default 200 nt)
--minoverlap Maximum overlap when paired reads are considered (Default 50 nt)
--maxoverlap Maximum overlap when paired reads are considered (Default 200 nt)
--minoverlap Minimum overlap when paired reads are considered (Default 50 nt)
--minampliconlength Minimum amplicon length (Default 64nt)
--minotusize Indicate minimum OTU size (Default 4)
--prefixdrep Perform prefix dereplication (Default full length dereplication)
Expand Down
4 changes: 2 additions & 2 deletions masque.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ display_help() {
--minphred\tQvalue must lie between [0-40] (Default minimum qvalue 20)
--minphredperc\tMinimum allowed percentage of correctly called nucleotides [0-100] (Default 80)
--NbMismatchMapping\tMaximum number of mismatch when mapping end-to-end against Human genome and Phi174 genome (Default 1 mismatch is accepted)
--maxoverlap\tMinimum overlap when paired reads are considered (Default 200 nt)
--minoverlap\tMaximum overlap when paired reads are considered (Default 50 nt)
--maxoverlap\tMaximum overlap when paired reads are considered (Default 200 nt)
--minoverlap\tMini overlap when paired reads are considered (Default 50 nt)
--minampliconlength\tMinimum amplicon length (Default 64nt)
--minotusize\tIndicate minimum OTU size (Default 4)
--prefixdrep\tPerform prefix dereplication (Default full length dereplication)
Expand Down

0 comments on commit be0b129

Please sign in to comment.