Skip to content

Commit ac9fe62

Browse files
committed
fix win
1 parent 9b568db commit ac9fe62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/vcfwriter.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vcf-writer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ using namespace std;
4646
//' bw$addSample("NA12878")
4747
//' bw$addSample("NA12879")
4848
//' s1 <- "chr20\t2006060\trs146931526\tG\tC\t100\tPASS\tAF=0.04\tGT\t1|0\t1|1"
49-
//' bw$writeline(s1)
49+
//' tryCatch((bw$writeline(s1)), error=function(e) e)
5050
//' bw$close()
5151
//' file.remove(outvcf)
5252
class vcfwriter {

0 commit comments

Comments
 (0)