shenwei356 / kmcp

Accurate metagenomic profiling && Fast large-scale sequence/genome searching
https://bioinf.shenwei.me/kmcp
MIT License
176 stars 13 forks source link

QUESTION: KMCP merge #14

Closed alienzj closed 2 years ago

alienzj commented 2 years ago

Dear Dr Shen,

Thank you for developing so great tool ! I have a question, could you please help me to figure out it ? You mentioned in your paper that KMCP can automatically merge profiles generated by searching reads on multi small database, does it work at different types of databases ? For example, can it merge bacteria, archaea, fungi, virus and plasmid profile ?

Thanks!

shenwei356 commented 2 years ago

Hi Jie, thanks for using KMCP.

It merges search results ( not profiles) from multiple databases. https://bioinf.shenwei.me/kmcp/usage/#merge

Check the workflow

does it work at different types of databases ? For example, can it merge bacteria, archaea, fungi, virus and plasmid

Yes, it does.

alienzj commented 2 years ago

Understood, thanks !

alienzj commented 2 years ago

Dear Dr. Shen, now quantpi support KMCP. https://github.com/ohmeta/quantpi/commit/0cf75f382cc20f28fc53433bab950e26e75924b9 This way I can easily use KMCP in my daily work. :smile:

alienzj commented 2 years ago

Thank you for the very detailed documentation.