Mercurial > repos > crs4 > sspace
annotate 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 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="sspace" version="2.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <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> | |
7 <!-- fix for Perl >= 5.16.0--> | |
8 <action type="shell_command">sed -i -e 's/require "getopts.pl"/use Getopt::Std/' -e 's/&Getopts/getopts/' SSPACE_Basic_v2.0.pl</action> | |
9 <action type="move_directory_files"> | |
10 <source_directory>.</source_directory> | |
11 <destination_directory>$INSTALL_DIR</destination_directory> | |
12 </action> | |
13 <action type="set_environment"> | |
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
15 </action> | |
16 </actions> | |
17 </install> | |
18 <readme> | |
1
93fa7ecb5292
Directly call SSPACE, remove sspace.py and hidden library file output. Use $GALAXY_SLOTS instead of $SSPACE_SITE_OPTIONS. Add readme.rst .
crs4
parents:
0
diff
changeset
|
19 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. |
0 | 20 </readme> |
21 </package> | |
22 </tool_dependency> |