Mercurial > repos > jpetteng > ectyper
changeset 24:53882f206880 draft
Uploaded
| author | jpetteng | 
|---|---|
| date | Sun, 07 Jan 2018 15:13:37 -0500 | 
| parents | 7f0bec9df332 | 
| children | d0c0b205abe1 | 
| files | ecoli_serotyping/ectyper/ectyper.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/ecoli_serotyping/ectyper/ectyper.py Sun Jan 07 15:11:10 2018 -0500 +++ b/ecoli_serotyping/ectyper/ectyper.py Sun Jan 07 15:13:37 2018 -0500 @@ -7,7 +7,7 @@ import sys import tempfile import datetime -from ectyper import (blastFunctions, commandLineOptions, definitions, +import (blastFunctions, commandLineOptions, definitions, genomeFunctions, loggingFunctions, predictionFunctions, speciesIdentification)
