wurmlab / sequenceserver

Intuitive graphical web interface for running BLAST bioinformatics tool (i.e. have your own custom NCBI BLAST site!)
https://sequenceserver.com
GNU Affero General Public License v3.0
268 stars 111 forks source link

Ignore unknown bases ('N's) when detecting DB type #739

Closed tadast closed 4 months ago

tadast commented 4 months ago

Some FASTAs might have a lot of unknown bases before meaningful data starts e.g. https://www.ncbi.nlm.nih.gov/nuccore/CM000994.3 Keep scanning the file until we reach meaningful bases to run the determination algorithm against.

Closes #727