Tasks with hyphen in their name absent in workflow run results #103
Labels
priority: medium
Medium priority
type: bug
Something isn't working
type flag: required by specs
Compliance with specs requires this change
workload: minutes
Likely takes minutes to resolve
That is another bug from a category "but you know it already".
For RD workflow (https://github.com/jarnolaitinen/RD_pipeline/blob/master/workflow.cwl)
some task names contain hyphens: gatk-ir, gatk-base_recalibration. Those tasks do not appear in the result of the run. That is because output parser only looks for words - which allows [a-zA-Z0-9_] and not a hyphen.
The text was updated successfully, but these errors were encountered: