Mercurial > repos > iuc > package_circostools_0_20
annotate tool_dependencies.xml @ 4:ed41baa6271e draft default tip
planemo upload commit 003144051b526e4491cb4adcfc86aa0d14964c54
| author | iuc |
|---|---|
| date | Tue, 12 Jan 2016 05:55:32 -0500 |
| parents | c9392d893389 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="perl" version="5.18.1"> | |
|
4
ed41baa6271e
planemo upload commit 003144051b526e4491cb4adcfc86aa0d14964c54
iuc
parents:
3
diff
changeset
|
4 <repository changeset_revision="6f144bd786a8" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 5 </package> |
| 6 <package name="circos" version="0.67.5"> | |
|
4
ed41baa6271e
planemo upload commit 003144051b526e4491cb4adcfc86aa0d14964c54
iuc
parents:
3
diff
changeset
|
7 <repository changeset_revision="76e18491a582" name="package_circos_0_67_5" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 8 </package> |
| 9 <package name="circostools" version="0.20"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="setup_perl_environment"> | |
|
4
ed41baa6271e
planemo upload commit 003144051b526e4491cb4adcfc86aa0d14964c54
iuc
parents:
3
diff
changeset
|
13 <repository changeset_revision="6f144bd786a8" name="package_perl_5_18" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 0 | 14 <package name="perl" version="5.18.1" /> |
| 15 </repository> | |
| 16 </action> | |
| 17 <action type="download_by_url">http://mkweb.bcgsc.ca/dev/circos/distribution/circos-tools-0.20.tgz</action> | |
| 18 <action type="move_directory_files"> | |
| 19 <source_directory>.</source_directory> | |
| 20 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 21 </action> | |
| 22 <action type="set_environment"> | |
| 23 <environment_variable action="set_to" name="CIRCOSTOOLS">$INSTALL_DIR</environment_variable> | |
| 24 </action> | |
| 25 </actions> | |
| 26 </install> | |
| 27 <readme> | |
| 28 Circos Tools | |
| 29 ============ | |
| 30 | |
| 31 Several, utility add-on scripts are available, such as for bundling links. | |
| 32 These are not necessary for Circos, but helpful in carrying out common data | |
| 33 reduction and analysis tasks. Tools are described in the Tools Tutorial. | |
| 34 </readme> | |
| 35 </package> | |
| 36 </tool_dependency> |
