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
the --n_genomes/-u option supposed to pick random genomes from fasta files seems broken:
iss generate --genomes SRS121011.fasta --n_genomes 5 --model novaseq --output novaseq_reads
INFO:iss.app:Starting iss generate
INFO:iss.app:Using kde ErrorModel
INFO:iss.util:Stitching input files together
INFO:iss.app:Using lognormal abundance distribution
INFO:iss.app:Using 2 cpus for read generation
INFO:iss.app:Generating 1000000 reads
Traceback (most recent call last):
File "/home/user/.local/bin/iss", line 11, in <module>
sys.exit(main())
File "/home/user/.local/lib/python3.6/site-packages/iss/app.py", line 542, in main
args.func(args)
File "/home/user/.local/lib/python3.6/site-packages/iss/app.py", line 186, in generate_reads
n = args.n_genomes[0][0]
TypeError: 'int' object is not subscriptable
The text was updated successfully, but these errors were encountered:
After making the suggested changes on app.py it works but this time abundance.txt screws up. It appears like this, the list goes on iss generate --genomes splitted.fasta --n_genomes 5 --model miseq --output hiseq_reads
the
--n_genomes/-u
option supposed to pick random genomes from fasta files seems broken:The text was updated successfully, but these errors were encountered: