scratchrealm / neurobass

Neurobass is a prototype of a web application for managing and running neuroscience analyses.
Apache License 2.0
3 stars 0 forks source link

different views #12

Open bendichter opened 1 year ago

bendichter commented 1 year ago

I think Ontologic is on the right track with their left panel that allows you to navigate between Data, Tools, and Runs

This allows the user to navigate between data-centric and tool-centric workflows and separates these from the run manager

image
bendichter commented 1 year ago

Clicking on a tool entry should bring up a tool information page describing the input, output and use-cases for that tool

bendichter commented 1 year ago

Another tab could be for different computational backends

magland commented 1 year ago

Okay, I'll move in this direction. One thing to note about Ontologic - as far as I can see, the outputs are simply attached to the processing jobs, so there's no easy way to apply additional processing to the output files. Whereas in neurobass outputs become new files in the project. This will be important once we provide mechanisms for batch processing of large numbers of files.

With the strong provenance tracking system, we'll have the ability to show only the raw input files for a project by filtering only those that are not the output of any job.

magland commented 1 year ago

@bendichter what do you think of this?

https://neurobass.vercel.app/project/erjytuke

image

bendichter commented 1 year ago

Looks great!