diff options
author | Calvin <calvin@EESI> | 2013-05-16 14:53:58 -0400 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-05-16 14:53:58 -0400 |
commit | 47cc54decd8d2a14a413bab57f8414214825155b (patch) | |
tree | f442c35c2959fca4bdf049719383d6b1cd33bc7b /src/matlab/multifasta2otu/README | |
parent | 8564a460c242d065cd1cb43cb6c7fcbf61262b24 (diff) |
used newlines in readme for clarity, update our references to the ../../../data/
Diffstat (limited to 'src/matlab/multifasta2otu/README')
-rw-r--r-- | src/matlab/multifasta2otu/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/matlab/multifasta2otu/README b/src/matlab/multifasta2otu/README index e4bcc2e..05a26c6 100644 --- a/src/matlab/multifasta2otu/README +++ b/src/matlab/multifasta2otu/README @@ -15,8 +15,10 @@ convert_biom.py -i <quikr_otu_table.txt> -o <quikr_otu>.biom --biom_table_type=" (Note: Our code works much better with WEIGHTED Unifrac as opposed to Unweighted.) -Pre-requisites: 1) <quikr_otu_table.txt>, 2) the tree of the database sequences that were used (e.g. -rdp7_mafft.fasttree, gg_94_otus_4feb2011.tre, etc.), and 3) your-defined <qiime_metadata_file.txt> +Pre-requisites: +1. <quikr_otu_table.txt> +2. the tree of the database sequences that were used (e.g. rdp7_mafft.fasttree, gg_94_otus_4feb2011.tre. they are in the data directory) +3. your-defined <qiime_metadata_file.txt> 1. convert_biom.py -i <quikr_otu_table.txt> -o <quikr_otu>.biom --biom_table_type="otu table" 2. beta_diversity.py -i <quikr_otu>.biom -m weighted_unifrac -o beta_div -t <tree file (example: rdp7_mafft.fasttree)> |