smdabdoub / kraken-biom

Create BIOM-format tables (http://biom-format.org) from Kraken output (http://ccb.jhu.edu/software/kraken/, https://github.com/DerrickWood/kraken).
MIT License
47 stars 15 forks source link

Instructions #13

Closed rebeelouise closed 3 years ago

rebeelouise commented 4 years ago

I have kraken2 outputs in the form of .report and .kraken

I am trying to make a biom file for phyloseq and would like some elaboration on the kraken_reports parameter? what is it for and how do you use it?

I have generated a biom table from just the reports - however when reading the table into R I am missing taxa names..

Any help appreciated!

Thanks

smdabdoub commented 4 years ago

Hi!

Thanks for the question. I have examples of the expected input files in my testing code. If you look in [test_process_samples.py] you will see what the format expected for the report files. But just to summarize, the program expects files containing the summarized counts per phylogenetic level. Let me know if that helps!

marsfro commented 4 years ago

Hello! I have the same question! Where is your test_process_samples.py?

marsfro commented 4 years ago

I have kraken2 outputs in the form of .report and .kraken

I am trying to make a biom file for phyloseq and would like some elaboration on the kraken_reports parameter? what is it for and how do you use it?

I have generated a biom table from just the reports - however when reading the table into R I am missing taxa names..

Any help appreciated!

Thanks

If you understand yet, please, help me too, I have the same problem for two weeks now

smdabdoub commented 4 years ago

Apologies, I thought I had linked it in my original reply. The correct link is below:

test_process_samples.py

marsfro commented 4 years ago

Thank you, I am trying