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
I got a strange warning maybe from /usr/bin/iss without any argument for "quiet" and "debug".
$ iss
usage: iss [subcommand] [options]
InSilicoSeq: A sequencing simulator
optional arguments:
-h, --help show this help message and exit
-v, --version print software version and exit
available subcommands:
model generate an error model from a bam file
generate simulate reads from an error model
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/bin/iss", line 8, in <module>
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/iss/app.py", line 540, in main
elif args.quiet:
AttributeError: 'Namespace' object has no attribute 'quiet'
The text was updated successfully, but these errors were encountered:
I got a strange warning maybe from /usr/bin/iss without any argument for "quiet" and "debug".
The text was updated successfully, but these errors were encountered: