git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| # This module is for handling BLAST output lists (in -outfmt 6/ -m8 format). | |
| from itertools import groupby | |
| class Hsp: | |
| """Store information about single HSP in an alignment hit. | |
| Members: | |
| qid Query Id | |
| sid Subject Id |