Open smoothyly opened 6 months ago
I followed the above code to build the database,but I found that building one library and two libraries get the same comparison results. Any help would be appreciated! @DerrickWood
Are you running all the commands in the same folder?. Can you show the contents of the library/ folder?
The following is my code
kraken2-build --download-library bacteria --db bacteria
kraken2-build --download-taxonomy --db bacteria
kraken2-build --download-library plant --db bacteria
kraken2-build --build --db bacteria --threads 48
I want merge bacteria and plant database,but I found the file size to be the same before and after the build So there's a way to merge the databases?