comparison viscorvar_computematsimilarity.xml @ 4:d4e9f7546dfa draft

"planemo upload for repository https://gitlab.com/bilille/galaxy-viscorvar commit 579dc54316e8ede493f86f434a87d3d7b692b023"
author ppericard
date Tue, 17 Nov 2020 13:01:44 +0000
parents c8533e9298e5
children 88c1fd2ac110
comparison
equal deleted inserted replaced
3:df8428358b7f 4:d4e9f7546dfa
1 <tool id="viscorvar_computematsimilarity" name="visCorVar computeMatSimilarity" version="@TOOL_VERSION@+galaxy1" profile="16.04" workflow_compatible="true"> 1 <tool id="viscorvar_computematsimilarity" name="visCorVar computeMatSimilarity" version="@TOOL_VERSION@+galaxy0" profile="16.04" workflow_compatible="true">
2 2
3 <description>performs the computation of the similarities. The similarity between two variables is an approximation of the correlation between these two variables.</description> 3 <description>performs the computation of the similarities. The similarity between two variables is an approximation of the correlation between these two variables.</description>
4 4
5 <macros> 5 <macros>
6 <import>macros.xml</import> 6 <import>macros.xml</import>
19 --output_rdata ${output_rdata} 19 --output_rdata ${output_rdata}
20 20
21 @COMMAND_LOG_EXIT@ 21 @COMMAND_LOG_EXIT@
22 22
23 ]]></command> 23 ]]></command>
24
25 <inputs> 24 <inputs>
26 <param name="input_rdata" type="data" format="rdata" 25 <param name="input_rdata" type="data" format="rdata"
27 label="Input RData file" 26 label="Input RData file"
28 help="output RData file from matCorAddVar"/> 27 help="this is the RData output file from matCorAddVar function"/>
29 </inputs> 28 </inputs>
30 29
31 <outputs> 30 <outputs>
32 <data name="output_rdata" format="rdata" label="${tool.name}_output.RData" /> 31 <data name="output_rdata" format="rdata" label="${tool.name}_output.RData" />
33 </outputs> 32 </outputs>
45 44
46 ----------- 45 -----------
47 Description 46 Description
48 ----------- 47 -----------
49 48
50 Bla bla... 49 This tool is a pre-processing step in order to create networks. It computes an
50 approximation of the correlation between a variable of a omics dataset and a variable of
51 an other omics dataset.
51 52
52 ----------------- 53 -----------------
53 Workflow position 54 Workflow position
54 ----------------- 55 -----------------
55 56