Task #2564 (closed)
Add more metadata to official scripts
| Reported by: | jamoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-06-24 (12) |
Description
Decided on 2010-07-06 conference call:
- The OME-provided scripts should all have author and version
- We'll suggest to users to do the same, but note that it's not required.
Change History (4)
comment:1 Changed 9 years ago by jmoore
comment:2 Changed 9 years ago by wmoore
- Status changed from new to assigned
comment:3 Changed 9 years ago by wmoore
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 9 years ago by wmoore
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
From http://hudson.openmicroscopy.org.uk/job/OMERO/javadoc/slice2html/omero/grid/JobParams.html#JobParams:
name Descriptive name for this script. version Author-given version number for this script. description A general description of a script, including documentation on how it should be used, what data it will access, and other metrics like how long it takes to execute, etc. contact Single, human-readable string for how to contact the script author. authors Information about the authors who took part in creating this script. institutions Information about the institutions which took part in creating this script. authorsInstitutions For authorsi, authorInstitutionsi should be and array of indexes j such that author i is a member of authorsInstitutionsij. inputs Definitive list of the inputs which MAY or MUST be provided to the script, based on the "optional" flag. outputs Definitive list of the outputs which MAY or MUST be provided to the script, based on the "optional" flag. stdoutFormat model::Format.value of the stdout stream produced by the script. stderrFormat model::Format.value of the stderr stream produced by the script. namespaces Defines machine readable interpretations for this JobParams.