diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-08-20 15:54:38 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-08-20 15:54:38 -0400 |
commit | 50824f178a11861124407840e8b226acf325f86a (patch) | |
tree | 23d4ed8a0938a62388f6b61006584d416b52c74e | |
parent | 09690308fb1813215bb775f24ec639b1ee0c5739 (diff) |
Don't escape _'s
-rw-r--r-- | doc/cli.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli.markdown b/doc/cli.markdown index ac5a231..e12f6a9 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -69,7 +69,7 @@ with aspecified number of jobs. Otherwise python with run one job per cpu core. ### Usage ### - multifasta\_to\_otu's arguments: + multifasta_to_otu's arguments: -i, --input-directory the directory containing the samples' fasta files of reads (note each file should correspond to a separate sample) -f, --sensing-fasta location of the fasta file database used to create the sensing matrix (fasta format) |