Mercurial > repos > ppericard > mixomics_blocksplsda
diff mixomics_blocksplsda.xml @ 1:6595c17673cb draft
planemo upload for repository https://github.com/bilille/galaxy-mixomics-blocksplsda commit 7ed137ea956b8074c34d43a5e1d46b39ddef1482-dirty
author | ppericard |
---|---|
date | Wed, 12 Jun 2019 11:22:33 -0400 |
parents | bea08702ed51 |
children | b0ab97ffc2a1 |
line wrap: on
line diff
--- a/mixomics_blocksplsda.xml Fri May 17 05:00:22 2019 -0400 +++ b/mixomics_blocksplsda.xml Wed Jun 12 11:22:33 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="mixomics_blocksplsda" name="mixOmics block.splsda" version="0.1.0" profile="16.04" workflow_compatible="true"> +<tool id="mixomics_blocksplsda" name="mixOmics block.splsda" version="0.2.0" profile="16.04" workflow_compatible="true"> <description>performs N-integration and feature selection with Projection to Latent Structures models (PLS) with sparse Discriminant Analysis</description> @@ -79,9 +79,9 @@ </inputs> <outputs> - <data name="rdata_out" format="rdata" label="${tool.id}_output.rdata" /> - <data name="sample_metadata_out" format="tabular" label="${tool.id}_${sample_metadata_in.name}" /> - <collection name="blocks_output" type="list" label="${tool.id}_blocks_output"> + <data name="rdata_out" format="rdata" label="${tool.name}_output.rdata" /> + <data name="sample_metadata_out" format="tabular" label="${tool.name}_${sample_metadata_in.name}" /> + <collection name="blocks_output" type="list" label="${tool.name}_blocks_output"> <discover_datasets pattern="(?P<designation>.+)\.tsv" directory="outdir" format="tabular" /> </collection> </outputs> @@ -148,6 +148,16 @@ Variables metadata files are optional. If a file is provided, output metadata will be appended to the input file, otherwise a new output file will be created. +1. Data matrix format + * Rows = variables, Columns = samples + * First row = samples name. MUST be the same and in the same order in every block as well as in the sample metadata file (transposed) + * First column = variables name + +2. Variables metadata format + * Rows = variables, Columns = metadata + * First row = metadata column names + * First column = variables names. MUST be the same and in the same order than in the associated data matrix + Global input files: =================== @@ -160,6 +170,11 @@ By default, the last column of the samples metadata matrix will be used as samples description factors. If it's not the case, the column number can be inputed in the `Sample description column number` parameter. +1. Samples metadata format + * Rows = samples, Columns = metadata + * First row = metadata column names + * First column = sample names. These names must be identical (transposed) and in the same order than for the blocks data matrices + ---------- Parameters ----------