You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List workflows under a top level `workflows` key in the `nextstrain-pathogen.yaml`
file where each workflow has it's own `compatibility` key:
```yaml
workflows:
ingest:
compatibility:
nextstrain run: True
phylogenetic:
compatibility:
nextstrain run: True
```
The top level `compatibility['nextstrain run']` boolean is still supported
for backwards compatibility.
From discussion with @victorlin in
<#462 (comment)>
0 commit comments