snakemake / snakeface

The snakemake interface, currently works like a notebook (under development)
https://snakeface.readthedocs.io/
Mozilla Public License 2.0
17 stars 6 forks source link

refactor style of output steps #11

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

Currently we have steps in a table, but it gets hard to read as the number of fields (columns) increases for more complex runs. We should probably better have some kind of table or even accordian that can have rows that expand to show more detail.

vsoch commented 3 years ago

This is all set - the same data table is rendered via data from the server (so we can eventually make it update automatically and not just on page load) and the rows expand to show more detail.