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

How can i annotate my eukaryotic MAGs by metaeuk? #92

Open
YoungerRen opened this issue Sep 6, 2024 · 3 comments
Open

How can i annotate my eukaryotic MAGs by metaeuk? #92

YoungerRen opened this issue Sep 6, 2024 · 3 comments

Comments

@YoungerRen
Copy link

Dear Elileka:
After I extracted the eukaryotic sequences with metarep, I binned the eukaryotic sequences with metawrap, and the resulting MAGs were evaluated for completeness with busco, in which the metaeuk mode was invoked, and the output file contained the metaeuk_output file. Then I want to annotate the MAGs for species, using metaeuk taxtocontig, but I don't quite understand which input files should be? Can you help me with this?

following was the reference code:
metaeuk taxtocontig <i:contigsDB> <i:predsResults.fas> <i:predsResults.headersMap.tsv> <i:taxAnnotTargetDb> <o:taxResult> --majority 0.5 --tax-lineage 1 --lca-mode 2
these were my metaeuk_output:
image

So do u explain the input file ? or what files do i prepare for metaeuk taxtocontig?

best
Yonger

@YoungerRen
Copy link
Author

My main question is that :what's this data <i:taxAnnotTargetDb>, it's not mentioned in your readme file, only seqTaxDb, are these two the same file?

@elileka
Copy link
Member

elileka commented Sep 10, 2024

Yes, I am sorry if that was confusing, these two are the same :)

@elileka
Copy link
Member

elileka commented Sep 10, 2024

The files you need are listed here.
The following files you should obtain through your BUSCO run. I haven't run BUSCO myself so I am not sure where they are found inside the directories BUSCO produces...
<i:contigsDB> <i:predsResults.fas> <i:predsResults.headersMap.tsv>

This file is indeed the seqTaxDb, which can be dowloaded using the databases command, for example:
<i:taxAnnotTargetDb>

This is the prefix for the output that will be generated by the call:
<o:taxResult>

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