Skip to content

Commit

Permalink
fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Mar 22, 2024
1 parent 9b568db commit ac9fe62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/vcfwriter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vcf-writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ using namespace std;
//' bw$addSample("NA12878")
//' bw$addSample("NA12879")
//' s1 <- "chr20\t2006060\trs146931526\tG\tC\t100\tPASS\tAF=0.04\tGT\t1|0\t1|1"
//' bw$writeline(s1)
//' tryCatch((bw$writeline(s1)), error=function(e) e)
//' bw$close()
//' file.remove(outvcf)
class vcfwriter {
Expand Down

0 comments on commit ac9fe62

Please sign in to comment.