Mercurial > repos > proteore > proteore_expression_levels_by_tissue
changeset 6:1c3a5ceab3cd draft
planemo upload commit bb113d19d3a756f70784e6a1433902888686ed96-dirty
| author | proteore |
|---|---|
| date | Fri, 17 May 2019 04:56:57 -0400 |
| parents | b5be6d94f2a1 |
| children | 6a9db2cc54de |
| files | get_expression_profiles.xml |
| diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/get_expression_profiles.xml Thu May 16 11:12:56 2019 -0400 +++ b/get_expression_profiles.xml Fri May 17 04:56:57 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="sel_ann_hpa" name="Get expression profiles" version="2019.05.16"> +<tool id="sel_ann_hpa" name="Get expression profiles" version="2019.05.17"> <description>by (normal or tumor) tissue/cell type [Human Protein Atlas] </description> <requirements> @@ -69,7 +69,9 @@ </param> <when value="normal"> <param name="proteinatlas" type="select" label="Normal tissue HPA version" > - <options from_data_table="proteore_protein_atlas_normal_tissue"/> + <options from_data_table="proteore_protein_atlas_normal_tissue"> + <filter type="sort_by" column="0"/> + </options> </param> <param name="normal_tissue" type="select" label="Select tissue(s)" multiple="True" display="checkboxes" optional="False"> <option value="adrenal gland" >Adrenal gland</option> @@ -136,7 +138,9 @@ </when> <when value="tumor"> <param name="proteinatlas" type="select" label="Tumor tissue HPA version" > - <options from_data_table="proteore_protein_atlas_tumor_tissue"/> + <options from_data_table="proteore_protein_atlas_tumor_tissue"> + <filter type="sort_by" column="0"/> + </options> </param> <param name="cancer_tissue" type="select" label="Select cancer tissue(s)" multiple="True" display="checkboxes" optional="False"> <option value="breast cancer" >Breast cancer</option>
