Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://open.med.harvard.edu/svn/eagle-i-dev/apps/trunk/dev-resources/eagle-i-etl-dist-1.7MS2.01.zip
Download this SWIFT toolkit distribution, unzip it into a dedicated directory, and navigate to it, for example

Code Blocknoformat
mkdir ~/eagle-i
unzip -d ~/eagle-i eagle-i-etl-dist-1.7MS2.01.zip
cd eagle-i/eagle-i-etl-dist-1.7M2.01

...

To generate etl templates and maps, run the script:

Code Blocknoformat
./generate-inputs.sh --type INSTRUMENT|SERVICE|PERSON|ORGANIZATION|typeURI

...

Transformation maps will be contained in a subdirectory of ./maps named after the type and ontology version, e.g:

Code Blocknoformat
./maps/instrument_ont_v1.1.0

...

To run an ETL, execute the script:

Code Blocknoformat
./etl.sh --dir dataDirectory --workflow DRAFT|CURATION|PUBLISH username:password repositoryURL

...