Mercurial > repos > nick > dunovo
annotate tool_dependencies.xml @ 9:fa563fa9b330 draft
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
author | nick |
---|---|
date | Fri, 23 Mar 2018 22:26:23 -0400 |
parents | 658eefb99fd7 |
children | 9dc43bf7d1db |
rev | line source |
---|---|
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
2 <tool_dependency> |
8
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
3 <package name="bowtie" version="1.1.2"> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
4 <repository changeset_revision="a1c1a92e13a6" name="package_bowtie_1_1_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
5 </package> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
6 <package name="mafft" version="7.221"> |
8
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
7 <repository changeset_revision="c5908940967d" name="mafft" owner="rnateam" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
8 </package> |
6 | 9 <package name="networkx" version="1.10"> |
4 | 10 <repository changeset_revision="e761775277c1" name="package_networkx_1_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
11 </package> |
9
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
12 <package name="dunovo" version="2.14"> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
13 <install version="1.0"> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
14 <actions> |
8
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
15 <!-- download the main dunovo package files --> |
9
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
16 <action sha256sum="e517a12794e7cac31b4ebcad99e6a6c0789027ace7d33f89d06ff2bc961515fc" type="download_by_url">https://github.com/galaxyproject/dunovo/archive/v2.14.tar.gz</action> |
8
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
17 <!-- TODO: Store dunovo version number in variable instead of hardcoding it everywhere. --> |
9
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
18 <!-- Move precheck.py and its dependencies into the main source directory. --> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
19 <action type="move_file"> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
20 <source>utils/precheck.py</source> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
21 <destination>$TMP_WORK_DIR/dunovo-2.14</destination> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
22 </action> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
23 <action type="move_file"> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
24 <source>utils/getreads.py</source> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
25 <destination>$TMP_WORK_DIR/dunovo-2.14</destination> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
26 </action> |
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
27 <!-- install submodules --> |
8
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
28 <action type="shell_command">rmdir kalign utillib ET</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
29 <!-- download the utillib submodule --> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
30 <action type="download_file">https://github.com/NickSto/utillib/archive/v0.1.0.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
31 <action type="shell_command">tar -zxvpf v0.1.0.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
32 <action type="shell_command">rm v0.1.0.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
33 <action rename_to="utillib" type="move_file"> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
34 <source>utillib-0.1.0</source> |
9
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
35 <destination>$TMP_WORK_DIR/dunovo-2.14</destination> |
8
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
36 </action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
37 <!-- download the kalign submodule --> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
38 <action type="download_file">https://github.com/makrutenko/kalign-dunovo/archive/v0.2.0.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
39 <action type="shell_command">tar -zxvpf v0.2.0.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
40 <action type="shell_command">rm v0.2.0.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
41 <action rename_to="kalign" type="move_file"> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
42 <source>kalign-dunovo-0.2.0</source> |
9
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
43 <destination>$TMP_WORK_DIR/dunovo-2.14</destination> |
8
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
44 </action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
45 <!-- download the ET submodule --> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
46 <action type="download_file">https://github.com/NickSto/ET/archive/v0.2.2.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
47 <action type="shell_command">tar -zxvpf v0.2.2.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
48 <action type="shell_command">rm v0.2.2.tar.gz</action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
49 <action rename_to="ET" type="move_file"> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
50 <source>ET-0.2.2</source> |
9
fa563fa9b330
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'74b84167148cb0a0d7c6ac83123e8c957f85fe37\n'-dirty
nick
parents:
8
diff
changeset
|
51 <destination>$TMP_WORK_DIR/dunovo-2.14</destination> |
8
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
52 </action> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
53 <!-- make and install --> |
658eefb99fd7
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'7d364d2b3f4fd9a7787165a883efa122b326d4c2\n'-dirty
nick
parents:
7
diff
changeset
|
54 <action type="shell_command">make clean</action> |
0
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
55 <action type="shell_command">make</action> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
56 <action type="move_directory_files"> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
57 <source_directory>.</source_directory> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
58 <destination_directory>$INSTALL_DIR</destination_directory> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
59 </action> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
60 <action type="set_environment"> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
61 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
62 </action> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
63 </actions> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
64 </install> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
65 </package> |
f875256c722e
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'd00f828e5768c5fac3e382b9d12f34bbdf9019e9\n'-dirty
nick
parents:
diff
changeset
|
66 </tool_dependency> |