diff options
| author | Roel Janssen <roel@gnu.org> | 2017-01-30 12:11:04 +0100 |
|---|---|---|
| committer | Roel Janssen <roel@gnu.org> | 2017-01-30 12:11:04 +0100 |
| commit | aa3eeeb5420524a2ba23b8484534cefe5ab181a9 (patch) | |
| tree | ed2e196d4a7bd281135290af1dc78ce32c1fecc1 | |
| parent | 01be4f939e09fb39de18d477bb48e87004de7439 (diff) | |
gnu: Add r-bsgenome-hsapiens-1000genomes-hs37d5.
* gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-1000genomes-hs37d5):
New variable.
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3bf352193c7..c605c58ea6e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -6885,6 +6885,37 @@ dependencies between GO terms can be implemented and applied.") | |||
| 6885 | genome data packages and support for efficient SNP representation.") | 6885 | genome data packages and support for efficient SNP representation.") |
| 6886 | (license license:artistic2.0))) | 6886 | (license license:artistic2.0))) |
| 6887 | 6887 | ||
| 6888 | (define-public r-bsgenome-hsapiens-1000genomes-hs37d5 | ||
| 6889 | (package | ||
| 6890 | (name "r-bsgenome-hsapiens-1000genomes-hs37d5") | ||
| 6891 | (version "0.99.1") | ||
| 6892 | (source (origin | ||
| 6893 | (method url-fetch) | ||
| 6894 | ;; We cannot use bioconductor-uri here because this tarball is | ||
| 6895 | ;; located under "data/annotation/" instead of "bioc/". | ||
| 6896 | (uri (string-append "http://www.bioconductor.org/packages/" | ||
| 6897 | "release/data/annotation/src/contrib/" | ||
| 6898 | "BSgenome.Hsapiens.1000genomes.hs37d5_" | ||
| 6899 | version ".tar.gz")) | ||
| 6900 | (sha256 | ||
| 6901 | (base32 | ||
| 6902 | "1cg0g5fqmsvwyw2p9hp2yy4ilk21jkbbrnpgqvb5c36ihjwvc7sr")))) | ||
| 6903 | (properties | ||
| 6904 | `((upstream-name . "BSgenome.Hsapiens.1000genomes.hs37d5"))) | ||
| 6905 | (build-system r-build-system) | ||
| 6906 | ;; As this package provides little more than a very large data file it | ||
| 6907 | ;; doesn't make sense to build substitutes. | ||
| 6908 | (arguments `(#:substitutable? #f)) | ||
| 6909 | (propagated-inputs | ||
| 6910 | `(("r-bsgenome" ,r-bsgenome))) | ||
| 6911 | (home-page | ||
| 6912 | "http://www.bioconductor.org/packages/BSgenome.Hsapiens.1000genomes.hs37d5/") | ||
| 6913 | (synopsis "Full genome sequences for Homo sapiens") | ||
| 6914 | (description | ||
| 6915 | "This package provides full genome sequences for Homo sapiens from | ||
| 6916 | 1000genomes phase2 reference genome sequence (hs37d5), based on NCBI GRCh37.") | ||
| 6917 | (license license:artistic2.0))) | ||
| 6918 | |||
| 6888 | (define-public r-impute | 6919 | (define-public r-impute |
| 6889 | (package | 6920 | (package |
| 6890 | (name "r-impute") | 6921 | (name "r-impute") |
