Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tools/heatmap/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
runit/output/
tool_test_output.*
.#*
\#*#
*~
.swp
.*.swp
.Rproj.user
12 changes: 12 additions & 0 deletions tools/heatmap/.shed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: heatmap
owner: ethevenot
description: '[W4M][Metabolomics][LC-MS][GC-MS][NMR] Heatmap of the data matrix.'
homepage_url: http://workflow4metabolomics.org
long_description: 'The heatmap is produced by using the "hclust" hierarchical clustering function from R. By default, the dissimilarity used is "1-correlation" (with the Pearson correlation coefficient), and the Ward agglomeration method. Other distances (e.g., "euclidean") or agglomeration methods (e.g., "average") can be used. For visulization, a scaling argument is suggested by default to enhance contrast (does not modify the clustering computation). Note that computation times for big matrices (e.g. with thousands of features) can be long.'
remote_repository_url: https://github.com/workflow4metabolomics/tools-metabolomics/
homepage_url: https://github.com/odisce/
categories:
- Metabolomics
- Transcriptomics
- Proteomics
- Statistics
10 changes: 10 additions & 0 deletions tools/heatmap/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
before_install:
- sudo apt-get install -y ant
- sudo apt-get install -y python-virtualenv
- virtualenv planemo-venv
- . planemo-venv/bin/activate
- pip install --upgrade pip setuptools
- pip install planemo

script:
- ant test
Loading
Loading