Skip to content

Commit

Permalink
Update processNextstrain.js (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jan 18, 2024
1 parent 3573026 commit 54d0420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_component/src/utils/processNextstrain.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export async function processNextstrain(data, sendStatusMessage) {
const the_data = await fetch_or_extract(data, sendStatusMessage, "tree");

sendStatusMessage({
message: "Parsing NS file",
message: "Parsing Nextstrain format",
});

const { jsTree, config, unique_mutations } = await json_to_tree(
Expand Down

1 comment on commit 54d0420

@vercel
Copy link

@vercel vercel bot commented on 54d0420 Jan 18, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.