Mercurial > repos > morinlab > igv_screenshot
comparison tool_dependencies.xml @ 4:814f48c1bf13 draft default tip
Uploaded
| author | morinlab |
|---|---|
| date | Sun, 04 Dec 2016 18:27:40 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:460dff3a6374 | 4:814f48c1bf13 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 | |
| 3 <tool_dependency> | |
| 4 <package name="igv" version="2.3.88"> | |
| 5 | |
| 6 <install version="1.0"> | |
| 7 <actions> | |
| 8 <action type="download_by_url">http://data.broadinstitute.org/igv/projects/downloads/IGVSource_2.3.88.zip</action> | |
| 9 <action type="shell_command"> chmod a+x igv.sh</action> | |
| 10 <action type="move_directory_files"> | |
| 11 <source_directory>.</source_directory> | |
| 12 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 13 </action> | |
| 14 <action type="set_environment"> | |
| 15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
| 16 </action> | |
| 17 </actions> | |
| 18 | |
| 19 </install> | |
| 20 | |
| 21 <readme> | |
| 22 Downloads and installs the igv 2.3.88 package. | |
| 23 </readme> | |
| 24 </package> | |
| 25 </tool_dependency> | |
| 26 |
