Mercurial > repos > gga > chado_feature_load_fasta
changeset 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 | f50d3bf89f6d |
children | 5b482826e065 |
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: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>
--- a/macros.xml Fri Aug 03 04:33:21 2018 -0400 +++ b/macros.xml Mon Aug 06 04:39:51 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>