summaryrefslogtreecommitdiff
path: root/multifasta_to_otu.py
AgeCommit message (Collapse)Author
2013-03-08fix multifasta_to_otumutantturkey
2013-03-07multifasta_to_otu.py support for compressionCalvin
2013-03-06Cleanups and refactoringCalvin
* Only do one check for output_directory by combining statements * rename output to number_of_reads * get rid of useless comment
2013-03-06fixed indexCalvin
2013-03-06formatting cleanups, removed unused import, deleted unused linesCalvin
2013-03-05Added OTU table output and grep parsingCalvin
A giant batch commit. Sorry! * OTU table output * results are still different from matlab * sample names still have suffix * otherwise should be ok * only return rows which sum up to greater than zero (ie non empty) * Use grep instead of BIOseq because it is a lot faster to count our sequences this way. * re-enable our pool process management * refactor and rename records to headers * refactor final_output to output
2013-02-27working on the iteratorsCalvin
2013-02-27Create a dictionary of our trained matrix id'sCalvin
2013-02-27Write the comments in for the work to be doneCalvin
Comment first, write code later! Also I fixed an erroneous space that really didn't need to be there. Laid down the import for biopyton. Created the basic iteration through our fasta files and added loading of fasta file titles through biopython
2013-02-27Update multifasta_to_otu.py for new quikr functionCalvin
* Removed an old comment from the quikr function * Load the trained matrix from multifasta main. * This will reduce load times as we only need to call it once
2013-02-26changesCalvin
2013-02-26merge resolutionCalvin
2013-02-26some upodatesCalvin
2013-02-26iteratively loop throughmutantturkey
2013-02-25fixed syntax mistakeCalvin
2013-02-25initial commit, playing around with threadingmutantturkey