diff gfa_to_fa.xml @ 2:a54fa2c9503f draft default tip

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/gfa_to_fa commit a00033a6cd8deb6b4a35ec1f4adb20dcc83cd1a1
author erasmus-medical-center
date Fri, 20 Jul 2018 08:19:46 -0400
parents 810d464f9359
children
line wrap: on
line diff
--- a/gfa_to_fa.xml	Tue Jul 17 13:35:44 2018 -0400
+++ b/gfa_to_fa.xml	Fri Jul 20 08:19:46 2018 -0400
@@ -10,7 +10,7 @@
 for line in sys.stdin:
     if line.startswith("S"):
         l,h,s,x = line.strip().split()
-	print("> " + h)
+	print(">" + h)
 	print(s)
         ]]></configfile>
     </configfiles>