Skip to content

Commit

Permalink
Merge pull request #8 from will-rowe/docs
Browse files Browse the repository at this point in the history
patching version for primer-scheme naming change
  • Loading branch information
Will Rowe authored Sep 8, 2020
2 parents 3feb7dd + c22f542 commit 3230630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ project(ARTIC)
set(ARTIC_PROG_NAME artic-tools)
set(ARTIC_VERSION_MAJOR 0)
set(ARTIC_VERSION_MINOR 2)
set(ARTIC_VERSION_PATCH 3)
set(ARTIC_VERSION_PATCH 4)
configure_file (
"${PROJECT_SOURCE_DIR}/artic/version.hpp.in"
"${PROJECT_SOURCE_DIR}/artic/version.hpp"
Expand Down
2 changes: 1 addition & 1 deletion artic/primerSchemeDownloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const std::string refExt = ".reference.fasta";
const std::string baseURL = "https://github.com/artic-network/primer-schemes/raw/master/";
const std::pair<std::string, std::string> ebovTags = {"ZaireEbola", "ZaireEbola"};
const std::pair<std::string, std::string> nivTags = {"Nipah", "NiV_6_Malaysia"};
const std::pair<std::string, std::string> scovTags = {"SARS-CoV-2", "nCoV-2019"};
const std::pair<std::string, std::string> scovTags = {"nCoV-2019", "nCoV-2019"};

// Scheme enum is used in the switch statement which constructs the download link
enum Scheme
Expand Down

0 comments on commit 3230630

Please # to comment.