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

conda env #18

Closed
nservant opened this issue Apr 30, 2019 · 4 comments
Closed

conda env #18

nservant opened this issue Apr 30, 2019 · 4 comments

Comments

@nservant
Copy link
Collaborator

nservant commented Apr 30, 2019

Still some conflicts in the conda environment ...

UnsatisfiableError: The following specifications were found to be in conflict:
  - multiqc=1.7
  - python=2.7.13
  - samtools=1.9

It's weird because it worked a couple of weeks ago
https://cloud.docker.com/repository/registry-1.docker.io/nservant/nf-core-hic/builds/50070f2e-d934-4b17-b581-80acae69c31e

@nservant
Copy link
Collaborator Author

works well if I removed

- multiqc=1.7

Is there any reason for that ?

@apeltzer
Copy link
Member

Multiqc 1.7 is Python>3, so its exclusive. Are your other tools python3+ compatible? THen you could simply go for Python3.7 ...

@nservant
Copy link
Collaborator Author

Unfortunately, the other tools are no yet python3 compatible. It's in the todo list
I tried to change ;

  - bioconda::multiqc==1.6=py27h24bf2e0_0

But still the same issue

@nservant
Copy link
Collaborator Author

bumping to python=2.7.16 seems to fix the issue ...

@apeltzer apeltzer closed this as completed May 5, 2019
nservant added a commit that referenced this issue Oct 7, 2019
ready for first release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants