-
Notifications
You must be signed in to change notification settings - Fork 7
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
switch to conda installation of oncopipe #175
Comments
It looks like the bioconda release is up to date with our current version (v1.0.11): https://anaconda.org/bioconda/oncopipe |
Can you determine what date the conda package with that version appeared? I don't think we can assume the lag will only be a few days. We should be certain that it's within an acceptable (ideally consistent) time frame. |
Laura last updated the oncopipe version on December 5th 2020 and the oncopipe bioconda package was last updated January 11th 2021. |
Here is the update v1.0.11 oncopipe PR on bioconda. The Conda Bot submits a PR to the bioconda repo (this took roughly 1 month) and then the PR needs to be manually reviewed (roughly 5 days) and merged (0 days). Skipping the bot and doing a manual PR would have shaved a month off of the update time. We would shave 4 days off by formatting the package with artifacts cleanly included. |
What do you mean by artifacts? |
Artifact is a general software development term. In this case we would need to do small tidying like removing pip install dependencies and replacing them with conda dependencies, and integration with their CircleCI packaging scripts. |
India suggested we should change LCR-modules to use conda to install oncopipe, which should help ensure the dependencies are met. In order to switch to using conda to install oncopipe we need a way to directly create a conda release for any new oncopipe release.
The text was updated successfully, but these errors were encountered: