Skip to content

Commit

Permalink
typo fix in order_and_orient argument help text (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Dec 7, 2017
1 parent 2c420a2 commit fe88a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def parser_order_and_orient(parser=argparse.ArgumentParser()):
parser.add_argument(
'inReference', nargs='+',
help=('Reference genome for ordering, orienting, and merging contigs, FASTA format. Multiple filenames may be listed, each '
'containing one reference genome. Alternattely, multiple references may be given by specifying a single filename, '
'containing one reference genome. Alternatively, multiple references may be given by specifying a single filename, '
'and giving the number of reference segments with the nGenomeSegments parameter. If multiple references are given, '
'they must all contain the same number of segments listed in the same order.')
)
Expand Down

0 comments on commit fe88a83

Please sign in to comment.