summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Collapse)AuthorAge
* gnu: Rename "guile-next" to "guile".Ludovic Courtès2017-03-19
| | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-next): Rename to... (guile-2.2): ... this. Update users. [name]: Change to "guile". [synopsis]: Remove. [properties]: Remove 'upstream-name', 'ftp-server', and 'ftp-directory'. * gnu/packages/bioinformatics.scm (rcas-web): Update accordingly. * gnu/packages/tls.scm (gnutls/guile-2.2): Likewise. * tests/guix-build.sh: Use 'guile@2.2' instead of 'guile-next'. * doc/guix.texi (Package Transformation Options): Update examples that referred to "guile-next".
* gnu: r: Rename to r-minimal.Ricardo Wurmus2017-03-17
| | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r): Rename to... (r-minimal): ...this new variable. (r-with-recommended-packages): Rename to... (r): ...this. * guix/build-system/r.scm (default-r): Reference r-minimal. * gnu/packages/emacs.scm (emacs-ess)[inputs], gnu/packages/machine-learning.scm (shogun)[inputs], gnu/packages/python.scm (python-rpy2)[inputs], gnu/packages/bioinformatics.scm (ribotaper)[inputs], (couger)[propagated-inputs], (roary)[inputs], (rsem)[inputs], (rcas-web)[inputs]: Change "r" to "r-minimal".
* gnu: r: Do not build recommended packages.Ricardo Wurmus2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r)[arguments]: Rename phase "build-recommended-packages-reproducibly" to "build-reproducibly"; add configure flag "--without-recommended-packages". * guix/import/cran.scm (default-r-packages): Remove recommended packages. * gnu/packages/python.scm (python-rpy2)[inputs]: Add r-survival. * gnu/packages/bioinformatics.scm (r-ape)[propagated-inputs]: Add r-lattice and r-nlme. (r-vegan)[propagated-inputs]: Add r-mass. (r-genefilter)[propagated-inputs]: Add r-survival. (r-grohmm)[propagated-inputs]: Add r-mass. (r-bioccheck)[propagated-inputs]: Add r-codetools. (r-summarizedexperiment)[propagated-inputs]: Add r-matrix. (r-topgo)[propagated-inputs]: Add r-lattice. (r-sva)[propagated-inputs]: Add r-mgcv. (r-raremetals2)[propagated-inputs]: Add r-mass. (r-vsn)[propagated-inputs]: Add r-lattice. (r-pcamethods)[propagated-inputs]: Add r-mass. * gnu/packages/bioinformatics.scm (r-ggplot2)[propagated-inputs]: Add r-mass. (r-locfit)[propagated-inputs]: Add r-lattice. (r-coda)[propagated-inputs]: Add r-lattice. (r-irlba)[propagated-inputs]: Add r-matrix. (r-glmnet)[propagated-inputs]: Add r-matrix. (r-e1071)[propagated-inputs]: Add r-class. (r-spams)[propagated-inputs]: Add r-lattice and r-matrix. (r-hmisc)[propagated-inputs]: Add r-cluster, r-foreign, r-lattice, r-nnet, and r-rpart. (r-zoo)[propagated-inputs]: Add r-lattice. (r-mixtools)[propagated-inputs]: Add r-boot and r-mass. (r-flexmix)[propagated-inputs]: Add r-lattice and r-nnet. (r-prabclus)[propagated-inputs]: Add r-mass. (r-fpc)[propagated-inputs]: Add r-class, r-cluster, and r-mass. (r-rcppeigen)[propagated-inputs]: Add r-matrix. (r-matrixmodels)[propagated-inputs]: Add r-matrix. (r-lme4)[propagated-inputs]: Add r-mass and r-nlme. (r-pbkrtest)[propagated-inputs]: Add r-mass and r-matrix. (r-car)[propagated-inputs]: Add r-mass, r-mgcv, and r-nnet. (r-tclust)[propagated-inputs]: Add r-cluster.
* gnu: Add r-seurat.Raoul Jean Pierre Bonnal2017-03-16
| | | | | | * gnu/packages/bioinformatics.scm (r-seurat): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: sra-tools: Update to 2.8.2-1.Ricardo Wurmus2017-03-16
| | | | | * gnu/packages/bioinformatics.scm (sra-tools): Update to 2.8.2-1. [arguments]: Add DEFAULT_CRT and DEFAULT_KFG to make flags.
* gnu: ncbi-vdb: Install configuration files.Ricardo Wurmus2017-03-16
| | | | | * gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Add phase "install-configuration-files".
* gnu: ncbi-vdb: Override search path for java-ngs.Ricardo Wurmus2017-03-16
| | | | | | * gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Patch "package.prl" to ensure that java-ngs is found by the configure script; remove configure flag "--with-ngs-java-prefix".
* gnu: ncbi-vdb: Use modify-phases syntax.Ricardo Wurmus2017-03-16
| | | | | * gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Use modify-phases syntax.
* gnu: ncbi-vdb: Update to 2.8.2.Ricardo Wurmus2017-03-16
| | | | * gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.8.2.
* gnu: ngs-sdk: Update to 1.3.0.Ricardo Wurmus2017-03-16
| | | | * gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.3.0.
* gnu: Use INSTALL-FILE where appropriate.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | | | | | * gnu/packages/admin.scm (wpa-supplicant-minimal): Substitute the simpler INSTALL-FILE for COPY-FILE when invoked with redundant arguments. * gnu/packages/bioinformatics.scm (couger, aragorn, express-beta-diversity, edirect, fasttree, rsem, samtools-0.1): Likewise. * gnu/packages/code.scm (withershins): Likewise. * gnu/packages/conky.scm (conky): Likewise. * gnu/packages/debug.scm (delta, american-fuzzy-lop): Likewise. * gnu/packages/emacs.scm (emacs-mit-scheme-doc): Likewise. * gnu/packages/engineering.scm (librecad): Likewise.
* gnu: samtools: End installation phases with truth.Tobias Geerinckx-Rice2017-03-15
| | | | | * gnu/packages/bioinformatics.scm (samtools, samtools-0.1)[arguments]: Return #T instead of the undefined results of COPY-FILE or INSTALL-FILE.
* gnu: vsearch: Update to 2.4.2.Ben Woodcroft2017-03-11
| | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.2.
* gnu: Add r-ape.Raoul Jean Pierre Bonnal2017-03-11
| | | | | | * gnu/packages/bioinformatics.scm (r-ape): New variable. Co-authored-by: Ben Woodcroft <donttrustben@gmail.com>
* gnu: hmmer: Build reproducibly.Ben J. Woodcroft2017-03-10
| | | | | * gnu/packages/patches/hmmer-remove-cpu-specificity.patch: New file. * gnu/packages/bioinformatics.scm (hmmer): Use it.
* gnu: Add sambamba.Ricardo Wurmus2017-03-10
| | | | | * gnu/packages/bioinformatics.scm (htslib-for-sambamba, sambamba): New variables.
* Merge branch 'python-tests'Marius Bakke2017-03-03
|\
| * gnu: ribodiff: Fix test failure.Marius Bakke2017-02-27
| | | | | | | | | | * gnu/packages/bioinformatics.scm (ribodiff)[native-inputs]: Add PYTHON2-MOCK and PYTHON2-NOSE.
| * gnu: python-dendropy: Fix failing tests.Ricardo Wurmus2017-02-24
| | | | | | | | | | | | * gnu/packages/patches/python-dendropy-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bioinformatics.scm (python-dendropy)[source]: Add patch.
| * Merge branch 'master' into python-testsMarius Bakke2017-02-13
| |\
| * \ Merge branch 'master' into python-testsLeo Famulari2017-01-13
| |\ \
| * | | gnu: pbtranscript-tofu: Disable tests.Marius Bakke2016-12-16
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (pbtranscript-tofu)[arguments]: Set #:tests? #f.
| * | | gnu: multiqc: Fix test dependencies.Marius Bakke2016-12-16
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (multiqc)[native-inputs]: Add python-nose.
| * | | gnu: idr: Remove explicit wrapper. This is now done implicitly.Marius Bakke2016-12-16
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (idr)[arguments]: Remove #:phases.
| * | | gnu: idr: Correct inputs.Marius Bakke2016-12-16
| | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (idr)[inputs]: Move everything from here ... [propagated-inputs]: ... to here. Add python-sympy.
| * | | gnu: idr: Disable tests.Marius Bakke2016-12-16
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (idr)[arguments]: Set #:tests? #f.
| * | | gnu: deeptools: Fix test dependency.Marius Bakke2016-12-16
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (deeptools)[native-inputs]: Add python-nose.
| * | | gnu: clipper: Fix test dependency.Marius Bakke2016-12-16
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (clipper)[native-inputs]: Add python2-nose.
| * | | gnu: python-biom-format: Fix tests.Marius Bakke2016-12-14
| | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (python-biom-format, python2-biom-format)[native-inputs]: Add python-nose.
* | | | gnu: diamond: Update to 0.8.36.Ben Woodcroft2017-03-02
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.36.
* | | | gnu: bamtools: Update to 2.4.1.Ricardo Wurmus2017-02-28
| |_|/ |/| | | | | | | | * gnu/packages/bioinformatics.scm (bamtools): Update to 2.4.1.
* | | gnu: vsearch: Update to 2.4.0.Ben Woodcroft2017-02-09
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.0. [source]: Convert most operations in the snippet to patch form and adjust for 2.4.0. * gnu/packages/patches/vsearch-unbundle-cityhash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | | gnu: r-edger: Add r-statmod to inputs.Ricardo Wurmus2017-02-01
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-edger)[propagated-inputs]: Add r-statmod.
* | | download: url-fetch/tarball: Make ‘name’ truly optional.Tobias Geerinckx-Rice2017-02-01
| | | | | | | | | | | | | | | | | | | | | | | | * guix/download.scm (url-fetch/tarbomb): Fall back to ‘file-name’ if ‘name’ is #f, like the regular ‘url-fetch’ does. * gnu/packages/bioinformatics.scm (muscle)[source]: Remove ‘file-name’. * gnu/packages/engineering.scm (fastcap)[source]: Likewise. * gnu/packages/scheme.scm (scmutils)[source]: Likewise.
* | | gnu: Add r-rhdf5.Raoul Jean Pierre Bonnal2017-01-31
| | |
* | | gnu: Add r-tximport.Raoul Jean Pierre Bonnal2017-01-31
| | |
* | | gnu: Add r-bsgenome-hsapiens-1000genomes-hs37d5.Roel Janssen2017-01-30
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-1000genomes-hs37d5): New variable.
* | | gnu: r-vegan: Update to 2.4-2.Ben Woodcroft2017-01-21
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-2.
* | | gnu: diamond: Update to 0.8.34.Ben Woodcroft2017-01-21
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.34.
* | | gnu: r-msnid: Expand abbreviation in description.Ricardo Wurmus2017-01-20
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-msnid)[description]: Expand "MS/MS" to "tandem mass spectrometry".
* | | gnu: r-msnbase: Expand abbreviation in description.Ricardo Wurmus2017-01-20
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-msnbase)[description]: Expand "MS" to "mass spectrometry".
* | | gnu: multiqc: Add python-nose to inputs.Ricardo Wurmus2017-01-18
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Add python-nose.
* | | gnu: Add r-msnid.Ricardo Wurmus2017-01-17
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-msnid): New variable.
* | | gnu: Add r-msnbase.Ricardo Wurmus2017-01-17
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-msnbase): New variable.
* | | gnu: Add r-pcamethods.Ricardo Wurmus2017-01-17
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-pcamethods): New variable.
* | | gnu: Add r-mzid.Ricardo Wurmus2017-01-17
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-mzid): New variable.
* | | gnu: Add r-vsn.Ricardo Wurmus2017-01-17
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-vsn): New variable.
* | | gnu: Add r-affy.Ricardo Wurmus2017-01-17
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-affy): New variable.
* | | gnu: Add r-affyio.Ricardo Wurmus2017-01-17
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-affyio): New variable.
* | | gnu: Add r-mzr.Ricardo Wurmus2017-01-17
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-mzr): New variable.