diff multigps.xml @ 16:786468a702b0 draft

Uploaded
author iuc
date Tue, 04 Apr 2017 17:08:56 -0400
parents 1374e0ff61b1
children 3ea58bab5819
line wrap: on
line diff
--- a/multigps.xml	Tue Apr 04 16:57:15 2017 -0400
+++ b/multigps.xml	Tue Apr 04 17:08:56 2017 -0400
@@ -166,7 +166,7 @@
         #if str($fixedreadcount_select) == 'yes':
             #set line = $line + '\t' + str($fixedreadcount_cond['fixedreadcount'])
         #end if
-        '%s\n' % $line
+        $line
     #end for
     #for $control_items in condition_items['control_repeat']:
         #set control = $control_items['control']
@@ -183,7 +183,7 @@
         #if str($fixedreadcount_select) == 'yes':
             #set line = $line + '\t' + str($fixedreadcount_cond['fixedreadcount'])
         #end if
-        '%s\n' % $line
+        $line
     #end for
 #end for
 ]]>