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

Represent condition_space and conditions in opil #329

Open tramyn opened 3 years ago

tramyn commented 3 years ago

Up to this point, @mwes has created a python script to update a structured request generated from Intent Parser with information about conditions and condition_space. However, now that Intent Parser support generation of OPIL as a second form of output data format for specifying an experimental request, there is a need to generate this same information from Intent Parser so this same information is encoded within opil. Refer to this script to figure out how best to incorporate this into Intent Parser.