Changes between Version 5 and Version 6 of EME
- Timestamp:
- 06/21/13 08:31:24 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EME
v5 v6 40 40 == 5) Experiment descriptor and iRODS == 41 41 42 This script sets up an experiment directory within the user's iRODS account. The user and GIMI will store objects associated with this experiment in this directory. In the example below the experiment directoryis called “myExperiment” .[[BR]]42 This script sets up an experiment collection within the user's iRODS account. The user and GIMI will store objects associated with this experiment in this collection. In the example below the experiment collection is called “myExperiment” .[[BR]] 43 43 Template OMF scripts are also added to the user's iRODS account in their own folder titled “experimentTemplates” the first time a user runs this script.[[BR]] 44 44 … … 46 46 [[BR]] 47 47 48 Descriptor files are generated which collect metadata about the experiment and objects being pushed into iRODS. These descriptor files are used to help organize and search for data. "project.xml" and “experiment.xml” are descriptor files created in each experiment directory. [[BR]]48 Descriptor files are generated which collect metadata about the experiment and objects being pushed into iRODS. These descriptor files are used to help organize and search for data. "project.xml" and “experiment.xml” are descriptor files created in each experiment collection. [[BR]] 49 49 50 50 [[Image(iRODSExperimentDirectory.png, 100%)]] 51 51 [[BR]] 52 52 53 The user is asked if he would like the manifest rspecs from his slice to be added to this experiment directory in iRODS. If the user says yes, a new directory is created within the experiment directory. The manifest rspecs are then pushed to this new directoryand descriptor files are created. In this example "TwoVMs" and "ThreeVMs" are manifest rspecs and "artifact.xml" and “step.xml” are descriptor files. [[BR]]53 The user is asked if he would like the manifest rspecs from his slice to be added to this experiment collection in iRODS. If the user says yes, a new collection is created within the experiment collection. The manifest rspecs are then pushed to this new collection and descriptor files are created. In this example "TwoVMs" and "ThreeVMs" are manifest rspecs and "artifact.xml" and “step.xml” are descriptor files. [[BR]] 54 54 55 55 [[Image(iRODSManifestDirectory.png, 100%)]]