Skip to content

Commit

Permalink
name things lol
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Nov 4, 2024
1 parent 42e5503 commit d5bebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/utilities/wf_taxon_id_conversion.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ workflow convert_taxon_ids {
String hiv = "HIV"
}
output {
organism = select_first([sars_cov_2, mpox, wnv, flu_a, flu_b, rsv_a, rsv_b, hiv, unsupported_organism])
String organism = select_first([sars_cov_2, mpox, wnv, flu_a, flu_b, rsv_a, rsv_b, hiv, unsupported_organism])
}
}

0 comments on commit d5bebaf

Please sign in to comment.