Mercurial > repos > iuc > gatk2
changeset 15:a3247b69fa59 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gatk2 commit 898393cb5c244c8fab2e965f003ae3991bcb655e
author | iuc |
---|---|
date | Mon, 04 Apr 2016 06:33:05 -0400 |
parents | dbd9d574e68a |
children | |
files | gatk2_macros.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gatk2_macros.xml Fri Apr 01 11:51:07 2016 -0400 +++ b/gatk2_macros.xml Mon Apr 04 06:33:05 2016 -0400 @@ -33,13 +33,13 @@ #end for </token> <xml name="input_variants" token_help="-input,--input &lt;input&gt;"> - <param name="input_variants" type="data" format="vcf" label="Variant file to annotate" min="1" help="@HELP@"/> + <param name="input_variants" type="data" format="vcf" label="Variant file to annotate" multiple="True" min="1" help="@HELP@"/> </xml> <xml name="input_bams_history"> <param name="input_bams" type="data" format="bam" label="BAM file" multiple="True" min="1" help="-I,--input_file &lt;input_file&gt;"/> </xml> <xml name="input_bams_cached"> - <param name="input_bams" type="data" format="bam" label="BAM file" help="-I,--input_file &lt;input_file&gt;" min="1" multiple="True"> + <param name="input_bams" type="data" format="bam" label="BAM file" multiple="True" min="1" help="-I,--input_file &lt;input_file&gt;"> <validator type="unspecified_build" /> <validator type="dataset_metadata_in_data_table" table_name="gatk2_picard_indexes" metadata_name="dbkey" metadata_column="dbkey" message="Sequences are not currently available for the specified build." /> <!-- fixme!!! this needs to be a select --> </param>