Skip to content

Commit

Permalink
Added porB sequence typing
Browse files Browse the repository at this point in the history
  • Loading branch information
kwongj committed Feb 22, 2017
1 parent c43b9e8 commit fc11a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meningotype/meningotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from pkg_resources import resource_string, resource_filename

# Import local modules
import nmen, menwy, ctrA, porB
import nmen, menwy, ctrA, porB, finetype

###### Script globals ##########################################################

Expand Down Expand Up @@ -273,7 +273,7 @@ def bxTYPE(f, bxPRIMERS, fHbpDB, NHBADB, NadADB):
return set(fHbpCOUNT), set(NHBACOUNT), set(NadACOUNT)

def porBTYPE(f, blastdb):
porB_result = porB.porBBLAST(f, blastdb)
porB_result = finetype.porBBLAST(f, blastdb)
porBCOUNT = porB_result[2]
porBSEQS.append(porB_result[5])
return porBCOUNT
Expand Down

0 comments on commit fc11a1c

Please sign in to comment.