Mercurial > repos > rmarenco > hubarchivecreator
diff tool_dependencies.xml @ 17:c02720d1afee draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1adbf397de1fc7af4d91e026093d7fff983e21cf
author | rmarenco |
---|---|
date | Fri, 30 Sep 2016 15:14:24 -0400 |
parents | cbd8982c9f51 |
children | d786bca6a75d |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Sep 25 11:25:38 2016 -0400 +++ b/tool_dependencies.xml Fri Sep 30 15:14:24 2016 -0400 @@ -105,4 +105,27 @@ </install> <readme>The tools downloaded by this dependency definition are free for academic use.</readme> </package> + + <!-- Package pslToBigPsl --> + <package name="pslToBigPsl" version="0.0.1"> + <install version="1.0"> + <actions> + <action target_directory="bin" type="download_binary"> + <url_template os="darwin"> + http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/pslToBigPsl + </url_template> + <url_template os="linux"> + http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/pslToBigPsl + </url_template> + </action> + <action type="chmod"> + <file mode="750">$INSTALL_DIR/bin/pslToBigPsl</file> + </action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme>The tools downloaded by this dependency definition are free for academic use.</readme> + </package> </tool_dependency>