Mercurial > repos > lecorguille > hca
diff abims_hclustering.xml @ 1:36fc0a87d7fb draft default tip
planemo upload
author | lecorguille |
---|---|
date | Fri, 13 Nov 2015 08:43:11 -0500 |
parents | 2f7381ee5235 |
children |
line wrap: on
line diff
--- a/abims_hclustering.xml Tue Jun 30 06:36:09 2015 -0400 +++ b/abims_hclustering.xml Fri Nov 13 08:43:11 2015 -0500 @@ -1,10 +1,10 @@ -<tool id="abims_hclustering" name="Hierarchical Clustering" version="1.1"> +<tool id="abims_hclustering" name="Hierarchical Clustering" version="1.1.2"> <description>using ctc R package for java-treeview</description> - <command interpreter="Rscript"> - abims_hclustering.r file "$input" method $method link $link keep.hclust FALSE normalization $normalization sep "$sep" dec "$dec" - </command> + <command interpreter="Rscript"><![CDATA[ + abims_hclustering.r file "$input" method $method link $link keep.hclust FALSE normalization $normalization sep "$sep" dec "$dec" && mv hclust.zip $outputzip + ]]></command> <inputs> <param name="input" type="data" label="Data Matrix file" format="tabular" help="Matrix of numeric data with headers." /> @@ -50,14 +50,14 @@ </inputs> <outputs> - <data name="hclust_zip" format="zip" from_work_dir="hclust.zip" label="${input.name[:-4]}.hclust.zip" /> + <data name="outputzip" format="zip" label="${input.name[:-4]}.heatmap.zip for Java Treeview" /> </outputs> <stdio> <exit_code range="1:" level="fatal" /> </stdio> - <help> + <help><![CDATA[ @@ -102,6 +102,35 @@ +----------------- +Workflow position +----------------- + + +**Upstream tools** + ++---------------------------+----------------------------------------+--------+------------------------+ +| Name | Output file | Format | parameter | ++===========================+========================================+========+========================+ +|xcms.diffreport |xset.diffreport.data_matrix.tsv | Tabular| Data table file | ++---------------------------+----------------------------------------+--------+------------------------+ +|CAMERA.annotateDiffreport |xset.annotatediffreport.data_matrix.tsv | Tabular| Data table file | ++---------------------------+----------------------------------------+--------+------------------------+ +|Anova |xset.anova_filtered.tabular | Tabular| Data table file | ++---------------------------+----------------------------------------+--------+------------------------+ + + + +**Downstream tools** + ++---------------------------+-----------------------------------------------+---------------------+ +| Name | Output file | Format | ++===========================+===============================================+=====================+ +|Treeview (out of Galaxy) | cdt,gtr and atr files needed for Java Treeview|Java Treeview formats| ++---------------------------+-----------------------------------------------+---------------------+ + + + ----------- Input files ----------- @@ -126,6 +155,7 @@ Note however, that methods median and centroid are not leading to a monotone distance measure, or equivalently the resulting dendrograms can have so called inversions (which are hard to interpret). + ------------ Output files ------------ @@ -160,7 +190,7 @@ +--------+------------------+----------------+ -| Name | Bur-eH_FSP_102 | Bur-eH_FSP_22 | +| Name | Bur-eH_FSP_102 | Bur-eH_FSP_22 | +========+==================+================+ |M202T601| 91206595.7559783 |106808979.08546 | +--------+------------------+----------------+ @@ -189,4 +219,4 @@ </help> -</tool> +]]></tool>