diff filler.xml @ 8:63f3743c2ae4 draft

planemo upload
author jowong
date Tue, 13 Nov 2018 12:19:53 -0500
parents 82569b47df8d
children
line wrap: on
line diff
--- a/filler.xml	Mon Oct 29 08:30:06 2018 -0400
+++ b/filler.xml	Tue Nov 13 12:19:53 2018 -0500
@@ -1,12 +1,12 @@
-<tool id="filler" name="Filler" version="1.0.0">
+<tool id="filler" name="Filler" version="1.0.1">
     <description>Filler Function to deal with paired collection</description>
     <command interpreter="python"><![CDATA[
       filler.py 
         #if str( $data_input.data_selector ) == "paired"       
-          -i $data_input.input1.forward.element_identifier      
+          -i $data_input.input1.forward      
         #end if
         #if str( $data_input.data_selector ) == "single"       
-          -i "$data_input.input2.element_identifier"
+          -i "$data_input.input2"
         #end if
         
         -o $output