Commit 532bcf88 authored by Haowen Zhang's avatar Haowen Zhang
Browse files

Delete default constructor for Index.

parent 47d213ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.TH chromap 1 "22 Feb 2022" "chromap-0.2 (r352)" "Bioinformatics tools"
.TH chromap 1 "22 Feb 2022" "chromap-0.2 (r353)" "Bioinformatics tools"
.SH NAME
.PP
chromap - fast alignment and preprocessing of chromatin profiles
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include "temp_mapping.h"
#include "utils.h"

#define CHROMAP_VERSION "0.2-r352"
#define CHROMAP_VERSION "0.2-r353"

namespace chromap {

+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ KHASH_INIT(k64, uint64_t, uint64_t, 1, KHashFunctionForIndex, KHashEqForIndex);

class Index {
 public:
  Index() = delete;

  // For read mapping.
  Index(const std::string &index_file_path)
      : index_file_path_(index_file_path) {