Mercurial > repos > iuc > package_homer_4_2
annotate tool_dependencies.xml @ 3:2a4fdb1a3afc draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_homer_4_2 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
| author | iuc |
|---|---|
| date | Fri, 09 Oct 2015 05:11:50 -0400 |
| parents | 268cf1cadc63 |
| children | 316fe1829770 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="ghostscript" version="9.07"> | |
| 2 | 4 <repository changeset_revision="a08337c218bc" name="package_ghostscript_9_07" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 5 </package> |
| 6 <package name="perl" version="5.18.1"> | |
|
3
2a4fdb1a3afc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_homer_4_2 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents:
2
diff
changeset
|
7 <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 8 </package> |
| 9 <package name="weblogo" version="2.8.2"> | |
| 2 | 10 <repository changeset_revision="18d9e18fa00b" name="package_weblogo_2_8_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 11 </package> |
| 12 <package name="blat" version="35x1"> | |
| 2 | 13 <repository changeset_revision="c2d5d5117413" name="package_blat_35x1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 14 </package> |
| 15 <package name="homer" version="4.2"> | |
| 16 <install version="1.0"> | |
| 17 <actions> | |
| 18 <action type="download_by_url">http://biowhat.ucsd.edu/homer/homer.v4.2.zip</action> | |
| 19 <action type="set_environment_for_install"> | |
| 2 | 20 <repository changeset_revision="a08337c218bc" name="package_ghostscript_9_07" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 21 <package name="ghostscript" version="9.07" /> |
| 22 </repository> | |
| 2 | 23 <repository changeset_revision="18d9e18fa00b" name="package_weblogo_2_8_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 24 <package name="weblogo" version="2.8.2" /> |
| 25 </repository> | |
| 2 | 26 <repository changeset_revision="c2d5d5117413" name="package_blat_35x1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 27 <package name="blat" version="35x1" /> |
| 28 </repository> | |
| 29 </action> | |
| 30 | |
| 31 <action type="move_directory_files"> | |
| 32 <source_directory>.</source_directory> | |
| 33 <destination_directory>$INSTALL_DIR/homer</destination_directory> | |
| 34 </action> | |
| 35 | |
| 36 <action type="set_environment"> | |
| 37 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/homer/bin</environment_variable> | |
| 38 <environment_variable action="append_to" name="PATH">$ENV[WEBLOGO_PATH]</environment_variable> | |
| 39 <environment_variable action="append_to" name="PATH">$ENV[GHOSTSCRIPT_PATH]</environment_variable> | |
| 40 <environment_variable action="append_to" name="PATH">$ENV[BLAT_PATH]</environment_variable> | |
| 1 | 41 <environment_variable action="append_to" name="PATH">$ENV[PERL_ROOT_DIR]/bin</environment_variable> |
| 42 <environment_variable action="prepend_to" name="PERL5LIB">$ENV[PERL5LIB]</environment_variable> | |
| 0 | 43 </action> |
| 44 </actions> | |
| 45 </install> | |
| 46 <readme>Installing HOMER requires a perl environment. http://biowhat.ucsd.edu/homer/</readme> | |
| 47 </package> | |
| 48 </tool_dependency> |
