Mercurial > repos > iuc > package_bowtie_2_2_5
annotate tool_dependencies.xml @ 2:30bd7eaeddbf draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
author | iuc |
---|---|
date | Fri, 06 Nov 2015 15:18:18 -0500 |
parents | 8b300d21e6bd |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="bowtie2" version="2.2.5"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <actions os="linux" architecture="x86_64"> | |
7 <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/bowtie2/bowtie2-2.2.5-Linux-x86_64.tar.gz</action> | |
8 <action type="move_directory_files"> | |
9 <source_directory>.</source_directory> | |
10 <destination_directory>$INSTALL_DIR</destination_directory> | |
11 </action> | |
12 </actions> | |
2
30bd7eaeddbf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
iuc
parents:
1
diff
changeset
|
13 <actions os="darwin" architecture="x86_64"> |
30bd7eaeddbf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
iuc
parents:
1
diff
changeset
|
14 <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.2.5/bowtie2-2.2.5-macos-x86_64.zip</action> |
30bd7eaeddbf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
iuc
parents:
1
diff
changeset
|
15 <action type="move_directory_files"> |
30bd7eaeddbf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
iuc
parents:
1
diff
changeset
|
16 <source_directory>.</source_directory> |
30bd7eaeddbf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
iuc
parents:
1
diff
changeset
|
17 <destination_directory>$INSTALL_DIR</destination_directory> |
30bd7eaeddbf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
iuc
parents:
1
diff
changeset
|
18 </action> |
30bd7eaeddbf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 3348609f4f90c884475ea833b3fa6182bf7696ca
iuc
parents:
1
diff
changeset
|
19 </actions> |
1
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
20 <actions> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
21 <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.2.5/bowtie2-2.2.5-source.zip</action> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
22 <action type="shell_command">make</action> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
23 <action type="move_file"> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
24 <source>bowtie2</source> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
25 <destination>$INSTALL_DIR/bin</destination> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
26 </action> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
27 <action type="move_file"> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
28 <source>bowtie2-build</source> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
29 <destination>$INSTALL_DIR/bin</destination> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
30 </action> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
31 <action type="move_file"> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
32 <source>bowtie2-inspect</source> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
33 <destination>$INSTALL_DIR/bin</destination> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
34 </action> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
35 <action type="move_file"> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
36 <source>bowtie</source> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
37 <destination>$INSTALL_DIR/bin</destination> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
38 </action> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
39 <action type="move_file"> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
40 <source>bowtie-build</source> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
41 <destination>$INSTALL_DIR/bin</destination> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
42 </action> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
43 <action type="move_file"> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
44 <source>bowtie-inspect</source> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
45 <destination>$INSTALL_DIR/bin</destination> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
46 </action> |
8b300d21e6bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
47 </actions> |
0 | 48 <action type="set_environment"> |
49 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
50 </action> | |
51 </actions_group> | |
52 </install> | |
53 <readme></readme> | |
54 </package> | |
55 </tool_dependency> |