Versions Compared

Key

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

...

  • an ETLer -  command line program that executes a bulk upload
  • a deETLer - command line program that deletes a previous ETL upload
  • A bulk workflow - command line program that executes workflow transitions on groups of records, e.g. Publish, Return to curation, Withdraw
  • an ETL Input Generator - command line program that allows system administrators to generate spreadsheet templates and map files for the various resource types of the eagle-i resource ontology (e.g. a template/map for antibodies, for instruments, etc.)

Prerequistes

The SWIFT Toolkit requires:

  • A Unix-like environment including a terminal for executing commands
    • MacOS and Linux users don't need to install anything extra. For MacOS, use the Terminal app under Applications/Utilities
    • cygwin is recommended for Windows users
  • A Java 1.7 runtime environment

Download

The SWIFT toolkit is packaged as a zip file, and can be downloaded from our our software repository

Wiki Markup
Download the SWIFT toolkit distribution  {{eagle-i-datatools-swift-\[version\]-dist.zip}}, unzip it into a dedicated directory, and navigate to it. For example

No Format
mkdir ~/eagle-i
unzip -d ~/eagle-i eagle-i-datatools-swift-2.0MS3.01-dist.zip
cd swift-2.0MS3.01

Prerequistes

The SWIFT Toolkit requires:

...

  • MacOS and Linux users don't need to install anything extra. For MacOS, use the Terminal app under Applications/Utilities
  • cygwin is recommended for Windows users

...

Input generation instructions

To generate etl templates and maps, navigate to the dedicated directory (above) and run the script:

...