-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bioconda recipe? #604
Comments
Thanks for giving it a shot. I don't use conda, so don't have the personal motivation for that particular solution. I have a couple of disconnected thoughts:
My preference would be to migrate all data dependencies to REST interfaces. The complexity of dependencies could then be relegated to people who install those services, or, better, a docker image that does it. Stepping back to your problem: Do you agree that having a pure REST interface to data would enable us to drop the dependencies that prevent pypi packages from working, and therefore simplify use within conda? |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
This issue was closed by stalebot. It has been reopened to give more time for community review. See biocommons coding guidelines for stale issue and pull request policies. This resurrection is expected to be a one-time event. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
are there plans to add
hgvs
to bioconda or conda-forge?would be pretty straight forward to do: https://github.com/bioconda/bioconda-recipes
could potentially make installs easier, and would open up conda recipes for packages that depend on
hgvs
, see czbiohub-sf/cerebra#92I tried doing this myself, if you want to take a look: bioconda/bioconda-recipes#23259. I was running into linux install issues with
biocommons.seqrepo
andpsycopg2-binary
...maybe you have thoughts on how to get this working?thanks!
The text was updated successfully, but these errors were encountered: