From d0c57d408c76585147a5797371780823fa8de08f Mon Sep 17 00:00:00 2001 From: Haowen Zhang Date: Mon, 20 Dec 2021 14:48:57 -0500 Subject: [PATCH] Update the man page and the version. --- chromap.1 | 5 ++++- src/chromap.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/chromap.1 b/chromap.1 index 6d37e0b..826f39a 100644 --- a/chromap.1 +++ b/chromap.1 @@ -1,4 +1,4 @@ -.TH chromap 1 "8 Nov 2021" "chromap-0.1.3 (r256)" "Bioinformatics tools" +.TH chromap 1 "20 Dec 2021" "chromap-0.1.4 (r284)" "Bioinformatics tools" .SH NAME .PP chromap - fast alignment and preprocessing of chromatin profiles @@ -250,6 +250,9 @@ Output mappings in pairs format (defined by 4DN for HiC data). .BR --pairs-natural-chr-order \ FILE Natural chromosome order for pairs flipping. .TP +.BR --barcode-translate \ FILE +Convert input barcodes to another set of barcodes in the output. +.TP .B -v Print version number to stdout. diff --git a/src/chromap.h b/src/chromap.h index 62c3d60..3cf00cd 100644 --- a/src/chromap.h +++ b/src/chromap.h @@ -18,7 +18,7 @@ #include "sequence_batch.h" #include "temp_mapping.h" -#define CHROMAP_VERSION "0.1.3-r257" +#define CHROMAP_VERSION "0.1.4-r284" namespace chromap { struct uint128_t {