merenlab / oligotyping

Exploring microbial patterns through subtle nucleotide variation within 16S rRNA gene tag sequences of closely related taxa
GNU General Public License v2.0
40 stars 22 forks source link

avoid lists, use set() whenever possible #14

Closed meren closed 11 years ago

meren commented 11 years ago

especially for decomposition. the overhead to add/remove items to or from a list object is too much. seriously.

meren commented 11 years ago

decomposition is fixed. oligotyping is much improved.