You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a user attempted to run conda install bioconda::hail or some variation of that, and it looks like the hail package on anaconda.org has a dependency on openjdk 8.*, which prevents users from using openjdk 11.* with it, and is also a pretty old version from over a year ago. the recipe for the hail package on anaconda.org should be updated to have accurate dependencies and use the current version of hail, or we should ask that it be removed if we recommend only installing hail through pip.
Version
n/a
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
It's horrendously out of date. I am supremely frustrated with the bioconda people. It's actively harmful to this project and to science to have a unmaintained package without any indication of that.
As a user, I have been trying to test the hail to see if this would be useful for my application. Trying to setup initially and running into various issues. The pip install only details the python package requirements. There are additional dependencies as described here: https://hail.is/docs/0.2/install/linux.html.
Having an upto conda environment, certainly has it's merits but I can see it didn't work out to have upto date bioconda recipes. In addition to pip, would it be feasible to have a container or docker so a user can straight test the package initially? Just a suggesstion, I know it could up a lot of work as well to maintain that as well.
What happened?
a user attempted to run
conda install bioconda::hail
or some variation of that, and it looks like the hail package on anaconda.org has a dependency onopenjdk 8.*
, which prevents users from usingopenjdk 11.*
with it, and is also a pretty old version from over a year ago. the recipe for the hail package on anaconda.org should be updated to have accurate dependencies and use the current version of hail, or we should ask that it be removed if we recommend only installing hail throughpip
.Version
n/a
Relevant log output
No response
The text was updated successfully, but these errors were encountered: