arborworkflows / ArborWebApps

A bundle of Tangelo applications used by NSF Arbor (Phylogenetic Comparative Methods system)
Apache License 2.0
9 stars 1 forks source link

It is possible to have a workflow where the "setup and run" button has no effect #120

Closed lukejharmon closed 9 years ago

lukejharmon commented 9 years ago

An example is "bob2test" in the Arbor collection. For me, "setup and run" button does nothing. I think this should return an error or something at least... not sure what is going on.

zackgalbreath commented 9 years ago

This particular workflow fails because it requests column names from an internal table. I believe that this issue is tracked as https://github.com/Kitware/tangelohub/issues/115.

I agree that an error message is appropriate here.

zackgalbreath commented 9 years ago

https://github.com/Kitware/tangelohub/pull/140 adds this error message.