Versions Compared

Key

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

...

Opal has a python client that lets you query various things, and even import some data (see httpsee https://wikiopaldoc.obiba.org/displayen/OPALDOC/Opal+Python+User+Guidelatest/index.html). It doesn't let you create projects and tables from scratch though. Given the web interface does this via the REST API we should be able to do it from the command line. This is how.

First point to note is that we are still using the opal python client, we are just using the rest option of it - see http(see https://wikiopaldoc.obiba.org/displayen/OPALDOC/REST+API+Commandlatest/index.html ).

The following is loosely based on the AMASED work getting the BL books into opal - https://github.com/OllyButters/flatten-bl-xml

...