changeset 2:87603fcae838 draft default tip

Uploaded
author qfab
date Thu, 05 Jun 2014 01:03:51 -0400
parents 5fd38fd7a623
children
files usearch_map_reads_to_otu/scripts/otu_table_transform.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/usearch_map_reads_to_otu/scripts/otu_table_transform.py	Wed Jun 04 02:35:39 2014 -0400
+++ b/usearch_map_reads_to_otu/scripts/otu_table_transform.py	Thu Jun 05 01:03:51 2014 -0400
@@ -1,5 +1,4 @@
 import sys, os
-#sys.path.insert(0, 'scripts');
 import parseFasta
 
 # Create OTU Table
@@ -26,8 +25,8 @@
         myseq = myseq.replace('\n','')
     for y in x:
       line= line+str(y)+"\t"
-    print(line+"\t"+myseq)
+    print(line+myseq)
     line=""
     myseq=""
-#
+
 transform(OTUcount)