Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenlr committed Aug 25, 2023
1 parent e222f10 commit 7d86b99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions ntedit.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define PROGRAM "ntEdit v1.4.2" // NOLINT
#define PROGRAM "ntEdit v1.4.3" // NOLINT

// clang-format off
#include <iostream> //NOLINT(llvm-include-order)
Expand Down Expand Up @@ -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=<ID=AD,Number=2,Type=Integer,Description=\"Kmer Depth\">" << std::endl;
vfout << "#CHROM\tPOS\tID\tREF\tALT\tQUAL\tFILTER\tINFO\tFORMAT\tINTEGRATION" << std::endl;
Expand Down

0 comments on commit 7d86b99

Please sign in to comment.