FredHutch / shiny-cromwell

Shiny app for interacting with the Fred Hutch instances of Cromwell. Contact Amy Paguirigan
https://proof.fredhutch.org
MIT License
2 stars 3 forks source link

workflow inputs sometimes shows error #109

Open jayoung opened 1 month ago

jayoung commented 1 month ago

hi,

I'm running a job now - it validates fine.

The shiny app shows an error in the "workflow inputs" box (see screenshot).

I think maybe it's just because the structure of my inputs is more complex than can be easily stuck into a tibble for display - I'm doing a task 6 times: running on each of 3 bam files for each of 2 regions (with some constants like the same reference genome). Not sure how you want to handle that, but it might be a good idea not to have a red error message showing up.

If you want to check it out, can you get my inputs using my workflow ID? If not I can send. The ID is 1e1c5c5e-c94b-4bbc-ac6b-6ae87c9c8c8e

thanks!

Janet

Screenshot 2024-06-12 at 11 26 05 AM
sckott commented 1 week ago

Thanks @jayoung , sorry for the delay. This is probably nothing to do with your setup, but rather the code that parsers information coming back from the cromwell server (see #85 ). We'll let you know when this is fixed.