Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YuSugihara committed Jun 16, 2019
1 parent 6c3bd28 commit 16a648a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mutmap/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def mutmap_options(self):
help=('Parameters for trimmomatic. Input parameters\n'
'must be separated by comma with following\n'
'order: phred,ILLUMINACLIP,LEADING,TRAILING,\n'
'SLIDINGWINDOW,MINLEN. [33,TruSeq3-PE.fa:2:30:10\n'
'20,20,4:15,75]'),
'SLIDINGWINDOW,MINLEN.\n'
'[33,TruSeq3-PE.fa:2:30:10,20,20,4:15,75]'),
metavar='')

parser.add_argument('-e',
Expand Down

0 comments on commit 16a648a

Please sign in to comment.