File: README.test

package info (click to toggle)
r-bioc-variantannotation 1.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,172 kB
  • ctags: 109
  • sloc: ansic: 1,088; sh: 4; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,506 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by running the provided test:

LC_ALL=C R --no-save <<EOT
require("VariantAnnotation") || stop("unable to load VariantAnnotation package")
VariantAnnotation:::.test()
EOT

in order to confirm its integrity.

To successfully run this test you need some BioConductor databases as
preconditions.  Since these are not packaged for Debian the according
tests are removed from the test suite of this package.

If you want to install the as Debian packages you can use:

   svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-txdb.hsapiens.ucsc.hg19.knowngene/trunk/

Further databases

   http://bioconductor.org/packages/release/data/annotation/html/SIFT.Hsapiens.dbSNP132.html
   http://bioconductor.org/packages/release/data/annotation/html/PolyPhen.Hsapiens.dbSNP131.html
   http://bioconductor.org/packages/release/data/annotation/html/BSgenome.Hsapiens.UCSC.hg19.html

will be needed as well but these are not yet packaged.

Finally you would need to re-activate the according tests by moving the
original files from inst/unitTests to the installation directory or you
rebuild this package by deactivating the patch in the series file.


ATTENTION: There will be one failed test until the package

   r-bioc-snpstats

will be available.

 -- Andreas Tille <tille@debian.org>  Thu, 24 Jul 2014 08:35:54 +0200