comparison COBRAxy/ras_to_bounds.xml @ 53:4f11c68210a7 draft

Uploaded
author luca_milaz
date Sat, 12 Oct 2024 20:10:59 +0000
parents fc411b10e419
children d4162562c8f5
comparison
equal deleted inserted replaced
52:53135cc0e7ea 53:4f11c68210a7
47 <option value="True" selected="true">Yes</option> 47 <option value="True" selected="true">Yes</option>
48 <option value="False">No</option> 48 <option value="False">No</option>
49 </param> 49 </param>
50 <when value="True"> 50 <when value="True">
51 <param name="input_ras" argument="--input_ras" multiple="true" type="data" format="tabular, csv, tsv" label="RAS matrix:" /> 51 <param name="input_ras" argument="--input_ras" multiple="true" type="data" format="tabular, csv, tsv" label="RAS matrix:" />
52 <param name="classes" argument="--classes" type="text" label="Classes:" help="Write here the the classes to assign to each of the uploaded RAS matrices. Example for two RAS matrices:'cellNormal, cellCancer'. If you uploaded just one matrix, ignore this." /> 52 <param name="classes" argument="--classes" type="text" value="None" label="Classes:" help="Write here the the classes to assign to each of the uploaded RAS matrices. Example for two RAS matrices:'cellNormal, cellCancer'. If you uploaded just one matrix, leave default value." />
53 </when> 53 </when>
54 </conditional> 54 </conditional>
55 55
56 <conditional name="cond_medium"> 56 <conditional name="cond_medium">
57 <expand macro="options_ras_to_bounds_medium"/> 57 <expand macro="options_ras_to_bounds_medium"/>