denglab / SeqSero2

SeqSero2
Other
33 stars 18 forks source link

UnboundLocalError: local variable 'O_choice' referenced before assignment #10

Closed tseemann closed 3 years ago

tseemann commented 5 years ago

This happened when I added -c to the command line. It works without it.

rm -fr 2018-20708
./SeqSero2_package.py -t 4 -i /path/contigs.fa -d 2018-20708 -p 8 -m k -c

Traceback (most recent call last):
  File "./SeqSero2_package.py", line 1423, in <module>
    main()
  File "./SeqSero2_package.py", line 1411, in main
    note+star_line+claim+"\n")#+##
UnboundLocalError: local variable 'O_choice' referenced before assignment