Skip to content

Commit

Permalink
Update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed May 23, 2023
1 parent 240078d commit 9620d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chromap.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH chromap 1 "4 Jan 2023" "chromap-0.2.4 (r467)" "Bioinformatics tools"
.TH chromap 1 "20 May 2023" "chromap-0.2.5 (r473)" "Bioinformatics tools"
.SH NAME
.PP
chromap - fast alignment and preprocessing of chromatin profiles
Expand Down
2 changes: 1 addition & 1 deletion src/chromap.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "temp_mapping.h"
#include "utils.h"

#define CHROMAP_VERSION "0.2.5-r472"
#define CHROMAP_VERSION "0.2.5-r473"

namespace chromap {

Expand Down
2 changes: 1 addition & 1 deletion src/summary_metadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SummaryMetadata {
}

void Output(const char *filename) {
FILE *fp = fopen(filename, "w") ;
FILE *fp = fopen(filename, "w");
fprintf(fp, "barcode,total,duplicate,unmapped,lowmapq\n");
khiter_t k;
for (k = kh_begin(barcode_metadata_); k != kh_end(barcode_metadata_); ++k)
Expand Down

0 comments on commit 9620d13

Please sign in to comment.