summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Collapse)AuthorAge
* gnu: methyldackel: Update to 0.5.1.Ricardo Wurmus2020-11-15
| | | | | | * gnu/packages/bioinformatics.scm (methyldackel): Update to 0.5.1. [arguments]: Link with libbigwig. [inputs]: Add curl and libbigwig; replace htslib with htslib-1.9.
* gnu: Fix build for python-pysam.Roel Janssen2020-11-13
| | | | | * gnu/packages/bioinformatics.scm (python-pysam): Use htslib-1.9, samtools-1.9, and bcftools-1.9.
* gnu: Add bcftools-1.9.Roel Janssen2020-11-13
| | | | * gnu/packages/bioinformatics.scm (bcftools-1.9): New variable.
* gnu: bedtools: Use samtools-1.9.Roel Janssen2020-11-13
| | | | | | | | The build for bedtools with samtools 1.11 triggers a testsuite failure which is reported here: https://github.com/arq5x/bedtools2/issues/814 * gnu/packages/bioinformatics.scm (bedtools): Use samtools-1.9.
* gnu: Add samtools-1.9.Roel Janssen2020-11-13
| | | | * gnu/packages/bioinformatics.scm (samtools-1.9): New variable.
* gnu: Add htslib-1.9.Roel Janssen2020-11-13
| | | | * gnu/packages/bioinformatics.scm (htslib-1.9): New variable.
* gnu: macs: Remove generated code.Efraim Flashner2020-11-09
| | | | | | * gnu/packages/bioinformatics.scm (macs)[source]: Add snippet to remove cython generated code. [native-inputs]: Add python-cython.
* gnu: macs: Update check phase.Efraim Flashner2020-11-09
| | | | | * gnu/packages/bioinformatics.scm (macs)[arguments]: Don't delete 'check phase before using custom 'check phase.
* gnu: macs: Update source, home-page URIs.Efraim Flashner2020-11-09
| | | | | * gnu/packages/bioinformatics.scm (macs)[source, home-page]: Update URIs to new location.
* gnu: Update samtools to 1.11.Roel Janssen2020-10-29
| | | | * gnu/packages/bioinformatics.scm (samtools): Update to 1.11.
* gnu: Update bcftools to 1.11.Roel Janssen2020-10-29
| | | | * gnu/packages/bioinformatics.scm (bcftools): Update to 1.11.
* gnu: Update htslib to 1.11.Roel Janssen2020-10-29
| | | | * gnu/packages/bioinformatics.scm (htslib): Update to 1.11.
* gnu: imp: Update to 2.13.0.Ludovic Courtès2020-10-23
| | | | * gnu/packages/bioinformatics.scm (imp): Update to 2.13.0.
* gnu: htslib: Enable support for custom URI schemes.Roel Janssen2020-10-07
| | | | * gnu/packages/bioinformatics.scm (htslib)[arguments]: Enable support for custom URIs.
* gnu: r-gqtlbase: Update to 1.20.4.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioinformatics.scm (r-gqtlbase): Update to 1.20.4.
* gnu: r-rhdf5: Update to 2.32.3.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.3.
* gnu: r-biocstyle: Update to 2.16.1.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.16.1.
* gnu: mafft: Update to 7.471.Mădălin Ionel Patrașcu2020-09-25
| | | | | | * gnu/packages/bioinformatics.scm (mafft): Update to 7.471. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: mafft: Use HTTPS home page URI.Nicolas Goaziou2020-09-22
| | | | * gnu/packages/bioinformatics.scm (mafft)[home-page, license]: Use HTTPS URI.
* gnu: r-fithic: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-fithic): Move from here... * gnu/packages/bioconductor.scm (r-fithic): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-hitc: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-hitc): Move from here... * gnu/packages/bioconductor.scm (r-hitc): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-hdf5array: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-hdf5array): Move from here... * gnu/packages/bioconductor.scm (r-hdf5array): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-rhdf5lib: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-rhdf5lib): Move from here... * gnu/packages/bioconductor.scm (r-rhdf5lib): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-beachmat: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-beachmat): Move from here... * gnu/packages/bioconductor.scm (r-beachmat): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-singlecellexperiment: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-singlecellexperiment): Move from here... * gnu/packages/bioconductor.scm (r-singlecellexperiment): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-scater: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-scater): Move from here... * gnu/packages/bioconductor.scm (r-scater): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-scran: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-scran): Move from here... * gnu/packages/bioconductor.scm (r-scran): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-delayedmatrixstats: Move to (gnu packages bioconductor).zimoun2020-09-14
| | | | | | | * gnu/packages/bioinformatics.scm (r-delayedmatrixstats): Move from here... * gnu/packages/bioconductor.scm (r-delayedmatrixstats): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-absfiltergsea: Move to (gnu packages cran).zimoun2020-09-11
| | | | | | | * gnu/packages/bioinformatics.scm (r-absfiltergsea): Move from here... * gnu/packages/cran.scm (r-absfiltergsea): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-diversitree: Move to (gnu packages cran).zimoun2020-09-11
| | | | | | | * gnu/packages/bioinformatics.scm (r-diversitree): Move from here... * gnu/packages/cran.scm (r-diversitree): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-phangorn: Move to (gnu packages cran).zimoun2020-09-11
| | | | | | | * gnu/packages/bioinformatics.scm (r-phangorn): Move from here... * gnu/packages/cran.scm (r-phangorn): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-seurat: Move to (gnu packages cran).zimoun2020-09-11
| | | | | | | * gnu/packages/bioinformatics.scm (r-seurat): Move from here... * gnu/packages/cran.scm (r-seurat): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-maldiquant: Move to (gnu packages cran).zimoun2020-09-11
| | | | | | | * gnu/packages/bioinformatics.scm (r-maldiquant): Move from here... * gnu/packages/cran.scm (r-maldiquant): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-seqminer: Move to (gnu packages cran).zimoun2020-09-11
| | | | | | | * gnu/packages/bioinformatics.scm (r-seqminer): Move from here... * gnu/packages/cran.scm (r-seqminer): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-qtl2: Move to (gnu packages cran).zimoun2020-09-11
| | | | | | | * gnu/packages/bioinformatics.scm (r-qtl2): Move from here... * gnu/packages/cran.scm (r-qtl2): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-qtl: Move to (gnu packages cran).zimoun2020-09-11
| | | | | | | * gnu/packages/bioinformatics.scm (r-qtl): Move from here... * gnu/packages/cran.scm (r-qtl): ...to here. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Move r-bisquerna.Roel Janssen2020-09-10
| | | | | * gnu/packages/bioinformatics.scm (r-bisquerna): Move to ... * gnu/packages/cran.scm: ... here.
* Revert "gnu: Add r-loomr."Ricardo Wurmus2020-09-09
| | | | | | This reverts commit 1f56ec08af704bdc7aa3e143bf5ce351c5306dea. This package is not free software.
* gnu: Add r-bisquerna.Roel Janssen2020-09-09
| | | | * gnu/packages/bioinformatics.scm (r-bisquerna): New variable.
* gnu: Add r-loomr.Roel Janssen2020-09-09
| | | | * gnu/packages/bioinformatics.scm (r-loomr): New variable.
* gnu: seqmagick: Update to 0.8.0.Andreas Enge2020-09-05
| | | | * gnu/packages/bioinformatics.scm (seqmagick): Update to 0.8.0.
* gnu: delly: Update to 0.8.3.Efraim Flashner2020-08-30
| | | | | * gnu/packages/bioinformatics.scm (delly): Update to 0.8.3. [inputs]: Order alphabetically.
* gnu: vcflib: Install pkgconfig file.Efraim Flashner2020-08-27
| | | | | * gnu/packages/bioinformatics.scm (vcflib)[arguments]: Adjust custom 'install phase to add vcflib.pc.
* gnu: vcflib: Use shared libraries.Efraim Flashner2020-08-27
| | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (vcflib)[source]: Add patch. Add snippet to adjust files for new locations. [inputs]: Add fastahack, smithwaterman, tabixpp, xz. [native-inputs]: Add pkg-config. Remove the package-source of fastahack, fsom, smithwaterman, tabixpp. [arguments]: Remove make-flags. Add custom phase to add the output lib directory to the rpath. Adjust custom 'unpack-submodule-sources for the change in native-inputs. Adjust custom 'install phase to also install libraries and headers. * gnu/packages/patches/vcflib-use-shared-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: fastahack: Install pkgconfig file.Efraim Flashner2020-08-27
| | | | | * gnu/packages/bioinformatics.scm (fastahack)[arguments]: Adjust custom 'install phase to add fastahack.pc.
* gnu: fastahack: Build and install shared library and headers.Efraim Flashner2020-08-27
| | | | | | * gnu/packages/bioinformatics.scm (fastahack)[arguments]: Add phase to build PIE objects. Add custom phase to build dynamic library. Adjust custom 'install phase to install shared library and headers.
* gnu: smithwaterman: Install pkgconfig file.Efraim Flashner2020-08-27
| | | | | * gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: Adjust custom 'install phase to add smithwaterman.pc file.
* gnu: smithwaterman: Build and install shared library and headers.Efraim Flashner2020-08-27
| | | | | | | * gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: Add custom phase to build PIE objects. Add custom 'build-dynamic phase to build dynamic library. Adjust custom 'install phase to install shared library and headers.
* gnu: tabixpp: Install pkgconfig file.Efraim Flashner2020-08-27
| | | | | * gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Adjust custom 'install phase to add tabixpp.pc file.
* gnu: tabixpp: Build and install shared library and headers.Efraim Flashner2020-08-27
| | | | | | * gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Adjust custom 'build phase to build shared library. Adjust custom 'install phase to install libraries and header.