Previous changeset 5:1ee8d2c20c0a (2020-03-10) |
Commit message:
planemo upload for repository https://github.com/bilille/galaxy-mixomics-blocksplsda commit f2b28f1a77491a26f8ac753b3623400d8485470a |
modified:
networkVar.xml |
b |
diff -r 1ee8d2c20c0a -r bc28839b17fb networkVar.xml --- a/networkVar.xml Tue Mar 10 06:27:02 2020 -0400 +++ b/networkVar.xml Tue Mar 10 06:51:08 2020 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="networkVar" name="networkVar" version="0.3.0" profile="16.04" workflow_compatible="true"> +<tool id="networkVar" name="networkVar" version="0.4.0" profile="16.04" workflow_compatible="true"> <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> @@ -42,7 +42,7 @@ help="output tabular file from circleCor"/> <!-- Fichier avec noms de gènes/variables, donné par l'utilisateur --> - <param name="var_of_interest_file" type="data" format="tabular" optional="true" + <param name="var_of_interest_file" type="data" format="txt" optional="true" label="Variables of interest (Optional)" help="these variables have to belong to datasets that can be superimposed"/> |