Repository 'transtermhp'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/transtermhp

Changeset 1:d763e35fef0b (2015-10-09)
Previous changeset 0:c28817831a24 (2015-10-09) Next changeset 2:1d8ad7599f02 (2015-10-09)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transtermhp commit 4d0256dc71820b5af240f6f52ae78c9b211167f5
modified:
transtermhp.xml
added:
tool_data_table_conf.xml.sample
b
diff -r c28817831a24 -r d763e35fef0b tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Fri Oct 09 09:37:26 2015 -0400
b
@@ -0,0 +1,9 @@
+<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc-->
+<tables>
+    <!-- Locations of all fasta files under genome directory -->
+    <table name="all_fasta" comment_char="#">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/all_fasta.loc" />
+    </table>
+</tables>
+
b
diff -r c28817831a24 -r d763e35fef0b transtermhp.xml
--- a/transtermhp.xml Fri Oct 09 09:22:42 2015 -0400
+++ b/transtermhp.xml Fri Oct 09 09:37:26 2015 -0400
b
@@ -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">