Previous changeset 1:5fd38fd7a623 (2014-06-04) |
Commit message:
Uploaded |
modified:
usearch_map_reads_to_otu/scripts/otu_table_transform.py |
b |
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 |
b |
@@ -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) |