# HG changeset patch # User qfab # Date 1401944631 14400 # Node ID 87603fcae838d6e7d9db5f4a7c0943f2c9e14166 # Parent 5fd38fd7a6232c7b77548012b0002ec26a49246b Uploaded diff -r 5fd38fd7a623 -r 87603fcae838 usearch_map_reads_to_otu/scripts/otu_table_transform.py --- 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)