pepkit / caravel

A web GUI for pipeline job submission and management
http://caravel.databio.org
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

make some HTML form elements (looper options) inactive #116

Open stolarczyk opened 5 years ago

stolarczyk commented 5 years ago

Some of the HTML form elements in the looper action options should be inactive by default. Like --lump, which is None by default in looper.

Only after the activation of such an element the value should be read and processed by caravel.

related to #108