Mercurial > repos > iuc > iedb_api
comparison iedb_api.xml @ 5:1911ec100221 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/iedb_api commit 6007a6fe7005df2f7fd1de85ce63156511534b6e
| author | iuc |
|---|---|
| date | Fri, 07 Nov 2025 18:26:22 +0000 |
| parents | 7ed6dda64a81 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:7ed6dda64a81 | 5:1911ec100221 |
|---|---|
| 1 <tool id="iedb_api" name="IEDB" version="2.15.2"> | 1 <tool id="iedb_api" name="IEDB" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
| 2 <description>MHC Binding prediction</description> | 2 <description>MHC Binding prediction</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@TOOL_VERSION@">2.15.3</token> | |
| 5 <token name="@VERSION_SUFFIX@">0</token> | |
| 6 <token name="@PROFILE@">24.2</token> | |
| 4 <xml name="alleles" token_hla_regex="" token_hla_examples="" token_hlalen_examples=""> | 7 <xml name="alleles" token_hla_regex="" token_hla_examples="" token_hlalen_examples=""> |
| 5 <conditional name="alleles"> | 8 <conditional name="alleles"> |
| 6 <param name="allelesrc" type="select" label="Alleles"> | 9 <param name="allelesrc" type="select" label="Alleles"> |
| 7 <option value="history">From history</option> | 10 <option value="history">From history</option> |
| 8 <option value="entry">Entered</option> | 11 <option value="entry">Entered</option> |
| 127 <option value="nn_align">nn_align</option> | 130 <option value="nn_align">nn_align</option> |
| 128 <option value="smm_align">smm_align</option> | 131 <option value="smm_align">smm_align</option> |
| 129 <option value="comblib">comblib</option> | 132 <option value="comblib">comblib</option> |
| 130 <option value="tepitope">tepitope</option> | 133 <option value="tepitope">tepitope</option> |
| 131 </param> | 134 </param> |
| 132 <expand macro="alleles" hla_regex="(DPA1\*0[1-3](:0[1-3])?/DPB1\*0[1-6]:0[12]|DQA1\*0[1-5]:0[12]/DQB1\*0[2-6]:0[12]|(HLA-)?DRB[1-5]\*[01][1-9]:0[1-5]|H2-IA[bd])(,(asis|[1-2][0-9]|30))*" hla_examples="DPA1*01/DPB1*04:01 HLA-DRB1*01:01 H2-IAb" hlalen_examples="DPA1*01/DPB1*04:01,11,15"/> | 135 <expand macro="alleles" hla_regex="(DPA1\*0[1-3]:0[1-3]/DPB1\*0[1-6]:0[12]|DQA1\*0[1-5]:0[12]/DQB1\*0[2-6]:0[12]|(HLA-)?DRB[1-5]\*[01][1-9]:0[1-5]|H2-IA[bd])(,(asis|[1-2][0-9]|30))*" hla_examples="DPA1*01:03/DPB1*04:01 HLA-DRB1*01:01 H2-IAb" hlalen_examples="DPA1*01:03/DPB1*04:01,11,15"/> |
| 133 <param name="lengths" type="select" multiple="true" optional="false" label="peptide lengths for prediction"> | 136 <param name="lengths" type="select" multiple="true" optional="false" label="peptide lengths for prediction"> |
| 134 <help>Used for any alleles which don't include specified lengths</help> | 137 <help>Used for any alleles which don't include specified lengths</help> |
| 135 <option value="asis">asis</option> | 138 <option value="asis">asis</option> |
| 136 <option value="11">11</option> | 139 <option value="11">11</option> |
| 137 <option value="12">12</option> | 140 <option value="12">12</option> |
| 307 <conditional name="prediction"> | 310 <conditional name="prediction"> |
| 308 <param name="tool" value="mhcii"/> | 311 <param name="tool" value="mhcii"/> |
| 309 <param name="method" value="recommended"/> | 312 <param name="method" value="recommended"/> |
| 310 <conditional name="alleles"> | 313 <conditional name="alleles"> |
| 311 <param name="allelesrc" value="entry"/> | 314 <param name="allelesrc" value="entry"/> |
| 312 <param name="allele_text" value="DPA1*01/DPB1*04:01"/> | 315 <param name="allele_text" value="DPA1*01:03/DPB1*04:01"/> |
| 313 </conditional> | 316 </conditional> |
| 314 <param name="lengths" value="asis"/> | 317 <param name="lengths" value="asis"/> |
| 315 </conditional> | 318 </conditional> |
| 316 <conditional name="sequence"> | 319 <conditional name="sequence"> |
| 317 <param name="seqsrc" value="entry"/> | 320 <param name="seqsrc" value="entry"/> |
| 318 <param name="seq_text" value="SLYNTVATLYCVHQRIDV"/> | 321 <param name="seq_text" value="SLYNTVATLYCVHQRIDV"/> |
| 319 </conditional> | 322 </conditional> |
| 320 <output name="output"> | 323 <output name="output"> |
| 321 <assert_contents> | 324 <assert_contents> |
| 322 <has_text text="LYNTVATLY" /> | 325 <has_text text="VATLYCVHQ" /> |
| 323 </assert_contents> | 326 </assert_contents> |
| 324 </output> | 327 </output> |
| 325 </test> | 328 </test> |
| 326 <!-- test5 --> | 329 <!-- test5 --> |
| 327 <test> | 330 <test> |
| 401 </tests> | 404 </tests> |
| 402 <help><