Skip to content

Commit

Permalink
pairwise2 not used - so get rid of it #47
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMoth committed Jun 28, 2023
1 parent 8870e45 commit bdf017b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions lib/PDBMapData.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
import sys,os,csv,re,gzip
import numpy as np
import subprocess as sp
from Bio import pairwise2
from Bio.SubsMat import MatrixInfo as matlist
# from Bio.SubsMat import MatrixInfo as matlist
import vcf # PyVCF
from lib import bed # PyVCF emulator for BED files

Expand Down
2 changes: 0 additions & 2 deletions lib/PDBMapSIFTSdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
import sys,os,csv
from collections import OrderedDict
import logging
from Bio import pairwise2
# unused and deprecated: from Bio.SubsMat import MatrixInfo as matlist
from Bio.PDB import Structure
from Bio.SeqUtils import seq1
from lib import PDBMapSQLdb
Expand Down

0 comments on commit bdf017b

Please sign in to comment.