comparison iedb_api.xml @ 4:9ad6c5c7749f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iedb_api commit 6aeacd9ee8abb962fd7037cc374598caa87e63b3"
author iuc
date Sat, 13 Feb 2021 00:06:11 +0000
parents 22fedca8a47c
children fbcf3eeb61ab
comparison
equal deleted inserted replaced
3:22fedca8a47c 4:9ad6c5c7749f
1 <tool id="iedb_api" name="IEDB" version="2.15.1"> 1 <tool id="iedb_api" name="IEDB" version="2.15.2">
2 <description>MHC Binding prediction</description> 2 <description>MHC Binding prediction</description>
3 <macros> 3 <macros>
4 <xml name="alleles" token_hla_regex="" token_hla_examples="" token_hlalen_examples=""> 4 <xml name="alleles" token_hla_regex="" token_hla_examples="" token_hlalen_examples="">
5 <conditional name="alleles"> 5 <conditional name="alleles">
6 <param name="allelesrc" type="select" label="Alleles"> 6 <param name="allelesrc" type="select" label="Alleles">
11 <param name="allele_file" type="data" format="txt" label="Alleles file"> 11 <param name="allele_file" type="data" format="txt" label="Alleles file">
12 <help>The dataset should have on allele per line. The allele may be followed by an optional comma-separated list of peptide lengths, e.g.: @HLALEN_EXAMPLES@</help> 12 <help>The dataset should have on allele per line. The allele may be followed by an optional comma-separated list of peptide lengths, e.g.: @HLALEN_EXAMPLES@</help>
13 </param> 13 </param>
14 </when> 14 </when>
15 <when value="entry"> 15 <when value="entry">
16 <param name="allele_text" type="text" size="80" label="Alleles"> 16 <param name="allele_text" type="text" label="Alleles">
17 <help>Enter alleles separated by white space: @HLA_EXAMPLES@ (The peptide lengths may follow each allele: @HLALEN_EXAMPLES@)</help> 17 <help>Enter alleles separated by white space: @HLA_EXAMPLES@ (The peptide lengths may follow each allele: @HLALEN_EXAMPLES@)</help>
18 <validator type="regex" message="Doesn't appear to be a valid allele">^@HLA_REGEX@(\s+@HLA_REGEX@)*$</validator> 18 <validator type="regex" message="Doesn't appear to be a valid allele">^@HLA_REGEX@(\s+@HLA_REGEX@)*$</validator>
19 </param> 19 </param>
20 </when> 20 </when>
21 </conditional> 21 </conditional>