Mercurial > repos > crs4 > sspace
view tool_dependencies.xml @ 1:93fa7ecb5292 draft
Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
author | crs4 |
---|---|
date | Fri, 21 Feb 2014 04:17:55 -0500 |
parents | b1be94418db9 |
children | bc4451edb703 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="sspace" version="2.0"> <install version="1.0"> <actions> <action type="download_by_url" target_filename="SSPACE-BASIC-2.0_linux-x86_64.zip">http://www.baseclear.com/download.php?file_id=1038</action> <!-- fix for Perl >= 5.16.0--> <action type="shell_command">sed -i -e 's/require "getopts.pl"/use Getopt::Std/' -e 's/&Getopts/getopts/' SSPACE_Basic_v2.0.pl</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> Configuration: Previously (until Release 0), the SSPACE_SITE_OPTIONS variable in the installed env.sh file was used to adjust the number of threads to use in Bowtie alignment (-T). This is not used anymore and may be removed. </readme> </package> </tool_dependency>