Mercurial > repos > iuc > package_ccat_3_0
changeset 0:1cd7cbbaf3aa draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ccat_3_0 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author | iuc |
---|---|
date | Tue, 19 May 2015 14:57:38 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 14:57:38 2015 -0400 @@ -0,0 +1,20 @@ +<tool_dependency> + <package name="CCAT" version="3.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://cmb.gis.a-star.edu.sg/ChIPSeq/tools/CCAT3.0.tar.gz</action> + <action type="change_directory">src</action> + <action type="shell_command">./make</action> + <action type="move_file"> + <source>../bin/CCAT</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme>Downloading and compiling CCAT. A Signal-Noise model for significance analysis of ChIP-seq with Negative Control.</readme> + </package> +</tool_dependency>