annotate tool_dependencies.xml @ 4:a0ea0f7ae029 draft

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