Mercurial > repos > devteam > package_bowtie_2_2_4
annotate tool_dependencies.xml @ 1:853f859fc50b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_bowtie_2_2_4 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
| author | devteam |
|---|---|
| date | Fri, 18 Dec 2015 18:34:44 -0500 |
| parents | 91b1c3b55eec |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="bowtie2" version="2.2.4"> | |
| 4 <install version="1.0"> | |
| 5 <actions_group> | |
| 6 <actions os="linux" architecture="x86_64"> | |
|
1
853f859fc50b
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_bowtie_2_2_4 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
0
diff
changeset
|
7 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/bowtie2/bowtie2-2.2.4-linux-x86_64.tgz</action> |
| 0 | 8 <action type="move_directory_files"> |
| 9 <source_directory>.</source_directory> | |
| 10 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 11 </action> | |
| 12 </actions> | |
| 13 <actions os="darwin" architecture="x86_64"> | |
|
1
853f859fc50b
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_bowtie_2_2_4 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
devteam
parents:
0
diff
changeset
|
14 <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/bowtie2/bowtie2-2.2.4-macos-x86_64.tgz</action> |
| 0 | 15 <action type="move_directory_files"> |
| 16 <source_directory>.</source_directory> | |
| 17 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 18 </action> | |
| 19 </actions> | |
| 20 <action type="set_environment"> | |
| 21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
| 22 </action> | |
| 23 </actions_group> | |
| 24 </install> | |
| 25 <readme></readme> | |
| 26 </package> | |
| 27 </tool_dependency> |
