Mercurial > repos > nml > package_spades_3_8_0
annotate tool_dependencies.xml @ 0:c9eab59c0bc2 draft default tip
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
author | nml |
---|---|
date | Tue, 31 May 2016 15:27:29 -0400 |
parents | |
children |
rev | line source |
---|---|
0
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
2 <tool_dependency> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
3 <package name="spades" version="3.8.0"> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
4 <install version="1.0"> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
5 <actions> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
6 <action type="download_by_url">http://spades.bioinf.spbau.ru/release3.8.0/SPAdes-3.8.0-Linux.tar.gz</action> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
7 <!-- Copying the whole bin folder --> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
8 <action type="make_directory">$INSTALL_DIR/bin</action> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
9 <action type="make_directory">$INSTALL_DIR/share</action> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
10 <action type="move_directory_files"> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
11 <source_directory>bin</source_directory> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
12 <destination_directory>$INSTALL_DIR/bin</destination_directory> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
13 </action> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
14 <action type="move_directory_files"> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
15 <source_directory>share</source_directory> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
16 <destination_directory>$INSTALL_DIR/share</destination_directory> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
17 </action> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
18 <action type="set_environment"> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
19 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
20 </action> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
21 </actions> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
22 </install> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
23 <readme> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
24 This installs SPAdes 3.8. |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
25 |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
26 See manual here http://spades.bioinf.spbau.ru/release3.8.0/manual.html |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
27 See also here http://bioinf.spbau.ru/en/spades |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
28 |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
29 Author : Philip Mabon |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
30 Original author : Lionel Guy |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
31 </readme> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
32 </package> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
33 </tool_dependency> |
c9eab59c0bc2
planemo upload commit 733f396b6a4397c3b133bcb6fb3c10f5970db230-dirty
nml
parents:
diff
changeset
|
34 |