EnzymeFunctionInitiative / EST

Programs for creating Sequence Similarity Networks and wrappers for pipeline submission on a torque cluster
GNU General Public License v3.0
6 stars 4 forks source link

Create JSON schema for inteface between front end and back end #81

Open nilsoberg opened 2 months ago

nilsoberg commented 2 months ago

The front end UI stores parameters in it's own database. The back end Nextflow implementation uses JSON parameters as input for starting up a run. A schema needs to be developed that both the front end and back end can use to ensure interoperability. See JSON Schema, Apache Avro, and Google Protocol Buffers.