annotate tools/spades_2_4/tool_dependencies.xml @ 0:a407a6ed437d draft

Uploaded version 0.2, tested on the toolshed
author lionelguy
date Wed, 17 Jul 2013 06:07:29 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
1 <?xml version="1.0"?>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
2 <tool_dependency>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
3 <package name="spades" version="2.4.0">
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
4 <install version="1.0">
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
5 <actions>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
6 <action type="download_by_url">http://spades.bioinf.spbau.ru/release2.4.0/SPAdes-2.4.0-Linux.tar.gz</action>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
7 <!-- Copying the whole bin folder -->
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
8 <action type="make_directory">$INSTALL_DIR/bin</action>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
9 <action type="make_directory">$INSTALL_DIR/share</action>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
10 <action type="move_directory_files">
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
11 <source_directory>bin</source_directory>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
13 </action>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
14 <action type="move_directory_files">
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
15 <source_directory>share</source_directory>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
16 <destination_directory>$INSTALL_DIR/share</destination_directory>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
17 </action>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
18 <!-- This is required to have spades accept .dat files -->
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
19 <action type="shell_command">sed -i -e "s/\('\.fa', '\.fasta', '\.fq', '\.fastq', '\.gz'\)/\\1, '.dat'/" $INSTALL_DIR/bin/spades.py</action>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
20 <action type="set_environment">
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
22 </action>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
23 </actions>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
24 </install>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
25 <readme>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
26 This installs SPAdes 2.4.0.
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
27
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
28 See manual here http://spades.bioinf.spbau.ru/release2.4.0/manual.html
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
29 See also here http://bioinf.spbau.ru/en/spades
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
30 </readme>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
31 </package>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
32 </tool_dependency>
a407a6ed437d Uploaded version 0.2, tested on the toolshed
lionelguy
parents:
diff changeset
33