diff transtermhp.xml @ 1:d763e35fef0b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transtermhp commit 4d0256dc71820b5af240f6f52ae78c9b211167f5
author iuc
date Fri, 09 Oct 2015 09:37:26 -0400
parents c28817831a24
children 1a1ec22a7e28
line wrap: on
line diff
--- a/transtermhp.xml	Fri Oct 09 09:22:42 2015 -0400
+++ b/transtermhp.xml	Fri Oct 09 09:37:26 2015 -0400
@@ -24,13 +24,14 @@
 > $output]]></command>
     <inputs>
       <conditional name="reference_genome">
-          <param name="source" type="select" label="Reference Genome">
+        <param name="source" type="select" label="Reference Genome">
               <option value="cached">Locally Cached</option>
               <option value="history">From History</option>
-          </param>
-          <when value="cached">
+        </param>
+        <when value="cached">
             <param name="fasta_indexes" type="select" label="Source FASTA Sequence">
                 <options from_data_table="all_fasta"/>
+                <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
             </param>
         </when>
         <when value="history">