Skip to content

Commit

Permalink
Primex used wrong blast db for sus scrofa
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Nov 18, 2019
1 parent 1e44959 commit 6aa945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circtools/primex/primex.py
Expand Up @@ -80,7 +80,7 @@ def call_blast(self, input_file, organism):
elif organism == "rn":
blast_db = self.rattus_norvegicus_blast_db
elif organism == "ss":
blast_db = self.rattus_norvegicus_blast_db
blast_db = self.sus_scrofa_blast_db

return_handle = NCBIWWW.qblast("blastn",
blast_db,
Expand Down

0 comments on commit 6aa945a

Please sign in to comment.