-
Notifications
You must be signed in to change notification settings - Fork 15
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
rnaquast conda error #34
Comments
Upate: I can run rnaquast when creating a conda environment with gffutils and then installing rnaquast in this environment:
Resolving the environment still takes approx. 15 minutes, though. Is there anything I can do to make it run in the context of transpi? Thank you and all the best |
Hello @kathrinannaotte, Yes, rna-quast sometimes takes a long time in the creation of the env. You could clean all the packages and files ( Also, it could be the version of rna-quast you are using. At the moment TransPi uses rna-quast 2.2.1=h9ee0642_0. I will recommend to pull again the repository. If the issue still continues, you could create the env before the pipeline is executed. For this you will need to have the hash number of the environment. I can provide you with details of this if the issue continues, since it requieres to go to a specific directory and look for some files. Best, |
Hi Ramon and Kathrina, I'm running into the same problem, and have tried the
Would it be possible to get the details on how to create the env before the pipeline is executed? Thanks, Alana |
Hello @laninsky, You can create the env before running the pipeline by using the following:
I think the issue is that it takes too long for the env to be created and Nextflow is stopping the run. I am looking for ways to change this, if possible. Once created then you ca resume the previous run. Hope that helps. Best, |
Hi @rivera10 ,
when runnning the test sample almost the whole pipeline worked for me! However, the very last evaluation step using rnaquast failed with the error message:
`error executing process > 'rna_quast (Sponge_sample)'
Caused by:
Failed to create Conda environment
command: conda create --mkdir --yes --quiet --prefix /home/kathrin/postdoc_vienna/de_novo/test_transpi/work/conda/env-fa8b0a403402a49160ee9bce39b0a3c5 -c conda-forge bioconda::rnaquast=2.0.1=0
status : 143
message:
Might it be a compatibility/dependency issue? When I just run
conda create --mkdir --yes --quiet --prefix /home/kathrin/postdoc_vienna/de_novo/test_transpi/work/conda/env-fa8b0a403402a49160ee9bce39b0a3c5 -c conda-forge bioconda::rnaquast=2.0.1=0I get this output
conda create --mkdir --yes --quiet --prefix /home/kathrin/postdoc_vienna/de_novo/test_transpi/work/conda/env-fa8b0a403402a49160ee9bce39b0a3c5 -c conda-forge bioconda::rnaquast=2.0.1=0Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working...`
which runs forever (or at least until I stopped it after several hours).
I installed conda (anaconda3) using your precheck script
All the best
Kathrin
The text was updated successfully, but these errors were encountered: