Skip to content

Commit

Permalink
the efault n_reads is now a string (fixes #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Nov 13, 2017
1 parent 0a2e420 commit 7ea66e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iss/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def main():
'--n_reads',
'-n',
metavar='<int>',
default=1000000,
default='1000000',
help='Number of reads to generate (default: %(default)s). Allows \
suffixes k, K, m, M, g and G (ex 0.5M for 500000).'
)
Expand Down

0 comments on commit 7ea66e4

Please sign in to comment.