Mercurial > repos > mir-bioinf > heatmap_colormanipulation
changeset 5:77e753fa27dd draft
Attempting to fix previously invalid repo revision
author | mir-bioinf |
---|---|
date | Fri, 24 Apr 2015 11:07:53 -0400 |
parents | 1b362d998797 |
children | e47352b07452 |
files | heatmap_colormanipulation/heatmap_extra_v2beta_2.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/heatmap_colormanipulation/heatmap_extra_v2beta_2.xml Fri Apr 24 07:47:03 2015 -0400 +++ b/heatmap_colormanipulation/heatmap_extra_v2beta_2.xml Fri Apr 24 11:07:53 2015 -0400 @@ -1,7 +1,7 @@ <tool id="heatmap_extra_v2_2" name="Heatmap with extra color options" version="1.0.1"> <description>based on R's heatmap.2 function.</description> <requirements> - <requirement type="package" version="3.0.0">R</requirement> + <requirement type="package" version="3.0.1">R</requirement> <requirement type="package" version="2.12.1">gplots</requirement> <requirements> <command>R --quiet --slave --file=heatmap_extra_v2beta_VERSION.R --args $input $rowvar.rowcorr $rowvar.rowlink $colvar.colcorr $colvar.collink $var_cols $scale $na_remove $header $rowheader $grad_style $col_min $col_max $out_file1 $main@$xlab@$ylab@ ZZZZ_END $ColorManip_outer.ColorManip @@ -158,7 +158,7 @@ </outputs> <tests> <test> - <param name="main" value="Test Heatmap"/> + <param name="main" value="Log Fold-Change Heatmap"/> <param name="rowcorr" value="pearson"/> <param name="rowlink" value="average"/> <param name="colcorr" value="spearman"/>