Skip to content

Commit 3300f9e

Browse files
committed
debug
1 parent b7621d4 commit 3300f9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vcfpp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,7 @@ class BcfWriter
15821582
str.push_back('\0'); // don't forget string has no \0;
15831583
kstring_t s = {vcfline.length(), vcfline.length(), &str[0]}; // kstring
15841584
ret = vcf_parse(&s, header.hdr, b.get());
1585+
std::cout << ret << ", ret\n";
15851586
if(ret > 0) throw std::runtime_error("error parsing: " + vcfline + "\n");
15861587
if(b->errcode == BCF_ERR_CTG_UNDEF)
15871588
{

0 commit comments

Comments
 (0)