Skip to content

Commit

Permalink
Merge pull request #879 from nextstrain/fix/tree-missing-qc-status
Browse files Browse the repository at this point in the history
fix: add missing qc status to tree json
  • Loading branch information
ivan-aksamentov authored Jun 22, 2022
2 parents ae0bc80 + 0e48641 commit 1573e62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages_rs/nextclade/src/tree/tree_attach_new_nodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,8 @@ fn add_child(node: &mut AuspiceTreeNode, result: &NextcladeOutputs) {
has_pcr_primer_changes,
pcr_primer_changes,
missing_genes: Some(TreeNodeAttr::new(&format_failed_genes(&result.missing_genes, ", "))),
qc_status: Some(TreeNodeAttr::new(&result.qc.overall_status.to_string())),
other,

// TODO
qc_status: None,
},
children: vec![],
tmp: TreeNodeTempData::default(),
Expand Down

1 comment on commit 1573e62

@vercel
Copy link

@vercel vercel bot commented on 1573e62 Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextclade – ./

nextclade-nextstrain.vercel.app
nextclade-git-master-nextstrain.vercel.app
nextclade.vercel.app

Please sign in to comment.