changeset 38:f3143cb04928

Fix for listing files.
author Catherine Wise <catherine.wise@csiro.au>
date Fri, 31 Jan 2014 11:59:12 +1100
parents 2ced2ca1c758
children 64e06297da39
files TrustStoreGalaxyImport.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyImport.xml	Fri Jan 31 11:32:24 2014 +1100
+++ b/TrustStoreGalaxyImport.xml	Fri Jan 31 11:59:12 2014 +1100
@@ -9,7 +9,7 @@
     <command interpreter="python">TrustStoreGalaxyImport.py $username $password $storename $path $file_type $filename $output1 $output1.id $__new_file_path__</command>
     <inputs>
         <param name="file_type" type="select" label="File Format" help="Which format is the data you're downloading?">
-            <option value="just list files"/>
+            <option value="just_list_files"/>
             <option value="ab1"/>
             <option value="axt"/>
             <option value="bam"/>
@@ -102,7 +102,7 @@
                 <when input="file_type" value="txt" format="txt" />
                 <when input="file_type" value="wig" format="wig" />
                 <when input="file_type" value="xml" format="xml" />
-                <when input="file_type" value="just list files" format="txt"/>
+                <when input="file_type" value="just_list_files" format="txt"/>
             </change_format>
         </data>
     </outputs>