Skip to content

Commit

Permalink
Merge pull request #911 from nextstrain/fix-mangled-input-files
Browse files Browse the repository at this point in the history
fix: mixed up input-prc and input-virus-properties
  • Loading branch information
ivan-aksamentov committed Jun 29, 2022
2 parents cff9f9f + dbb0ca9 commit e9df843
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# CHANGELOG

## NEXT

- **Fix** [[#908](https://github.com/nextstrain/nextclade/issues/908): Files passed as `--input-virus-properties` were interpreted like passed to `--input-pcr-primers` and vice versa (report: @BCArg, fix: @CorneliusRoemer)

## Nextclade 2.0.0

### Rust
Expand Down
2 changes: 1 addition & 1 deletion packages_rs/nextclade-cli/src/dataset/dataset_download.rs
Expand Up @@ -157,8 +157,8 @@ pub fn dataset_individual_files_load(
(_, Some(input_tree)),
(_, Some(input_gene_map)),
(_, Some(input_qc_config)),
(_, Some(input_virus_properties)),
(_, Some(input_pcr_primers)),
(_, Some(input_virus_properties)),
] => {
dataset_load_files(DatasetFilePaths {
input_ref,
Expand Down

1 comment on commit e9df843

@vercel
Copy link

@vercel vercel bot commented on e9df843 Jun 29, 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.vercel.app
nextclade-git-master-nextstrain.vercel.app

Please sign in to comment.