Skip to content

Commit

Permalink
Update the man page and the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
haowenz committed Dec 20, 2021
1 parent 0f3b6bd commit d0c57d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion chromap.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/chromap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d0c57d4

Please sign in to comment.