You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: