Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug if no number of reads is specified #40

Closed
jhayer opened this issue Nov 10, 2017 · 1 comment
Closed

Bug if no number of reads is specified #40

jhayer opened this issue Nov 10, 2017 · 1 comment
Labels

Comments

@jhayer
Copy link

jhayer commented Nov 10, 2017

If we use the default number of reads and do not specify any, we get this:
Traceback (most recent call last):
File "/usr/local/bin/iss", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/iss/app.py", line 365, in main
args.func(args)
File "/usr/local/lib/python3.6/site-packages/iss/app.py", line 108, in generate_reads
n_reads = util.convert_n_reads(args.n_reads)
File "/usr/local/lib/python3.6/site-packages/iss/util.py", line 121, in convert_n_reads
if unit[-1].isdigit():
TypeError: 'int' object is not subscriptable

@HadrienG HadrienG added the bug label Nov 10, 2017
@HadrienG
Copy link
Owner

HadrienG commented Nov 13, 2017

addressed with 7ea66e4

thanks for contributing 🚀 🎉

@HadrienG HadrienG mentioned this issue Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants