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

AttributeError: 'Namespace' object has no attribute 'quiet' #177

Closed
sikuan opened this issue Jun 14, 2020 · 1 comment
Closed

AttributeError: 'Namespace' object has no attribute 'quiet' #177

sikuan opened this issue Jun 14, 2020 · 1 comment

Comments

@sikuan
Copy link

sikuan commented Jun 14, 2020

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'
@HadrienG
Copy link
Owner

HadrienG commented Aug 7, 2020

Hi!

Thanks for reporting this. This is from an extra raise that I used for debugging and forgot to remove in the last release. It'll be fixed in 1.5.0

Best,
/Hadrien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants