G-Node / gin-proc

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Web frontend for configuring builds #8

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

A web frontend that guides users to set up their builds. It should give users the ability to configure the most important options (input files, scripts/pipelines to run, output files to be pushed back) and generate a drone.yml (or update an existing one) for the builds.

achilleas-k commented 5 years ago

Some up-front requirements for the service:

Nice features These are extra features that would be nice to have if all else is completed:

mrinalwahal commented 5 years ago

We are already taking input files for Snakemake workflows. As well as output files to be pushed back to gin-proc branch. Let's discuss the second option of taking inputs for processing commands/scripts for Snakemake workflows in the next discussion.

In nice/extra features:

  1. Notification Channels are already encoded. We can give the user's the option of getting notified on their preferred handles.
  2. Let's discuss the drone pipeline GUI in the next discussion.