Commit d0c57d40 authored by Haowen Zhang's avatar Haowen Zhang
Browse files

Update the man page and the version.

parent 0f3b6bd2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
.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.

+1 −1
Original line number Diff line number Diff line
@@ -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 {