Mercurial > repos > recetox > bioconductor_scp
comparison macros.xml @ 1:8a6c7302de66 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/bioconductor-scp commit 01a6a2434c6e77b5061ada328d849a4ad7c30529
author | recetox |
---|---|
date | Thu, 14 Aug 2025 13:41:01 +0000 |
parents | cd2f3a280463 |
children |
comparison
equal
deleted
inserted
replaced
0:cd2f3a280463 | 1:8a6c7302de66 |
---|---|
54 <param name="count_cell_carrier" type="integer" value="200" min="0" label="Number of cells in the carrier channel" help="What is the number of cells in the carrier channel?"/> | 54 <param name="count_cell_carrier" type="integer" value="200" min="0" label="Number of cells in the carrier channel" help="What is the number of cells in the carrier channel?"/> |
55 <param name="single_cells" type="select" label="Single-cell channels present in the experiment" multiple="true" optional="false" min="1" help="What are the single-cell channels present in the experiment? At least one channel must be selected!"> | 55 <param name="single_cells" type="select" label="Single-cell channels present in the experiment" multiple="true" optional="false" min="1" help="What are the single-cell channels present in the experiment? At least one channel must be selected!"> |
56 <options from_dataset="input_annotations"> | 56 <options from_dataset="input_annotations"> |
57 <column name="name" index="3"/> | 57 <column name="name" index="3"/> |
58 <column name="value" index="3"/> | 58 <column name="value" index="3"/> |
59 <filter type="unique_value" name="unique" column="3"/> | 59 <filter type="unique_value" column="3"/> |
60 </options> | 60 </options> |
61 </param> | 61 </param> |
62 <param name="SCR_threshold" type="float" value="0.1" min="0" max="1" label="Mean SCR threshold" help="Mean sample-to-carrier (SCR) threshold. 0.1 corresponds to 10%."/> | 62 <param name="SCR_threshold" type="float" value="0.1" min="0" max="1" label="Mean SCR threshold" help="Mean sample-to-carrier (SCR) threshold. 0.1 corresponds to 10%."/> |
63 <param name="qvalue_level" type="select" display="radio" label="Filter based on PSM, peptide or protein-level q-values?" help="Whether to perform the q-value computation and filtration on the PSM, peptide or protein level."> | 63 <param name="qvalue_level" type="select" display="radio" label="Filter based on PSM, peptide or protein-level q-values?" help="Whether to perform the q-value computation and filtration on the PSM, peptide or protein level."> |
64 <option value="PSM">PSM</option> | 64 <option value="PSM">PSM</option> |
79 <section name="peptide_filtering" title="Peptide filtering" expanded="true"> | 79 <section name="peptide_filtering" title="Peptide filtering" expanded="true"> |
80 <param name="samples_to_keep" type="select" min="1" optional="false" label="Which samples to keep?" multiple="true" help="Which samples to keep? We recommend filtering out Carrier and Unused channels at this step."> | 80 <param name="samples_to_keep" type="select" min="1" optional="false" label="Which samples to keep?" multiple="true" help="Which samples to keep? We recommend filtering out Carrier and Unused channels at this step."> |
81 <options from_dataset="input_annotations"> | 81 <options from_dataset="input_annotations"> |
82 <column name="name" index="3"/> | 82 <column name="name" index="3"/> |
83 <column name="value" index="3"/> | 83 <column name="value" index="3"/> |
84 <filter type="unique_value" name="unique" column="3"/> | 84 <filter type="unique_value" column="3"/> |
85 </options> | 85 </options> |
86 </param> | 86 </param> |
87 <conditional name="filter_median_intensity"> | 87 <conditional name="filter_median_intensity"> |
88 <param type="select" name="cut_median_intensity" label="Filter based on median relative intensity?" help="Whether to filter based on median intensity."> | 88 <param type="select" name="cut_median_intensity" label="Filter based on median relative intensity?" help="Whether to filter based on median intensity."> |
89 <option value="no" selected="true">no</option> | 89 <option value="no" selected="true">no</option> |