buggood first issue
Repository metrics
- Stars
- (8 stars)
- PR merge metrics
- (PR metrics pending)
Description
Describe the bug In the viewer, outputs left null are not handled properly. We can see a 404 for a missing CSV, or blank images for a missing image.
This should be supported since pipelines can have options that leave some outputs null. For example, the protconne pipeline has a time series option.
Steps To Reproduce
- In "Run pipeline", choose the protconn WDPA pipeline.
- Parameterize the run, with the time series option turned off.
- Run the pipeline.
- Open the results in the viewer.
- Try to visualize the missing outputs.
Expected behavior I should either remove the output from the left section or leave it with the "No output" message like in the run UI. I think removing it makes it cleaner since this is a demonstration UI.