summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2017-08-21
|\
| * gnu: Add r-annotationfilter.Ricardo Wurmus2017-08-20
| | | | | | | | * gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
| * gnu: Add r-methylkit.Ricardo Wurmus2017-08-17
| | | | | | | | * gnu/packages/bioinformatics.scm (r-methylkit): New variable.
| * gnu: Add r-qvalue.Ricardo Wurmus2017-08-17
| | | | | | | | * gnu/packages/bioinformatics.scm (r-qvalue): New variable.
| * gnu: Add r-fastseg.Ricardo Wurmus2017-08-17
| | | | | | | | * gnu/packages/bioinformatics.scm (r-fastseg): New variable.
| * gnu: Add r-annotationhub.Ricardo Wurmus2017-08-17
| | | | | | | | * gnu/packages/bioinformatics.scm (r-annotationhub): New variable.
| * gnu: Add r-interactivedisplaybase.Ricardo Wurmus2017-08-17
| | | | | | | | * gnu/packages/bioinformatics.scm (r-interactivedisplaybase): New variable.
| * gnu: r-mzr: Fix building on aarch64 and armhf.Efraim Flashner2017-08-16
| | | | | | | | * gnu/packages/bioinformatics.scm (r-mzr)[inputs]: Add boost.
| * gnu: diamond: Update to 0.9.10.Ben Woodcroft2017-08-15
| | | | | | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.10.
| * gnu: bcftools: Fix building on aarch64.Efraim Flashner2017-08-15
| | | | | | | | | | | | * gnu/packages/patches/bcftools-regidx-unsigned-char.patch: New file. * gnu/packages/bioinformatics.scm (bcftools)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Register it.
* | Merge branch 'master' into core-updatesMark H Weaver2017-08-15
|\|
| * gnu: Add bismark.Ricardo Wurmus2017-08-14
| | | | | | | | * gnu/packages/bioinformatics.scm (bismark): New variable.
| * gnu: Add r-dexseq.Ricardo Wurmus2017-08-14
| | | | | | | | * gnu/packages/bioinformatics.scm (r-dexseq): New variable.
* | Merge branch 'master' into core-updatesMark H Weaver2017-08-09
|\|
| * gnu: r-wgcna: Update to 1.61.Ricardo Wurmus2017-08-09
| | | | | | | | | | * gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.61. [propagated-inputs]: Add r-rcpp, r-robust, r-survival.
| * gnu: Add reference to (gnu packages graph).Ricardo Wurmus2017-08-09
| | | | | | | | This is a follow-up to 1738138cb3a48ed2f55c59c8d7c6ce12a4c4dcb3.
* | Merge branch 'master' into core-updatesMark H Weaver2017-08-07
|\|
| * gnu: r-bsgenome-hsapiens-ucsc-hg19: Restore original hash.Tobias Geerinckx-Rice2017-08-07
| | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-ucsc-hg19)[source]: Restore hash from before the tarball changed in place. It changed back. This reverts commit fd4085793818ab2aea28dfeeb2728f6f02416c4c.
* | Merge branch 'master' into core-updatesMark H Weaver2017-08-06
|\|
| * gnu: bioinformatics.scm: Use (gnu packages cran) module.Efraim Flashner2017-08-03
| | | | | | | | | | | | This is a follow up to a8cba9dd112528d67a946eee057c838221eb5249. * gnu/packages/bioinformatics.scm: Add (gnu packages cran) to #:use-modules.
| * gnu: r-seqminer: Update to 6.0.Ricardo Wurmus2017-08-03
| | | | | | | | * gnu/packages/bioinformatics.scm (r-seqminer): Update to 6.0.
| * gnu: r-wgcna: Update to 1.60.Ricardo Wurmus2017-08-03
| | | | | | | | * gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.60.
| * gnu: r-qtl: Update to 1.41-6.Ricardo Wurmus2017-08-03
| | | | | | | | * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.41-6.
| * gnu: r-seqinr: Update to 3.4-5.Ricardo Wurmus2017-08-03
| | | | | | | | * gnu/packages/bioinformatics.scm (r-seqinr): Update to 3.4-5.
| * gnu: r-optparse: Update to 1.4.4.Ricardo Wurmus2017-08-03
| | | | | | | | * gnu/packages/bioinformatics.scm (r-optparse): Update to 1.4.4.
| * gnu: r-bookdown: Update to 0.4.Ricardo Wurmus2017-08-03
| | | | | | | | * gnu/packages/bioinformatics.scm (r-bookdown): Update to 0.4.
| * gnu: htseq: Use PyPI URI.Ben Woodcroft2017-08-03
| | | | | | | | | | | | This is a follow-up to 92971d68ac942cd4a38092b4ccb20a8192a56aaf. * gnu/packages/bioinformatics.scm (htseq)[source]: Use 'pypi-uri'.
| * gnu: htseq: Update to 0.9.1.Ben Woodcroft2017-08-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (htseq): Update to 0.9.1. [arguments]: Use python-3 by removing field. [native-inputs]: Add 'python-cython'. [propagated-inputs]: Use python3 numpy package. [inputs]: Use python3 pysam package. Add 'python-matplotlib'. (python2-htseq): New variable. (clipper)[inputs]: Use it.
| * gnu: r-deseq2: Update to 1.16.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.16.1.
| * gnu: r-annotationforge: Update to 1.18.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.18.1.
| * gnu: r-category: Update to 2.42.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-category): Update to 2.42.1.
| * gnu: r-biocstyle: Update to 2.4.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.4.1.
| * gnu: r-dnacopy: Update to 1.50.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.50.1.
| * gnu: r-iranges: Update to 2.10.2.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-iranges): Update to 2.10.2.
| * gnu: r-genomeinfodb: Update to 1.12.2.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.12.2.
| * gnu: r-variantannotation: Update to 1.22.3.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.22.3.
| * gnu: r-limma: Update to 3.32.5.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-limma): Update to 3.32.5.
| * gnu: r-biobase: Update to 2.36.2.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-biobase): Update to 2.36.2.
| * gnu: r-annotationdbi: Update to 1.38.2.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.38.2.
| * gnu: r-biomart: Update to 2.32.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-biomart): Update to 2.32.1.
| * gnu: r-biocparallel: Update to 1.10.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.10.1.
| * gnu: r-biostrings: Update to 2.44.2.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.44.2.
| * gnu: r-delayedarray: Update to 0.2.7.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.2.7.
| * gnu: r-summarizedexperiment: Update to 1.6.3.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.6.3.
| * gnu: r-genomicalignments: Update to 1.12.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.12.1.
| * gnu: r-rtracklayer: Update to 1.36.4.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.36.4.
| * gnu: r-genomicfeatures: Update to 1.28.4.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.28.4.
| * gnu: r-copywriter: Update to 2.8.1.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.8.1.
| * gnu: r-sva: Update to 3.24.4.Roel Janssen2017-08-02
| | | | | | | | * gnu/packages/bioinformatics.scm (r-sva): Update to 3.24.4.
* | gnu: perl: Work around more "dotless @INC" build issues.Ludovic Courtès2017-08-05
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (perl-www-curl)[arguments]: Add 'set-search-path' phase. * gnu/packages/bioinformatics.scm (ngs-sdk)[arguments]: Augment 'configure' phase to set PERL5LIB. * gnu/packages/image.scm (steghide)[arguments]: Add #:phases argument.