Skip to content

Commit 0133c04

Browse files
committed
remove unused line
1 parent 2a17429 commit 0133c04

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

primerdiffer/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def chr_select(seq_dict, chro, start,end):
9191
def makeblastdb(genomefile):
9292
cline = NcbimakeblastdbCommandline(dbtype="nucl",
9393
input_file=genomefile)
94-
NcbimakeblastdbCommandline(cmd='makeblastdb', dbtype='prot', input_file='NC_005816.faa')
9594
print(cline)
9695
cline()
9796

0 commit comments

Comments
 (0)