An open API service indexing awesome lists of open source software.

https://github.com/ffstghc/blastscript

My first Python script: a simple algorithm to compare sequences with variable input region not relying on any additional packages.
https://github.com/ffstghc/blastscript

bioinformatics blast script

Last synced: 12 months ago
JSON representation

My first Python script: a simple algorithm to compare sequences with variable input region not relying on any additional packages.

Awesome Lists containing this project

README

          

Simple BLAST algorithm that takes in two sequences
that were created by https://web.expasy.org/randseq and
searches for similarities or mutations element by element.

**Features**
- Choose between three search modes:
- Sequence matches
- Sequence mutations
- Defined sequence
- Variable Input region (start + stop position)

- Output of sequence length
- Output of position of findings ("X123Y") (for matches / mutations)
- Output of total amount of findings (for matches / mutations)