changeset 4:2871530ed4be draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit d21999bb3e142fd972a3338b70216989a257d5b1
author gga
date Mon, 06 Aug 2018 04:29:05 -0400
parents 2f10ccee7d05
children acac9aad40e7
files feature_load_fasta.xml macros.xml
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/feature_load_fasta.xml	Fri Aug 03 04:27:23 2018 -0400
+++ b/feature_load_fasta.xml	Mon Aug 06 04:29:05 2018 -0400
@@ -85,7 +85,9 @@
 		</conditional>
 	    <section name="ext_db" title="Cross references to external database">
 			<param name="db" label="Db" argument="db" type="integer" help="External database to cross reference to." optional="true" /><!-- FIXME get this from db -->
-			<param name="re_db_accession" label="Regex external db accession" argument="re_db_accession" type="text" help="Regular expression to extract an external database accession from the fasta sequence id (first capturing group will be used)." optional="true" />
+			<param name="re_db_accession" label="Regex external db accession" argument="re_db_accession" type="text" help="Regular expression to extract an external database accession from the fasta sequence id (first capturing group will be used)." optional="true">
+                <expand macro="sanitized"/>
+            </param>
 	    </section>
 	    <expand macro="wait_for"/>
 	</inputs>
--- a/macros.xml	Fri Aug 03 04:27:23 2018 -0400
+++ b/macros.xml	Mon Aug 06 04:29:05 2018 -0400
@@ -2,7 +2,7 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="2.1.4">python-chado</requirement>
+            <requirement type="package" version="2.1.5">python-chado</requirement>
             <requirement type="package" version="1.5">jq</requirement>
             <yield/>
         </requirements>
@@ -16,7 +16,7 @@
         </stdio>
     </xml>
 
-    <token name="@WRAPPER_VERSION@">2.1.4</token>
+    <token name="@WRAPPER_VERSION@">2.1.5</token>
 
     <xml name="citation">
         <citations>