Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.

Upload API

Denys Pavlov edited this page Mar 23, 2015 · 2 revisions

Request

  • id String - a unique id that represents the individual.
  • isPublic boolean - whether to include this individual's data in aggregate queries. This does not prevent the data to be queried by the individual's id.
  • filePath Path - the path to the file on the local filesystem where the data is stored.
  • progressCallback [Callable] TODO

Response

Future - a Future that completes when the individual is fully inserted into the variant store, and is ready to be queried.

Clone this wiki locally