bfrgoncalves / INNUENDO_REST_API

Frontend application and REST API for the INNUENDO Platform
GNU General Public License v3.0
5 stars 5 forks source link

Add recipe submission routine #138

Open bfrgoncalves opened 6 years ago

bfrgoncalves commented 6 years ago

Allow users to submit recipes and visualize their status using Flowcraft inspect

bfrgoncalves commented 5 years ago

It will require also a new strategy to store results in the report database since running multiple strains in a single pipeline changes the default platform paradigm of running a pipeline per strain.

Reports sent by the nextflow job submission need to be processed and separated into projectId-pipelineId-processName tags to be able to fit the current database structure.