From 1e89768b0dbe588968d1cf72a7b62459376f814d Mon Sep 17 00:00:00 2001 From: Sara El-Metwally Date: Fri, 12 Feb 2016 13:32:17 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8322056..282aaa4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ LightAssembler also reports the following on the screen: - Total genome coverage. - Total Assembly time as well as the total time for each step. -Also, by using the ```--verbose``` option, LightAssembler reports additional details for each step such as the number of kmers, the false positive rate of Bloom filter and the number of branching kmers in the dataset, average read length and the average sequencing coverage. +Also, by using the ```--verbose``` option, LightAssembler reports the additional details for each step such as the number of kmers, the false positive rate of Bloom filters and the number of branching kmers in the dataset, the average read length and the average sequencing coverage. #### Example 1 ``` ./LightAssembler -k 31 -g 15 -e 0.01 -G 4686137 -o ecoli_contigs -t 3 ecoli_reads_1.fq ecoli_reads_2.fq --verbose ```