Skip to content

Commit

Permalink
ah
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Mar 21, 2024
1 parent c798eac commit b7621d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ tableFormat <- function(vcffile, region, samples, format, ids, qualval, pass, IN
#' bw$addFORMAT("GT", "1", "String", "Genotype");
#' bw$addSample("NA12878")
#' bw$addSample("NA12879")
#' s1 <- "chr20\t2006060\trs146931526\tG\tC\t100\tPASS\tAF=0.000998403\tGT\t1|0\t1|1"
#' s1 <- "chr20\t2006060\trs146931526\tG\tC\t100\tPASS\tAF=0.04\tGT\t1|0\t1|1"
#' bw$writeline(s1)
#' bw$close()
#' file.remove(outvcf)
Expand Down
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 @@ -45,7 +45,7 @@ using namespace std;
//' bw$addFORMAT("GT", "1", "String", "Genotype");
//' bw$addSample("NA12878")
//' bw$addSample("NA12879")
//' s1 <- "chr20\t2006060\trs146931526\tG\tC\t100\tPASS\tAF=0.000998403\tGT\t1|0\t1|1"
//' s1 <- "chr20\t2006060\trs146931526\tG\tC\t100\tPASS\tAF=0.04\tGT\t1|0\t1|1"
//' bw$writeline(s1)
//' bw$close()
//' file.remove(outvcf)
Expand Down

0 comments on commit b7621d4

Please sign in to comment.