Skip to content

Commit

Permalink
fix error of alignment testing
Browse files Browse the repository at this point in the history
  • Loading branch information
psj1997 committed Jun 17, 2020
1 parent ea3ba9e commit 4421164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmgc_mapper/alignment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import skbio.alignment
from skbio.sequence import DNA,Protein
from BLOSUM import blosum62,blosum50
from .BLOSUM import blosum62,blosum50

def num_alignment(query,target):
num = 0
Expand Down

0 comments on commit 4421164

Please sign in to comment.