bokulich-lab / q2-assembly

QIIME 2 plugin for (meta)genome assembly.
BSD 3-Clause "New" or "Revised" License
4 stars 12 forks source link

`evaluate-contigs` fails on the most recent QUAST version #41

Open misialq opened 1 year ago

misialq commented 1 year ago

When running the evaluate-contigs action in an environment with the most recent version of QUAST installed (5.2.0), it is impossible to generate the QC visualization due to the following error: ValueError: invalid literal for int() with base 10: 'START_A'.

This seems to be caused by https://github.com/ablab/quast/issues/230 (and fixed by https://github.com/ablab/quast/pull/244). Unfortunately, the previous conda-installable version of QUAST (5.0.2) is not compatible with our environment (it needs Python<3.7) so until a new, fixed version is released, the only solution would be to pip install QUAST directly.