G-Node / gin-proc

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

Web frontend should only create drone.yml #22

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

The web frontend should only create (or edit) the drone.yml for the user and nothing else. If the user needs to run a snakemake pipeline they will have their own snakemake file and it's up to them to define the processing steps required to run it. The gin-proc service should not create or edit a user's snakemake configuration.

achilleas-k commented 5 years ago

Fixed in #26