changeset 26:c7be11e07c4f draft

Uploaded
author jpetteng
date Sun, 07 Jan 2018 15:17:39 -0500
parents d0c0b205abe1
children c74c953c6b06
files ecoli_serotyping/ectyper/ectyper.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ecoli_serotyping/ectyper/ectyper.py	Sun Jan 07 15:15:35 2018 -0500
+++ b/ecoli_serotyping/ectyper/ectyper.py	Sun Jan 07 15:17:39 2018 -0500
@@ -7,9 +7,7 @@
 import sys
 import tempfile
 import datetime
-import blastFunctions, commandLineOptions, definitions,
-                     genomeFunctions, loggingFunctions, predictionFunctions,
-                     speciesIdentification
+import blastFunctions, commandLineOptions, definitions, genomeFunctions, loggingFunctions, predictionFunctions, speciesIdentification
 
 from urllib.request import urlretrieve