SD2E / experimental-intent-parser

A tool that combines a word-processing interface with structured tables and assisted linking to definitions to provide a simple interface for incremental codification of experiment designs.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Merge two forms of IP Parameter table template for Generate opil and structure request #316

Closed tramyn closed 3 years ago

tramyn commented 3 years ago

In order to generate opil and a structured request, IP supports two forms of parameter tables: 1. A parameter table that uses the SBOL dictionary for generating a structure request. 2. A parameter table that follows a dot naming convention so that all parameters nested within strateos schema are pulled into separate opil parameter objects. A limitation for supporting these two table type is IP requires that the last parameter table appear in a google doc determines its output format. As a result, it not possible to generate both opil and a structure request in parallel. Users will need to understand where to move a parameter table around in their ER document in order to successfully generate their desired output format. This issue is used to address this limitation. Ideally, can we use one parameter table type to generate both a structure request and opil?