Changes between Version 1 and Version 2 of GSAS/iRODSDescriptorProcessing


Ignore:
Timestamp:
07/21/13 22:05:10 (11 years ago)
Author:
Antoine de Torcy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSAS/iRODSDescriptorProcessing

    v1 v2  
    22= GENI Storage and Archive Service (GSAS) Descriptor Processing =
    33
    4 == Installation Instructions ==
     4== Trying out the existing demo ==
     5
     6This demo is available to anyone with an iRODS account on geni-gimi.renci.org:1247.
     7
     8=== Summary ===
     9
     10It all happens in /geniRenci/home/public/md_tests/ .
     11If file is uploaded under that collection with a filename matching one of the GENI Object Descriptor XML files ( http://groups.geni.net/geni/wiki/GSAS#a3GENIObjectDescriptorSchema ), the file's content is parsed and turned into iRODS metadata that gets associated to the file (object) itself.
     12
     13=== Instructions ===
     14
     15* First you will need the GSAS descriptor files. Go to: http://groups.geni.net/geni/wiki/GSAS#a3GENIObjectDescriptorSchema , click on one or more of the five v1.1 examples. Click on the filename to see its contents (which will become iRODS metadata) and from there click 'original format' (bottom of page) to download it onto your desktop. You need to have it on your desktop to later upload it into iRODS.
     16
     17* If you are familiar with using iDrop-web you can speed through the navigation steps below.
     18
     19* Log in to iRODS (zone geniRenci) with your account: https://geni-gimi.renci.org:8443/idrop-web2/  . Click 'Browse' on the top-level toolbar.
     20
     21* Drill down to /geniRenci/home/public/md_tests/examples/ from the left hand side tree and click on 'examples' to make sure you're in that collection.
     22
     23* Click 'New folder' to create your own collection under examples (since multiple users will be uploading the same files). You should now be in that collection.
     24
     25* Click 'Upload' from the collection's toolbar on the right and pick one of the xml descriptor files you downloaded from GSAS (Artifact1.xml, Experiment1.xml, Step1.xml, project1.xml, projectSerialized.xml)
     26
     27* If all goes well the object should now show up under your collection in the left hand side tree. Click the on object and then click its 'Metadata' tab.
     28
     29* With any other file than those five no metadata is extracted upon upload.
     30
     31== Deploying this rule on your own iRODS server ==
     32