Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 571 Bytes

COMAD: COMmunity Assembly Dynamics of microbes

Installation

pip install -e.

Sample run starting with biom file

comad neufit_biom --biom comad/tests/data/sample_biom --output_filename github_example --output_filepath comad/tests/data/testing_output

Sample run starting with data and taxonomy files

comad neufit --_data_filename comad/tests/data/sample_data.csv --_taxonomy_filename comad/tests/data/sample_taxonomy.csv --output_filename github_example --output_folder_path comad/tests/data/testing_output/github_example