comparison networkVar.xml @ 6:bc28839b17fb draft default tip

planemo upload for repository https://github.com/bilille/galaxy-mixomics-blocksplsda commit f2b28f1a77491a26f8ac753b3623400d8485470a
author ppericard
date Tue, 10 Mar 2020 06:51:08 -0400
parents b0ab97ffc2a1
children
comparison
equal deleted inserted replaced
5:1ee8d2c20c0a 6:bc28839b17fb
1 <tool id="networkVar" name="networkVar" version="0.3.0" profile="16.04" workflow_compatible="true"> 1 <tool id="networkVar" name="networkVar" version="0.4.0" profile="16.04" workflow_compatible="true">
2 2
3 <description>creates a network between selected variables of datasets and the response variables. In the network, the similarity between two variables is associated with the link between these two variables.</description> 3 <description>creates a network between selected variables of datasets and the response variables. In the network, the similarity between two variables is associated with the link between these two variables.</description>
4 4
5 <requirements> 5 <requirements>
6 <requirement type="package" version="6.8">bioconductor-mixomics</requirement> 6 <requirement type="package" version="6.8">bioconductor-mixomics</requirement>
40 <param name="var_list_file" type="data" format="tabular" 40 <param name="var_list_file" type="data" format="tabular"
41 label="Variables list file" 41 label="Variables list file"
42 help="output tabular file from circleCor"/> 42 help="output tabular file from circleCor"/>
43 43
44 <!-- Fichier avec noms de gènes/variables, donné par l'utilisateur --> 44 <!-- Fichier avec noms de gènes/variables, donné par l'utilisateur -->
45 <param name="var_of_interest_file" type="data" format="tabular" optional="true" 45 <param name="var_of_interest_file" type="data" format="txt" optional="true"
46 label="Variables of interest (Optional)" 46 label="Variables of interest (Optional)"
47 help="these variables have to belong to datasets that can be superimposed"/> 47 help="these variables have to belong to datasets that can be superimposed"/>
48 48
49 <param name="responses_var_list" type="data" format="txt" 49 <param name="responses_var_list" type="data" format="txt"
50 label="List of response variables" 50 label="List of response variables"