dkoslicki / TAMPA

A collection of tools to visualize CAMI profiling outputs
MIT License
2 stars 1 forks source link

Handle both single *.profile and multi *.profile files #4

Closed dkoslicki closed 4 years ago

dkoslicki commented 4 years ago

Similar to FASTA and MultiFASTA, there are two acceptable profiling formats:

  1. Those that contain a single profile (like this example)
  2. Those that contain multiple profiles (like this example)

Currently, the user has the option to select, from a multi-profile, a single sample to plot (indicated via the header information @SampleID:sample_0.

Need to:

dkoslicki commented 4 years ago

-[ ] Also allow for BIOM format taxonomic profiles (but note there may be a python version conflict as noted here, though the code still exists.