MDU-PHL / bohra

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

Bohra fails with no params #61

Closed tseemann closed 1 year ago

tseemann commented 1 year ago

The latest bohra karks it when i give it no paramters:


Traceback (most recent call last):
  File "/home/tseemann/.conda/envs/bohra/bin/bohra", line 10, in <module>
    sys.exit(main())
  File "/home/tseemann/.conda/envs/bohra/lib/python3.8/site-packages/bohra/bohra.py", line 103, in main
    if len(sys.argv) <= 2 and sys.argv[1] != 'check':
IndexError: list index out of range```