diff feature_load_fasta.xml @ 4:48cad01fd762 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:39:51 -0400
parents 65d8d92aa0b5
children 5b482826e065
line wrap: on
line diff
--- a/feature_load_fasta.xml	Fri Aug 03 04:33:21 2018 -0400
+++ b/feature_load_fasta.xml	Mon Aug 06 04:39:51 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>