-
Notifications
You must be signed in to change notification settings - Fork 10
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
Installation breaks cgat-apps bamtools #133
Comments
However, if I force upgrate |
Or it does in some envs. on other attempts, it seems that pysam 0.9.1 gets isntalled, and its impossible to shift it off that. |
This is at least partially because conda is not respecting the pysam pin in On my last installation attempt, I combined all three ymls ( |
If I create a new environment containing only cgat-apps then the following works fine:
If I then update the environment to install the cgat-flow dependencies
this now errors:
I notice that during installation
cgat-apps
is downgraded from v0.6.0 to v0.5.4 and pysam is upgraded from 0.15.2 to 0.16.0.Now I update with
cgat-flow-pipelines.yml
.I notice that pysam is downgraded again to 0.15.2.
Errror message the same.
Then I install
pipelines-extra.yml
. Version of pysam is changed AGAIN. This time to 0.15.3.Still get the same error.
The text was updated successfully, but these errors were encountered: