From 0773aaf89678b967588a902df1f5e6f9ccea393d Mon Sep 17 00:00:00 2001
From: Calvin <calvin@EESI>
Date: Tue, 14 May 2013 21:51:40 -0400
Subject: release1.0

---
 src/python/quikr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/python')

diff --git a/src/python/quikr b/src/python/quikr
index 7c9ce25..c7ba4cf 100755
--- a/src/python/quikr
+++ b/src/python/quikr
@@ -11,7 +11,7 @@ def main():
     "Quikr returns the estimated frequencies of batcteria present when given a \
     input FASTA file. \n")
     parser.add_argument("-f", "--fasta", help="the sample's fasta file of NGS READS", required=True)
-    parser.add_argument("-o", "--output", help="OTU_FRACTION_PRESENT, a vector \ 
+    parser.add_argument("-o", "--output", help="OTU_FRACTION_PRESENT, a vector \
     representing the percentage of database sequence's presence in a sequence. (csv output)", required=True)
     parser.add_argument("-s", "--sensing-matrix", help="the sensing matrix", required=True)
     parser.add_argument("-l", "--lamb", type=int, help="the lambda size. (default is 10,000")
-- 
cgit v1.2.3