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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b1be94418db9 Uploaded
crs4
parents:
diff changeset
1 <?xml version="1.0"?>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
2 <tool_dependency>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
3 <package name="sspace" version="2.0">
b1be94418db9 Uploaded
crs4
parents:
diff changeset
4 <install version="1.0">
b1be94418db9 Uploaded
crs4
parents:
diff changeset
5 <actions>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
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>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
7 <!-- fix for Perl >= 5.16.0-->
b1be94418db9 Uploaded
crs4
parents:
diff changeset
8 <action type="shell_command">sed -i -e 's/require "getopts.pl"/use Getopt::Std/' -e 's/&amp;Getopts/getopts/' SSPACE_Basic_v2.0.pl</action>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
9 <action type="move_directory_files">
b1be94418db9 Uploaded
crs4
parents:
diff changeset
10 <source_directory>.</source_directory>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
11 <destination_directory>$INSTALL_DIR</destination_directory>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
12 </action>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
13 <action type="set_environment">
b1be94418db9 Uploaded
crs4
parents:
diff changeset
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
15 </action>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
16 </actions>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
17 </install>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
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
b1be94418db9 Uploaded
crs4
parents:
diff changeset
20 </readme>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
21 </package>
b1be94418db9 Uploaded
crs4
parents:
diff changeset
22 </tool_dependency>