Skip to content

Commit

Permalink
Update task_nextclade.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
HNHalstead committed Nov 7, 2023
1 parent 5877675 commit 9282492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/taxon_id/task_nextclade.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ task nextclade_output_parser {
nc_lineage = tsv_dict['lineage']
if nc_lineage is None:
nc_lineage = ""
elif 'lineage' in tsv_dict:
elif 'Nextclade_pango' in tsv_dict:
nc_lineage = tsv_dict['Nextclade_pango']
if nc_lineage is None:
nc_lineage = ""
Expand Down

0 comments on commit 9282492

Please sign in to comment.