-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a "Generate Report" button to generate a results report. #314
Comments
How might this work? Is there some configuration in pipestat that does this? I.e., does this need to be a new endpoint or can it be done in-browser. Is there an example output? |
We will have a PEP that contains results reported via pipestat and the PEP must be associated with a pipestat output schema. From this information, a report can be generated. Originally, we discussed using the A current example PEP where I pushed results via pipestat: https://pephub.databio.org/donaldcampbelljr/pipestat_demo?tag=default For any reported statistics, this should be reasonably easy. However, if we wish to show images, then Pipestat will need to push images to s3 and the reported image path will need to point to the s3 location of the images. This is discussed a bit more in this pipestat issue: pepkit/pipestat#195 For an example of the kind of html report pipestat summarize generates: https://pepatac.databio.org/en/latest/files/examples/gold/gold_summary.html |
So, this doesn't have much of an implication to PEPhub, right? |
Where will the report generation code live? That code needs to display an image from an s3 path (if an image is a reported result to s3). |
|
Per discussion, this could be a React application that lives within Pipestat. |
We want to be able to generate a results report via button for results that have been reported to PEPHub via Pipestat and are defined via a pipestat output schema.
The text was updated successfully, but these errors were encountered: