Mercurial > repos > jjohnson > defuse
view tool_dependencies.xml @ 6:6e30713cefb0 draft
Edit labels and help.
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 07 Jan 2013 14:49:50 -0600 |
parents | 3bd1087db05e |
children | 1ea6445491d4 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="defuse" version="0.5.0"> <install version="1.0"> <actions> <action type="download_by_url">http://sourceforge.net/projects/defuse/files/defuse/0.5/defuse-0.5.0.tar.gz</action> <action type="shell_command">cd tools && make</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable name="DEFUSE_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> </readme> </package> <package name="bowtie" version="0.12.7"> <install version="1.0"> <actions> <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.7/bowtie-0.12.7-src.zip</action> <action type="shell_command">make</action> <action type="move_file"> <source>bowtie</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> <source>bowtie-build</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> <source>bowtie-inspect</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> Compiling Bowtie requires libpthread to be present on your system. </readme> </package> <package name="blat" version="34x10"> <install version="1.0"> <actions> <action type="download_by_url">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat</action> <action type="shell_command">chmod 755 blat</action> <action type="move_file"> <source>blat</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> This only handles blat for a non-commercial linux system. Please note that the Blat source and executables are freely available for academic, nonprofit and personal use. Commercial licensing information is available on the Kent Informatics website (http://www.kentinformatics.com/). </readme> </package> <package name="fatotwobit" version="34x10"> <install version="1.0"> <actions> <action type="download_by_url">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/faToTwoBit</action> <action type="shell_command">chmod 755 faToTwoBit</action> <action type="move_file"> <source>faToTwoBit</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> This only handles faToTwoBit for a non-commercial linux system. Please note that the source and executables are freely available for academic, nonprofit and personal use. Commercial licensing information is available on the Kent Informatics website (http://www.kentinformatics.com/). </readme> </package> </tool_dependency>