Closed selveyad closed 4 years ago
Thanks reporting this!
It looks like that was an issue with the igraph package. I think the issue would be resolved if the conda
recipe were updated to newer version of igraph (e.g. v0.8.0).
Always! Thanks for the support! I'll let you know if I run into any other little snags, too!
Howdy Trans-ABySS,
I downloaded the latest Trans-ABySS upload to bioconda (noarch/transabyss-2.0.1-py_6.tar.bz2) on Ubuntu 20.04 and when downloading the ICU dependency, it downloads v67.1:
When I run
$transabyss
I get this error:I remedied that by downloading ICU v58.2 with
conda install icu=58.*
It now works. I'm not sure if you can set the particular ICU dependency it downloads with, but if so, it should be set to ICU v58.2 to prevent others from running into this issue.
Thanks!