Skip to content

Commit

Permalink
more info in seqBED2GDS()
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Sep 21, 2024
1 parent 97067e6 commit 8ea07c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SeqArray
Type: Package
Title: Data Management of Large-Scale Whole-Genome Sequence Variant Calls
Version: 1.44.2
Date: 2024-09-12
Version: 1.45.3
Date: 2024-09-21
Depends: R (>= 3.5.0), gdsfmt (>= 1.31.1)
Imports: methods, parallel, IRanges, GenomicRanges, GenomeInfoDb, Biostrings,
S4Vectors
Expand Down
2 changes: 2 additions & 0 deletions R/Conversion.R
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ seqBED2GDS <- function(bed.fn, fam.fn, bim.fn, out.gdsfn,
dstfile <- createfn.gds(out.gdsfn)
# close the file at the end
on.exit({ closefn.gds(dstfile) }, add=TRUE)
if (verbose)
cat(" Output:\n ", out.gdsfn, "\n", sep="")

put.attr.gdsn(dstfile$root, "FileFormat", "SEQ_ARRAY")
put.attr.gdsn(dstfile$root, "FileVersion", "v1.0")
Expand Down

0 comments on commit 8ea07c8

Please sign in to comment.