annotate tool_dependencies.xml @ 0:d8c8c3dc8f9a draft default tip

planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
author nml
date Mon, 08 Aug 2016 12:51:10 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
1 <?xml version="1.0"?>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
2 <tool_dependency>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
3 <package name="spades" version="3.9.0">
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
4 <install version="1.0">
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
5 <actions>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
6 <action type="download_by_url">http://spades.bioinf.spbau.ru/release3.9.0/SPAdes-3.9.0-Linux.tar.gz</action>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
7 <!-- Copying the whole bin folder -->
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
8 <action type="make_directory">$INSTALL_DIR/bin</action>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
9 <action type="make_directory">$INSTALL_DIR/share</action>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
10 <action type="move_directory_files">
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
11 <source_directory>bin</source_directory>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
13 </action>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
14 <action type="move_directory_files">
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
15 <source_directory>share</source_directory>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
16 <destination_directory>$INSTALL_DIR/share</destination_directory>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
17 </action>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
18 <action type="set_environment">
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
19 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
20 </action>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
21 </actions>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
22 </install>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
23 <readme>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
24 This installs SPAdes 3.9.
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
25
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
26 See manual here http://spades.bioinf.spbau.ru/release3.9.0/manual.html
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
27 See also here http://bioinf.spbau.ru/en/spades
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
28
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
29 Author : Philip Mabon
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
30 Original author : Lionel Guy
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
31 </readme>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
32 </package>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
33 </tool_dependency>
d8c8c3dc8f9a planemo upload commit 4f3721ca835a97f76cb7557d742651c0d7f101a0
nml
parents:
diff changeset
34