comparison glob_report.xml @ 2:b8e32e577597 draft

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CollectResults commit 9bc3c9b613d106098a78e16534897c88a3738c07
author rnateam
date Sat, 24 Dec 2016 18:08:36 -0500
parents b797e13169a0
children 79b9117aef01
comparison
equal deleted inserted replaced
1:ed8c7191b322 2:b8e32e577597
1 <tool id="glob_report" name="Report_Results" version="0.1"> 1 <tool id="glob_report" name="Report_Results" version="0.1">
2 <requirements> 2 <requirements>
3 <requirement type="package" version="0.1">graphclust-wrappers</requirement> 3 <requirement type="package" version="0.1">graphclust-wrappers</requirement>
4 <requirement type="package" version='0.5'>perl-array-utils</requirement> 4 <requirement type="package" version='0.5'>perl-array-utils</requirement>
5 <requirement type="package" version='0.18.1'>scikit-learn</requirement>
5 </requirements> 6 </requirements>
6 <stdio> 7 <stdio>
7 <exit_code range="1:" /> 8 <exit_code range="1:" />
8 </stdio> 9 </stdio>
9 <command> 10 <command>
62 <outputs> 63 <outputs>
63 <data name="final_stats" format="txt" from_work_dir="RESULTS/cluster.final.stats" label="cluster.final.stats" /> 64 <data name="final_stats" format="txt" from_work_dir="RESULTS/cluster.final.stats" label="cluster.final.stats" />
64 <data name="tableForEval" format="tabular" from_work_dir="RESULTS/fullTab.tabular" label="tableForEval" /> 65 <data name="tableForEval" format="tabular" from_work_dir="RESULTS/fullTab.tabular" label="tableForEval" />
65 <data name="final_soft" format="txt" from_work_dir="RESULTS/partitions/final_partition.soft" label="soft_part" /> 66 <data name="final_soft" format="txt" from_work_dir="RESULTS/partitions/final_partition.soft" label="soft_part" />
66 <data name="final_used_cmsearch" format="txt" from_work_dir="RESULTS/partitions/final_partition.used_cmsearch" label="final_partition_used_cmsearch" /> 67 <data name="final_used_cmsearch" format="txt" from_work_dir="RESULTS/partitions/final_partition.used_cmsearch" label="final_partition_used_cmsearch" />
68 <data name="evaluation" format="txt" from_work_dir="RESULTS/evaluation.txt" label="evaluation_of_clusters" />
67 <collection name="clusters" type="list" label="CLUSTERS"> 69 <collection name="clusters" type="list" label="CLUSTERS">
68 <discover_datasets pattern="(?P&lt;name&gt;^.*\.all$)" directory="RESULTS" /> 70 <discover_datasets pattern="(?P&lt;name&gt;^.*\.all$)" directory="RESULTS" />
69 </collection> 71 </collection>
70 <collection name="partitions" type="list" label="Partitions"> 72 <collection name="partitions" type="list" label="Partitions">
71 <discover_datasets pattern="(?P&lt;name&gt;^.*$)" directory="RESULTS/partitions" /> 73 <discover_datasets pattern="(?P&lt;name&gt;^.*$)" directory="RESULTS/partitions" />