changeset 22:e03c8f2d2629 draft

planemo upload
author jjjjia
date Tue, 28 Aug 2018 23:21:34 -0400
parents 1543496b2db4
children 2cca036ceb91
files cpo_galaxy_prediction.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cpo_galaxy_prediction.py	Tue Aug 28 19:23:31 2018 -0400
+++ b/cpo_galaxy_prediction.py	Tue Aug 28 23:21:34 2018 -0400
@@ -693,7 +693,7 @@
     temp += ";".join(amrGenes) + "\t"
 
     #lastly plasmids
-    temp += str(plasmidFamily[list(plasmidFamily.keys())[0]].name)
+    temp += str(plasmidFamily[list(plasmidFamily.keys())[0]].name) + "\t"
     temp+= str(len(mSuitePlasmids)) + "\t"
     plasmidID = ""
     contigs = ""