Mercurial > repos > p.lucas > anarci
comparison anarci_wrapper.xml @ 1:9a66e3a9ff53 draft
Uploaded
author | p.lucas |
---|---|
date | Mon, 29 Mar 2021 10:46:35 +0000 |
parents | ef67bbb84e6b |
children | 58b36867b577 |
comparison
equal
deleted
inserted
replaced
0:ef67bbb84e6b | 1:9a66e3a9ff53 |
---|---|
30 </param> | 30 </param> |
31 <param name="receptor" type="select" optional="true" label="Choose ig or tr domains" help="Choose whether to number Antibody (ig) or TCR (tr) domains. (Optional)"> | 31 <param name="receptor" type="select" optional="true" label="Choose ig or tr domains" help="Choose whether to number Antibody (ig) or TCR (tr) domains. (Optional)"> |
32 <option value="ig" >Antibody domains</option> | 32 <option value="ig" >Antibody domains</option> |
33 <option value="tr" >TCR domains</option> | 33 <option value="tr" >TCR domains</option> |
34 </param> | 34 </param> |
35 <param name="fvonly" optional="true" label="Only output Fv regions." help="Only output Fv regions."/> | 35 <param name="fvonly" type="boolean" optional="true" label="Only output Fv regions." help="Only output Fv regions."/> |
36 <param name="rename" optional="true" label="Rename the receptor chains." help="Rename the receptor chains with H and L (ig) or B and A (tr). Only receptor chains output. First pair identified used."/> | 36 <param name="rename" type="boolean" optional="true" label="Rename the receptor chains." help="Rename the receptor chains with H and L (ig) or B and A (tr). Only receptor chains output. First pair identified used."/> |
37 <param name="splitscfv" optional="true" label="Split chain." help="When they are found split single chain fvs into two seperate chains (fvonly becomes true)."/> | 37 <param name="splitscfv" type="boolean" optional="true" label="Split chain." help="When they are found split single chain fvs into two seperate chains (fvonly becomes true)."/> |
38 </inputs> | 38 </inputs> |
39 <outputs> | 39 <outputs> |
40 <data name="output" format="pdb" /> | 40 <data name="output" format="pdb" /> |
41 </outputs> | 41 </outputs> |
42 <help> | 42 <help> |