You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
break up each participant-level 'report' into json that corresponds to the appropriate Stager data models (i.e., separate data that belongs in the variant table from data that belongs in the genotype table).
fetch an API token from Stager using a client key and secret
post the data to Stager (we might want to write an endpoint like api/analysis/{id}/report that wraps both inserts in a transaction).
Depends on #869
The script should take a report csv path and an analysis ID (?) as input and do the following:
variant
table from data that belongs in thegenotype
table).api/analysis/{id}/report
that wraps both inserts in a transaction).This script should go in the same repo as #869.
The text was updated successfully, but these errors were encountered: