Changes between Version 5 and Version 6 of EME


Ignore:
Timestamp:
06/21/13 08:31:24 (11 years ago)
Author:
koneil@bbn.com
Comment:

Changed "directory" to "collection"

Legend:

Unmodified
Added
Removed
Modified
  • EME

    v5 v6  
    4040== 5) Experiment descriptor and iRODS ==
    4141
    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 directory is called “myExperiment” .[[BR]]
     42This 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]]
    4343Template 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]]
    4444
     
    4646[[BR]]
    4747
    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]]
     48Descriptor 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]]
    4949
    5050[[Image(iRODSExperimentDirectory.png, 100%)]]
    5151[[BR]]
    5252
    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 directory and descriptor files are created. In this example "TwoVMs" and "ThreeVMs" are manifest rspecs and "artifact.xml" and “step.xml” are descriptor files. [[BR]]
     53The 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]]
    5454
    5555[[Image(iRODSManifestDirectory.png, 100%)]]