changeset 25:d0c0b205abe1 draft

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