-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Augur wf] Potential bug with augur_clades call block conditional run_traits
#633
Comments
With this test workflow, we set |
Yup, something needs to be fixed here. |
The workflow linked above did indeed skip the |
Noting that we need to review the documentation for this particular Augur optional input |
@kapsakcj, I vaguely recall we talked about this. Was this a feature or a bug? |
🐛
📝 Describe the Issue
Can someone please double check the logic here?
public_health_bioinformatics/workflows/phylogenetics/wf_augur.wdl
Line 152 in 9a10de7
I think this is set incorrectly and should be
if (run_traits); <do stuff below>
instead of how it's set currently.@jrotieno can you comment?
We have a user that is running HAV through Augur and despite
run_traits
being set to false, the augur_clades task is queued & run (due to organism_parameters sub workflow running and defining a minimal clades TSV file (that is empty except for column headers)) and the task fails due to no clades being defined in the minimal clades TSV file:Augur_clades task output failure:
workflow here: https://app.terra.bio/#workspaces/vrdl-billing/dataAnalysis_HAV_VRDL/job_history/fbb5974a-04fd-472e-b3e4-41f8a3b64aa7
🔁 How to Reproduce
v1.3.0
💻 Version Information
The text was updated successfully, but these errors were encountered: