We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a17429 commit 0133c04Copy full SHA for 0133c04
1 file changed
primerdiffer/utils.py
@@ -91,7 +91,6 @@ def chr_select(seq_dict, chro, start,end):
91
def makeblastdb(genomefile):
92
cline = NcbimakeblastdbCommandline(dbtype="nucl",
93
input_file=genomefile)
94
- NcbimakeblastdbCommandline(cmd='makeblastdb', dbtype='prot', input_file='NC_005816.faa')
95
print(cline)
96
cline()
97
0 commit comments