-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to build Mikado container #63
Comments
Hi @jacopoM28 Thanks for reaching out. Good timing 🙂, today morning I updated the installation instructions for Mikado, covering several methods (Docker, Singularity, Conda, and Mamba). You can follow the Mikado Singularity installation guide to build the image, which should address your needs. Please let me know if you run into any issues. Additionally, I will be updating the outdated Singularity definition files in our repositories soon to ensure everything is up-to-date. Best, |
Woa, what a coincidence! Lucky day for me :) So, as far as I understand, to run Minos I need to build a Singularity image and specify the path with the |
Yes, you are correct, provide the path to the Mikado container as |
Thank you very much for the quick answer. I think everything has been installed successfully now. However, I was running a test analysis and encountered this error:
the list.txt file looks like this:
The scoring_template.yaml has been copied from the Minos directory. Thank you again for your assistance. Jacopo |
Dear @jacopoM28 From your posted command you are not providing I have attached a real file for example external_metrics.txt but not all metric classes need to be included (but at least one). Below is a typical minos configure command for reference
I will also attach the template scoring files we commonly use with minor variations for general species type |
Hello, Thank you very much for sharing the files and for helping me with running Minos. I am now encountering a new error:
If I run the Mikado command that causes the error:
I suppose there is something wrong with the Thank you again and all the best, |
Hi @jacopoM28 it wont be an issue with the
Both those files were created successfully and its the mikado configure step that generates the third file that fails. The error indicates it's an issue with the scoring file. Can you check the Minos_run1/minos_run.scoring.yaml and see that this looks ok (the error report indicates it was generated ok, attach to this ticket. just to debug can you rerun the mikado configure command but this time exclude the --external plant_external.yaml
and also try with changing then let us know |
Dear @swarbred, I managed to run the Mikado config excluding the Please let me know if you need any further information from my side. Thank you very much for your support, I really appreciate it. All the best, |
Hi @jacopoM28 The |
Yes, indeed, the one you provided is working, but the one specified in the Minos manual sample_data/plant_external.yaml is not. Now I'll try to continue with the pipeline and will let you know if any other errors occur. Thank you again, |
Dear @swarbred, unfortunately now I have some problems with |
Regarding
That is a mikado scoring file not the mikado config file which is what providing --external expects (it's not the best named given how we have named options in minos) |
@jacopoM28 from a quick look can you check Minos_run3/tx2gene/ and see if the transcript to gene mapping files were created. The error reported links to running busco. Can you post your minos configure command? I will send you an example set of data and you can see if that runs correctly (it's a region of ~100 genes so will be quick to run). |
Down load the example data from https://drive.google.com/drive/folders/1gb5CzNWxu7tZ_VkrsmsQ3Yphb_mUEilO?usp=drive_link And run similar to Minos/Chr3-1065466-1464870/commands.txt (modified to point to your mikado container). This data is the same as for our annotation workshop see https://github.com/EI-CoreBioinformatics/annotation-workshop-2024/wiki/Minos#minos-commands You can then rerun with the busco options i.e. as https://github.com/EI-CoreBioinformatics/annotation-workshop-2024/wiki/Minos#commands-with-busco If you then rerun with the busco genome run i.e. option g this will require normal resources as the full Chr3 is provided |
If you can run with the example data then it will be your inputs and if Minos_run3/tx2gene/ is not correct (the log suggests this was attempted to run multiple times) then review the input GFFs (though Braker output should work ok) |
Thank you for providing the toy dataset and the tutorial. Unfortunately, I tried running it with your example dataset, but I still can't get Minos to work. Could this error I apologize for this long thread and for bothering you with all the errors, but I think Minos is a really promising tool, and I would really like to use it. I am attaching the log file. Best, |
Hi @jacopoM28 For future reference, can you also add the version for Snakemake you are using. |
Dear Minos/Mikado developers,
I am trying to use Minos to improve a Braker-derived gene annotation; however, I am having trouble building the Singularity image of Mikado.
Any advice on what is happing here?
The Linux OS I am working on:
The text was updated successfully, but these errors were encountered: