Hi Firecloud team,
I am trying to use Firecloud, and am moving workflows from FH to FC.
I am finding this is impossible because I cannot set pre-requisite expressions. (e.g. do not submit a job if certain annotations are set)
For example, if the "ready_for_analysis" annotation is set to false, do not run mutect
Doing this in WDL is impractical because usually it is done to avoid running large jobs, but copying in inputs every single time is slow, expensive and unnecessary (since these annotations can change over time)
-Dimitri