Mercurial > repos > kevyin > meme_chip
diff tool_dependencies.xml @ 12:4e760ac2459a draft
Uploaded
| author | kevyin |
|---|---|
| date | Mon, 12 Nov 2012 18:09:08 -0500 |
| parents | |
| children | 4bd96f3f1f48 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Nov 12 18:09:08 2012 -0500 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="meme" version="4.9.0"> + <install version="1.0"> + <actions> + <!--<action type="download_by_url">ftp://ftp.ebi.edu.au/pub/software/MEME/r4.9.0/rc5/meme_4.9.0.tar.gz</action>--> + <action type="shell_command">touch $INSTALL_DIR/bin/dummyfile.sh</action> + <action type="shell_command">touch dummyfile.sh</action> + <action type="move_file"> + <source>dummyfile.sh</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Skeleton file for meme install. Does not actually install meme. + </readme> + </package> +</tool_dependency>
