You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
So do u explain the input file ? or what files do i prepare for metaeuk taxtocontig?
best
Yonger
The text was updated successfully, but these errors were encountered:
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>
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:
So do u explain the input file ? or what files do i prepare for metaeuk taxtocontig?
best
Yonger
The text was updated successfully, but these errors were encountered: