comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
-1:000000000000 0:1cd7cbbaf3aa
1 <tool_dependency>
2 <package name="CCAT" version="3.0">
3 <install version="1.0">
4 <actions>
5 <action type="download_by_url">http://cmb.gis.a-star.edu.sg/ChIPSeq/tools/CCAT3.0.tar.gz</action>
6 <action type="change_directory">src</action>
7 <action type="shell_command">./make</action>
8 <action type="move_file">
9 <source>../bin/CCAT</source>
10 <destination>$INSTALL_DIR/bin</destination>
11 </action>
12
13 <action type="set_environment">
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
15 </action>
16 </actions>
17 </install>
18 <readme>Downloading and compiling CCAT. A Signal-Noise model for significance analysis of ChIP-seq with Negative Control.</readme>
19 </package>
20 </tool_dependency>