From 7d86b9976b2ebfe8d7380ab6c1fa817d141dd374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Fri, 25 Aug 2023 15:12:12 -0700 Subject: [PATCH] bump version --- README.md | 4 ++-- ntedit.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d383a7..aeb61f5 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Release](https://img.shields.io/github/release/bcgsc/ntEdit.svg)](https://github.com/bcgsc/ntEdit/releases) -[![Downloads](https://img.shields.io/github/downloads/bcgsc/ntEdit/total?logo=github)](https://github.com/bcgsc/ntEdit/releases/download/v1.4.2/ntEdit_v1-4-2.tar.gz) +[![Downloads](https://img.shields.io/github/downloads/bcgsc/ntEdit/total?logo=github)](https://github.com/bcgsc/ntEdit/releases/download/v1.4.3/ntEdit_v1-4-3.tar.gz) [![Conda](https://img.shields.io/conda/dn/bioconda/ntedit?label=Conda)](https://anaconda.org/bioconda/ntedit) [![Issues](https://img.shields.io/github/issues/bcgsc/ntEdit.svg)](https://github.com/bcgsc/ntEdit/issues) [![link](https://img.shields.io/badge/ntEdit-manuscript-brightgreen)](http://dx.doi.org/10.1093/bioinformatics/btz400) @@ -196,7 +196,7 @@ e.g. ./ntedit -f ecoliWithMismatches001Indels0001.fa -r solidBF_k25.bf -b ntEdit _ _/ /| / / / / /___/ /_/ // / / / _ _/_/ |_/ /_/ /_____/_____/___/ /_/ -ntedit v1.4.2 +ntedit v1.4.3 Fast, lightweight, scalable genome sequence polishing and SNV detection & annotation diff --git a/ntedit.cpp b/ntedit.cpp index e0a1a93..cfbb931 100644 --- a/ntedit.cpp +++ b/ntedit.cpp @@ -1,4 +1,4 @@ -#define PROGRAM "ntEdit v1.4.2" // NOLINT +#define PROGRAM "ntEdit v1.4.3" // NOLINT // clang-format off #include //NOLINT(llvm-include-order) @@ -1854,7 +1854,7 @@ readAndCorrect( } vfout << "##fileDate=" << year << month << day << std::endl; - vfout << "##source=ntEditV1.4.2" << std::endl; + vfout << "##source=ntEditV1.4.3" << std::endl; vfout << "##reference=file:" << opt::draft_filename << std::endl; vfout << "##INFO=" << std::endl; vfout << "#CHROM\tPOS\tID\tREF\tALT\tQUAL\tFILTER\tINFO\tFORMAT\tINTEGRATION" << std::endl;