Skip to content

Commit 93e4d7c

Browse files
committed
bug fix for hic
1 parent 6952761 commit 93e4d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barcode_extractor/BAMReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#ifndef BARCODE_EXTRACTOR_BAMREADER_H
66
#define BARCODE_EXTRACTOR_BAMREADER_H
7-
#include <htslib/sam.h>
7+
#include "htslib/sam.h"
88
#include <string>
99
class AlignedReads
1010
{

0 commit comments

Comments
 (0)