comparison networkVar.xml @ 1:e93350dc99f1 draft

"planemo upload for repository https://gitlab.com/bilille/galaxy-viscorvar commit 1eda261d4fe137d6e8806b0c6af7eaf12d11ac95"
author ppericard
date Thu, 15 Oct 2020 12:22:25 +0000
parents d0b77b926863
children
comparison
equal deleted inserted replaced
0:d0b77b926863 1:e93350dc99f1
1 <tool id="networkVar" name="networkVar" version="1.0" profile="16.04" workflow_compatible="true"> 1 <tool id="networkVar" name="networkVar" version="0.6+galaxy0" 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.12">bioconductor-mixomics</requirement> <!-- Remove when viscorvar is available via conda --> 6 <requirement type="package" version="0.6">r-viscorvar</requirement>
7 <requirement type="package" version="1.2">r-igraph</requirement>
8 <requirement type="package" version="2.0">r-argparse</requirement> 7 <requirement type="package" version="2.0">r-argparse</requirement>
9 </requirements> 8 </requirements>
10 9
11 <stdio> 10 <stdio>
12 <!-- <exit_code range="1:" level="fatal" /> --> 11 <!-- <exit_code range="1:" level="fatal" /> -->