MDU-PHL / bohra

A pipeline for bioinformatics analysis of bacterial genomes
GNU General Public License v3.0
19 stars 4 forks source link

NameError: name 'parser' is not defined #23

Closed tseemann closed 5 years ago

tseemann commented 5 years ago
  File "/home/linuxbrew/.linuxbrew/bin/bohra", line 11, in <module>
    load_entry_point('bohra==1.0.3', 'console_scripts', 'bohra')()
  File "/home/linuxbrew/.linuxbrew/opt/python/lib/python3.7/site-packages/bohra/bohra.py", line 96, in main
    parser.print_help(sys.stderr)
NameError: name 'parser' is not defined
tseemann commented 5 years ago
linuxbrew@deepthought:~ $ bohra
Traceback (most recent call last):
  File "/home/linuxbrew/.linuxbrew/bin/bohra", line 11, in <module>
    load_entry_point('bohra==1.0.4', 'console_scripts', 'bohra')()
  File "/home/linuxbrew/.linuxbrew/opt/python/lib/python3.7/site-packages/bohra/bohra.py", line 88, in main
    args = set_parsers()
NameError: name 'set_parsers' is not defined

Now i get this error in 1.0.4

tseemann commented 5 years ago

1.0.5 works now.