Open liberaliscomputing opened 4 years ago
A target API builder generates and sends one JSON payload per row, so sequencing_experiment
would need two target API builders, SequencingObservation
and SequencingTask
. Considering references, the order of ingest run should always be:
Specimen
GenomicFile
SequencingObservation
so that it can refer to an existing GenomicFile
SequencingTask
so that it can refer to existing 1) Specimen
in input
and 2) GenomicFile
and SequencingObservation
in output
Develop and test target API builder for
sequencing_experiment
. Consider the following steps:SequencingObservation
andSequencingTask
) to the ingest plugin