Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Albanese committed Feb 27, 2017
1 parent 3daf344 commit 7519608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micca/cmds/mergepairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def main(argv):
group.add_argument('-n', '--nostagger', default=False, action="store_true",
help="forbid the merging of staggered read pairs. "
"Without this option the command will merge staggered "
"read pairs and the 3 overhang of the reverse read will
"read pairs and the 3' overhang of the reverse read will "
"be not included in the merged sequence.")
group.add_argument('--notmerged-fwd', metavar="FILE",
help="write not merged forward reads.")
Expand Down

0 comments on commit 7519608

Please sign in to comment.