Skip to content

Commit 460f9c5

Browse files
committed
version bump for BioC release
1 parent d6bd8cc commit 460f9c5

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ r_binary_packages:
1111
- rmarkdown
1212
- knitr
1313

14-
# Install packages from github
15-
r_github_packages:
16-
- zhengxwen/gdsfmt
14+
bioc_packages:
15+
- gdsfmt
1716

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SeqArray
22
Type: Package
33
Title: Data Management of Large-scale Whole-genome Sequence Variant Calls
4-
Version: 1.25.6
5-
Date: 2019-10-23
4+
Version: 1.26.0
5+
Date: 2019-10-31
66
Depends: R (>= 3.5.0), gdsfmt (>= 1.18.0)
77
Imports: methods, parallel, IRanges, GenomicRanges, GenomeInfoDb, Biostrings,
88
S4Vectors
@@ -16,7 +16,7 @@ Authors@R: c(person("Xiuwen", "Zheng", role=c("aut", "cre"),
1616
person("Cathy", "Laurie", role="ctb"))
1717
Description: Data management of large-scale whole-genome sequencing variant
1818
calls with thousands of individuals: genotypic data (e.g., SNVs, indels
19-
and structural variation calls) and annotations in SeqArray files are
19+
and structural variation calls) and annotations in SeqArray GDS files are
2020
stored in an array-oriented and compressed manner, with efficient data
2121
access using the R programming language.
2222
License: GPL-3

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ environment:
1919
BIOC_USE_DEVEL: FALSE
2020

2121
build_script:
22-
- travis-tool.sh install_github zhengxwen/gdsfmt
2322
- travis-tool.sh install_bioc_deps
2423
- travis-tool.sh install_deps
2524

vignettes/OverviewSlides.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,6 @@ Department of Biostatistics at University of Washington -- Seattle
225225

226226
Genetic Analysis Center:
227227

228-
- Dr. Stephanie M. Gogarten
229-
- Dr. David Levine
230-
- Dr. Cathy Laurie
228+
- Stephanie M. Gogarten
229+
- David Levine
230+
- Cathy Laurie

0 commit comments

Comments
 (0)