comparison 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
comparison
equal deleted inserted replaced
3:f50d3bf89f6d 4:48cad01fd762
83 <expand macro="feature_rel" /> 83 <expand macro="feature_rel" />
84 </when> 84 </when>
85 </conditional> 85 </conditional>
86 <section name="ext_db" title="Cross references to external database"> 86 <section name="ext_db" title="Cross references to external database">
87 <param name="db" label="Db" argument="db" type="integer" help="External database to cross reference to." optional="true" /><!-- FIXME get this from db --> 87 <param name="db" label="Db" argument="db" type="integer" help="External database to cross reference to." optional="true" /><!-- FIXME get this from db -->
88 <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" /> 88 <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">
89 <expand macro="sanitized"/>
90 </param>
89 </section> 91 </section>
90 <expand macro="wait_for"/> 92 <expand macro="wait_for"/>
91 </inputs> 93 </inputs>
92 <outputs> 94 <outputs>
93 <data format="json" name="results"/> 95 <data format="json" name="results"/>