jorvis / biocode

Bioinformatics code libraries and scripts
MIT License
504 stars 247 forks source link

Needed: Speed-optimized FASTA statistics script #7

Open jorvis opened 10 years ago

jorvis commented 10 years ago

One of the really common tasks when given a FASTA file is to find the following statistics:

While this is trivial itself, what can get more interesting is finding the method to do it that performs the best. Because this will be an important component of a few other projects, speed and proper error handling is important. Most apps assume python, but I'm up for implementations in whatever language will give the best results here as long as they don't open up a huge can of worms dependency-wise.