nhoffman / bioy

Tools for NGS sequence analysis and bacterial classification
GNU General Public License v3.0
0 stars 0 forks source link

remove Bio dependency from subcommands/primer_trim.py #2

Closed crosenth closed 10 years ago

crosenth commented 10 years ago

Might as well not require biopython since all we're doing here is reading a fasta file (unless we anticipate needing read other file types directly)


crosenth commented 10 years ago

Removed. Still will need references to Bio in future scripts dealing with file formats other than fasta.


Original Comment By: Chris Rosenthal