Mercurial > repos > iuc > package_mcl_12_135
annotate tool_dependencies.xml @ 2:8aebdb5c2a09 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_mcl_12_135 commit 97a064489364118d108b0dd2cfb4d9bc53080837
| author | iuc |
|---|---|
| date | Thu, 19 Nov 2015 13:40:26 -0500 |
| parents | 7003196be1b1 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="mcl" version="12.135"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://micans.org/mcl/src/mcl-12-135.tar.gz</action> | |
|
2
8aebdb5c2a09
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_mcl_12_135 commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
1
diff
changeset
|
7 <action type="autoconf"/> |
| 0 | 8 <action type="set_environment"> |
| 1 | 9 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 0 | 10 </action> |
| 11 </actions> | |
| 12 </install> | |
| 13 <readme> | |
| 14 The MCL algorithm is short for the Markov Cluster Algorithm, a fast and scalable unsupervised cluster algorithm for graphs (also known as networks) based on simulation of (stochastic) flow in graphs. | |
| 15 http://micans.org/mcl/ | |
| 16 </readme> | |
| 17 </package> | |
| 18 </tool_dependency> |
