# HG changeset patch # User yhoogstrate # Date 1486563001 18000 # Node ID a6e388381821f10a5774a38b645984b83c6abbaf # Parent bde663b872d9e1f8b52a91240db0f30697542f44 Uploaded diff -r bde663b872d9 -r a6e388381821 edgeR_Concatenate_Expression_Matrices.xml --- a/edgeR_Concatenate_Expression_Matrices.xml Mon Dec 14 11:01:38 2015 -0500 +++ b/edgeR_Concatenate_Expression_Matrices.xml Wed Feb 08 09:10:01 2017 -0500 @@ -51,8 +51,17 @@ </param> <when value="false" /> <when value="true"> - <param name="sample_geneids" type="data" format="tabular" label="Select Read-count dataset that contains a column for GeneIDs" help="from featureCounts/DEXSeq-count/HTSeq-count, etc." /> - <param name="column_geneids" numerical="false" use_header_names="true" label="Select GeneID column" type="data_column" data_ref="sample_geneids" multiple="false"> + <param name="sample_geneids" type="data" format="tabular" + label="Select Read-count dataset that contains a column for GeneIDs" + help="from featureCounts/DEXSeq-count/HTSeq-count, etc." /> + + <param name="column_geneids" + numerical="false" + use_header_names="true" + label="Select GeneID column" + type="data_column" + data_ref="sample_geneids" + multiple="false"> <validator type="no_options" message="Please select at least one column." /> </param> </when> @@ -61,7 +70,13 @@ <repeat name="samples" title="Expression Table" help="E.g. a earlier concatenated table, or a HT-seq, featureCounts or DESeq-count result."> <param name="sample" type="data" format="tabular" label="Read-count dataset that belongs to a pair" help="from featureCounts/DEXSeq-count/HTSeq-count, etc." /> <!-- select columns --> - <param name="column_index" numerical="false" use_header_names="true" label="Select columns that are associated with this factor level" type="data_column" data_ref="sample" multiple="true" size="120" display="checkboxes"> + <param name="column_index" + numerical="false" + use_header_names="true" + label="Select columns that are associated with this factor level" + type="data_column" + data_ref="sample" + multiple="true"> <validator type="no_options" message="Please select at least one column." /> </param> </repeat>