Skip to content
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 package not updated automatically: should be part of release #1526

Closed
corneliusroemer opened this issue Jun 16, 2022 · 4 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@corneliusroemer
Copy link
Member

It appears that new releases of Auspice are not automatically ending up on Bioconda.

We should automate this process or make it part of releases. How was this done in the past?

@corneliusroemer corneliusroemer added the bug Something isn't working label Jun 16, 2022
@corneliusroemer
Copy link
Member Author

@victorlin
Copy link
Member

It was never automated as far as I know. Augur is automatic since Bioconda listens to PyPI for updates, but that doesn't happen for NPM which is where Auspice gets published. We need to update DEV_DOCS.md with an extra step to manually make a PR in the bioconda repo.

@victorlin victorlin self-assigned this Jun 16, 2022
@corneliusroemer
Copy link
Member Author

It is possible to automate this more or less @victorlin
We just need to download the package from npm, get the hash, then change the version string and hash in the recipe.yaml of bioconda and submit PR.
I've automated the hash part and PR creation for nextclade:
https://github.com/corneliusroemer/bioconda-recipes/blob/master/.github/workflows/BumpNextalignNextclade.yml

This can probably be done in a much nicer way :)

@victorlin
Copy link
Member

I've proposed something over at nextstrain/bioconda-recipes#2 (comment).

Closing this as a duplicate of nextstrain/bioconda-recipes#2.

@victorlin victorlin closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

2 participants