Mercurial > repos > iuc > package_imagej_1_48
comparison tool_dependencies.xml @ 0:9fc25eeb40e4 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/packages/package_imagej_1_48 commit 4bf97847c35c4dcf9638008b9b4b6c4e10015f19
| author | iuc |
|---|---|
| date | Tue, 09 Jun 2015 12:20:19 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:9fc25eeb40e4 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="imagej" version="1.48"> | |
| 4 <install version="1.0"> | |
| 5 <actions_group> | |
| 6 <actions os="linux" architecture="x86_64"> | |
| 7 <action type="download_by_url">http://rsb.info.nih.gov/ij/download/linux/ij148-linux64.zip</action> | |
| 8 <action type="move_directory_files"> | |
| 9 <source_directory>.</source_directory> | |
| 10 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 11 </action> | |
| 12 </actions> | |
| 13 <actions os="darwin" architecture="x86_64"> | |
| 14 <action type="download_by_url">http://rsb.info.nih.gov/ij/download/osx/ImageJ148.zip</action> | |
| 15 <action type="move_directory_files"> | |
| 16 <source_directory>.</source_directory> | |
| 17 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 18 </action> | |
| 19 </actions> | |
| 20 <actions> | |
| 21 <action type="download_by_url">http://rsb.info.nih.gov/ij/download/zips/ij148.zip</action> | |
| 22 <action type="move_directory_files"> | |
| 23 <source_directory>.</source_directory> | |
| 24 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 25 </action> | |
| 26 </actions> | |
| 27 <action type="set_environment"> | |
| 28 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 29 <environment_variable name="IMAGEJ_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> | |
| 30 <environment_variable name="IMAGEJ_PLUGINS_DIR" action="set_to">$INSTALL_DIR/bin/plugins</environment_variable> | |
| 31 </action> | |
| 32 </actions_group> | |
| 33 </install> | |
| 34 <readme> | |
| 35 <![CDATA[ | |
| 36 ImageJ is a public domain Java image processing program inspired by NIH Image for the Macintosh. | |
| 37 It runs, either as an online applet or as a downloadable application, on any computer with a | |
| 38 Java 1.4 or later virtual machine. | |
| 39 | |
| 40 It can display, edit, analyze, process, save and print 8-bit, 16-bit and 32-bit images. It can read | |
| 41 many image formats including TIFF, GIF, JPEG, BMP, DICOM, FITS and "raw". It supports "stacks", a | |
| 42 series of images that share a single window. It is multithreaded, so time-consuming operations such | |
| 43 as image file reading can be performed in parallel with other operations. | |
| 44 | |
| 45 See http://rsb.info.nih.gov/ij/docs/intro.html | |
| 46 ]]> | |
| 47 </readme> | |
| 48 </package> | |
| 49 </tool_dependency> |
