Skip to content

Commit

Permalink
fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrotieno committed Sep 21, 2023
1 parent 3d47daa commit b460287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/theiacov/wf_theiacov_fasta.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ workflow theiacov_fasta {
nextclade_flu_vic_na_tag = nextclade_flu_vic_na_tag,
nextclade_flu_yam_tag = nextclade_flu_yam_tag
}
String abricate_subtype = abricate_flu.abricate_flu_subtype
String? abricate_subtype = abricate_flu.abricate_flu_subtype
}
if (flu_segment == "HA") {
if ((defined(flu_subtype) && flu_subtype == "H1N1") || (defined(abricate_subtype) && (abricate_subtype == "H1N1" || abricate_subtype == "H1"))) {
Expand Down

0 comments on commit b460287

Please sign in to comment.