-
Notifications
You must be signed in to change notification settings - Fork 2
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
'Test it on a minimal dataset by running' does not work #3
Comments
Hi again
this issue was solved when I installed graphviz using but
this is issue still remain @andrewprzh Should I ask you how to solve it? Best, |
Dear @Lafmas I haven't seen the graphvis warning before. The one about single-end can be ignored, it should not affect the run. Conda is installed, correct? Best |
Dear @andrewprzh Thank you for your reply. Warning for How can I ignore the warning about single-end? Insert I installed Best, |
Dear @Lafmas As far as I understand this warning does not affect the run, right? It sill completes despite the warning? Best |
I update the code, the warning should not appear anymore. Best |
Dear @andrewprzh Thank you! I will try a test analysis. Best, |
Dear @andrewprzh Unfortunately, the error we previously discussed still exists. I have attached a screenshot of my terminal to give you a clearer picture. It seems minimap2 and prokka still do not working properly. Thank you for your consistent help and support. Best,
|
Dear @Lafmas At some point something changed in Nextflow and automatic conda installation broke. Best |
Dear @andrewprzh Sure. I will try it. As soon as the results are confirmed, I will share them here Best |
Dear @andrewprzh I deleted the existing conda environment and installed Nextflow & metaGT newly again. Afterward, I am running the test file and this time the process seems to be working well! The analysis is currently underway and I will share the results here once it's complete. Best |
Dear @andrewprzh Unfortunately, the process was stopped. I have attached screenshot of the error. And I'll see if there are any problems with my conda environment. Best |
Dear @Lafmas Looks like a conda problem - the environment was not created and it does not even tell what the error is. Best |
Dear @andrewprzh I write because I have the same problem, it has not been possible to create the environment, it generates the same error seen in the thread, it seems that conda is able to install minimap2. Even trying to create the environment directly with the conda command, it never finishes creating. What I find strange is that with the command "conda install -c bioconda minimap2" it is able to install minimap2. here is a part of the problem shown in the nextflow.log file "Aug-14 00:37:39.031 [Task monitor] DEBUG n.processor.TaskPollingMonitor - No more task to compute -- The following nodes are still active: [process] COVERED_CDS [process] TRANSDECODER [process] MMSEQS_CLUSTER Aug-14 00:37:39.272 [Actor Thread 9] DEBUG nextflow.processor.TaskProcessor - Handling unexpected condition for Aug-14 00:37:39.282 [Actor Thread 9] ERROR nextflow.processor.TaskProcessor - Error executing process > 'MINIMAP2 (1)' Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: Failed to create Conda environment I hope there is a solution to this problem Best, |
Hi again.
Today, I installed metaGT on our machine using
git clone
.After installing it, I tried to test the minimal dataset described in README - 'Quick Start' - 4, but it did not work.
Is this caused by my incorrect command? Then, how can I solve it?
Best,
Lafmas
The text was updated successfully, but these errors were encountered: