-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error_during_installation #537
Comments
Indeed, the `environment.yml-file seems to be missing. It might be that the pipeline has not been very well tested with conda. (It is my impression that very few people use conda for running the nf-core pipelines.) I tried running a very similar command:
with nf 23.10.1, but got:
That doesn't seem to be a problem if I use singularity or docker. @vishramt7 : Could you reproduce the error for singularity or docker? |
Hi @asp8200, |
It seems that the raredisease-pipeline doesn't support conda 🤔 I can try to fix the issue with the missing The error
comes from the "version-statement" in |
Hi @vishramt7 and @asp8200, |
Right you are, @jemten. After just locally fixing the issue with the missing
The only alternative to deepvariant in the raredisease-pipeline is sentieon-dnascope, right? It seems that deepvariant can be skipped by setting the |
Hi @asp8200 , |
So I tried setting
|
At this moment, yes. It is stated in the prerequisites in the usage doc (https://github.com/nf-core/raredisease/blob/master/docs/usage.md#prerequisites) but we can add to the README as well. It would be nice to add the GATK variantcalling subworkflow from sarek and/or getting deepvariant to run with conda as well but we're not there yet. |
@vishramt7 : Since you got conda on your system, perhaps you can just conda-install singularity? (That seems to work on my system.) |
Description of the bug
Hi,
I am trying to install this pipeline using conda. The command used is mentioned below. Conda is expecting an environment.yml file to be present inside "raredisease/modules/local/" folder. This environment.yml is missing from the git repository. How can I solve this issue ?
Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: