haotianteng / Chiron

A basecaller for Oxford Nanopore Technologies' sequencers
Other
122 stars 53 forks source link

Fixed import for utils.progress #73

Open ccoulombe opened 5 years ago

ccoulombe commented 5 years ago

When installing in a virtualenv, then running chiron -h:

  File "~/Chiron/.chiron/lib/python2.7/site-packages/chiron/chiron_input.py", line 23, in <module>
    import utils.progress as progress
ImportError: No module named utils.progress

Fixed this import error.