Seems like you already have binned your sequences. If so, the next step is to annotate the bins for completeness and assign them into general taxonomic categories (if possible). A tool for that is CheckM. Its output looks something like this:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Bin Id Marker lineage # genomes # markers # marker sets 0 1 2 3 4 5+ Completeness Contamination Strain heterogeneity
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
group_000000 k__Archaea (UID146) 59 174 136 8 163 3 0 0 0 94.85 2.21 0.00
group_000001 k__Archaea (UID2) 207 149 107 70 79 0 0 0 0 51.82 0.00 0.00
group_000002 k__Bacteria (UID3060) 138 338 246 101 237 0 0 0 0 66.66 0.00 0.00
group_000003 p__Euryarchaeota (UID3) 148 187 124 9 177 1 0 0 0 92.74 0.81 0.00
group_000004 k__Archaea (UID2) 207 149 107 32 117 0 0 0 0 83.64 0.00 0.00
group_000005 c__Thermoprotei (UID147) 54 217 168 4 212 1 0 0 0 98.21 0.60 0.00
group_000006 k__Archaea (UID2) 207 149 107 5 105 38 1 0 0 95.79 19.52 0.00
group_000007 k__Archaea (UID2) 207 149 107 1 8 140 0 0 0 99.07 92.21 0.00
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
You should probably copy and paste the lines above into a wider screen so you can read them properly. Anyway, it shows that the first two bins in this sample are Archaea and the next one is Bacteria, so you can use that to specify the kingdom using Prokka. I don't think you can tell Prokka to look at all kingdoms.
My recommendation is to annotate using Prokka rather than manually. We are talking here 10 minutes vs. many hours or even days, and I am still not sure that manual annotation would be more successful. If you truly feel that your sequence annotation ability is much better than that of Prokka, you can always continue from Prokka annotation and tackle uncharacterized proteins.
Prokka is an amazing software. From convenience of use to results it has never failed me. It is a collection of different softwares and the best place to start (if you don't want to use Prokka) would be Prokka itself i.e looking at what softwares Prokka uses to get annotations. I hope I am making sense here.
Thank you for the reply. Question: 1. Can prokka take all kingdom like this --kingdom 'Archaea|Bacteria|Mitochondria|Viruses' ? 2. Can I also use prokka on bins from Maxbin2 output? If yes then, should it be called on each bin similar to how it is called on contigs?
Would like to delete this message