Mercurial > repos > rmarenco > hubarchivecreator
comparison 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 |
comparison
equal
deleted
inserted
replaced
16:3233451a3bd6 | 17:c02720d1afee |
---|---|
103 </action> | 103 </action> |
104 </actions> | 104 </actions> |
105 </install> | 105 </install> |
106 <readme>The tools downloaded by this dependency definition are free for academic use.</readme> | 106 <readme>The tools downloaded by this dependency definition are free for academic use.</readme> |
107 </package> | 107 </package> |
108 | |
109 <!-- Package pslToBigPsl --> | |
110 <package name="pslToBigPsl" version="0.0.1"> | |
111 <install version="1.0"> | |
112 <actions> | |
113 <action target_directory="bin" type="download_binary"> | |
114 <url_template os="darwin"> | |
115 http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.${architecture}/pslToBigPsl | |
116 </url_template> | |
117 <url_template os="linux"> | |
118 http://hgdownload.cse.ucsc.edu/admin/exe/linux.${architecture}/pslToBigPsl | |
119 </url_template> | |
120 </action> | |
121 <action type="chmod"> | |
122 <file mode="750">$INSTALL_DIR/bin/pslToBigPsl</file> | |
123 </action> | |
124 <action type="set_environment"> | |
125 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
126 </action> | |
127 </actions> | |
128 </install> | |
129 <readme>The tools downloaded by this dependency definition are free for academic use.</readme> | |
130 </package> | |
108 </tool_dependency> | 131 </tool_dependency> |