changeset 27:c74c953c6b06 draft

Uploaded
author jpetteng
date Sun, 07 Jan 2018 15:20:17 -0500
parents c7be11e07c4f
children 41301e1f075a
files ecoli_serotyping/ectyper/ectyper.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ecoli_serotyping/ectyper/ectyper.py	Sun Jan 07 15:17:39 2018 -0500
+++ b/ecoli_serotyping/ectyper/ectyper.py	Sun Jan 07 15:20:17 2018 -0500
@@ -7,10 +7,11 @@
 import sys
 import tempfile
 import datetime
-import blastFunctions, commandLineOptions, definitions, genomeFunctions, loggingFunctions, predictionFunctions, speciesIdentification
-
 from urllib.request import urlretrieve
 
+from ectyper import (blastFunctions, commandLineOptions, definitions,
+                     genomeFunctions, loggingFunctions, predictionFunctions,
+                     speciesIdentification)
 
 LOG_FILE = loggingFunctions.initialize_logging()
 LOG = logging.getLogger(__name__)