summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Collapse)AuthorAge
* gnu: sailfish: Use TBB 2020.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (sailfish)[inputs]: Replace tbb with tbb-2020.
* gnu: sailfish: Remove trailing #T.Ricardo Wurmus2021-10-24
| | | | | | * gnu/packages/bioinformatics.scm (sailfish)[arguments]: Remove trailing #T in build phases... [inputs]: ...and in the origin snippet of "rapmap".
* gnu: sailfish: Do not attempt to unpack a directory.Ricardo Wurmus2021-10-24
| | | | | | | | patch-and-repack no longer outputs a compressed archive when the input was a directory. * gnu/packages/bioinformatics.scm (sailfish)[arguments]: Adjust build phase 'prepare-rapmap.
* gnu: jellyfish: Remove Ruby bindings.Ricardo Wurmus2021-10-24
| | | | | | | | These bindings no longer build and we have no package that would need them. * gnu/packages/bioinformatics.scm (jellyfish)[outputs]: Remove "ruby" output. [arguments]: Remove option for building Ruby bindings. [native-inputs]: Remove ruby.
* gnu: cutadapt: Regenerate Cython files.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (cutadapt)[arguments]: Add phase 'always-cythonize.
* gnu: python-dnaio: Update to 0.6.0.Ricardo Wurmus2021-10-24
| | | | * gnu/packages/bioinformatics.scm (python-dnaio): Update to 0.6.0.
* gnu: macs: Fix build by setting HOME.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (macs)[arguments]: Add build phase to set HOME variable.
* gnu: methyldackel: Remove trailing #T.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove trailing #T from build phase.
* gnu: methyldackel: Pass -fcommon to compiler.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Add -fcommon to CFLAGS.
* gnu: flexbar: Use TBB 2020.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (flexbar)[inputs]: Replace tbb with tbb-2020.
* gnu: flexbar: Remove trailing #T.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (flexbar)[arguments]: Remove trailing #T from all build phases.
* gnu: bwa: Remove trailing #T.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (bwa)[arguments]: Remove trailing #T in build phase.
* gnu: bwa: Pass -fcommon to compiler.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (bwa)[arguments]: Add -fcommon option to CFLAGS.
* gnu: bowtie1: Use TBB 2020.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Replace tbb with tbb-2020.
* gnu: bowtie: Replace invalid characters.Ricardo Wurmus2021-10-24
| | | | | * gnu/packages/bioinformatics.scm (bowtie)[arguments]: Replace invalid quotes with straight quotes in the 'configure phase.
* gnu: bowtie: Remove trailing #T.Ricardo Wurmus2021-10-24
| | | | | | * gnu/packages/bioinformatics.scm (bowtie)[arguments]: Remove trailing #T from build phases... [source]: ...and from the snippet.
* gnu: bowtie: Use TBB 2020.Ricardo Wurmus2021-10-24
| | | | * gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020.
* gnu: tbb-for-salmon: Rename.Ricardo Wurmus2021-10-24
| | | | | | * gnu/packages/tbb.scm (tbb-for-salmon): Rename this variable... (tbb-2020): ...to this. * gnu/packages/bioinformatics.scm (salmon)[inputs]: Rename it.
* gnu: salmon: Use older version of TBB.Ricardo Wurmus2021-10-19
| | | | | | * gnu/packages/bioinformatics.scm (salmon)[arguments]: Define HAVE_NUMERIC_LIMITS128; compute TBB_VERSION. [inputs]: Replace tbb with tbb-for-salmon.
* Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\
| * gnu: clipper: Disable non-deterministic test.Felix Gruber2021-10-12
| | | | | | | | | | | | | | | | | | This test fails/succeeds non-deterministically. * gnu/packages/bioinformatics.scm (clipper)[arguments]: Disable non-deterministic test test_get_FDR_cutoff_mean. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: pigx-scrnaseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | | | | | | | | * gnu/packages/patches/pigx-scrnaseq-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-scrnaseq)[source]: Use it. [native-inputs]: Add automake/autoconf.
| * gnu: pigx-rnaseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | | | | | | | | * gnu/packages/patches/pigx-rnaseq-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-rnaseq)[source]: Use it. [native-inputs]: Add automake/autoconf.
| * gnu: pigx-chipseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | | | | | | | | * gnu/packages/patches/pigx-chipseq-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-chipseq)[source]: Use it. [native-inputs]: Add automake/autoconf.
| * gnu: pigx-sars-cov2-ww: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | | | | | | | | * gnu/packages/patches/pigx-sars-cov2-ww-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww)[source]: Use it. [native-inputs]: Add automake/autoconf.
| * gnu: pigx-bsseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | | | | | | | | * gnu/packages/patches/pigx-bsseq-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-bsseq)[source]: Use it. [native-inputs]: Add automake/autoconf.
| * gnu: ngless: Fix build.Lars-Dominik Braun2021-10-08
| | | | | | | | | | | | | | | | Apply upstream patch to restore compatibility with current Stackage. * gnu/packages/patches/ngless-unliftio.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/bioinformatics.scm (ngless): Use it.
| * gnu: Update Haskell ecosystem.Lars-Dominik Braun2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump packages’ versions to the lastest Stackage or Hackage release. Since packages are interdependent, do so in a single commit. 525 packages have been updated. These packages have been removed, because they fail to build, have no newer version available and no dependencies: corrode ghc-easytest ghc-edisonapi ghc-edisoncore ghc-pandoc-types ghc-regex-tdfa-text These have been removed, because they are no longer required: ghc-happy-1.19.9 ghc-prettyprinter-1.6 ghc-protolude-0.3 ghc-pandoc-citeproc and pandoc-citeproc have been removed, because pandoc does not use them any more. Co-authored-by: Xinglu Chen <public@yoctocell.xyz>
| * gnu: pigx-chipseq: Update to 0.0.53.Ricardo Wurmus2021-09-29
| | | | | | | | | | * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.53. [inputs]: Add r-hexbin.
| * gnu: Update some packages using old JavaScript minifier.Charles2021-09-22
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/minetest.scm (minetest-basic-trains): New variable. * gnu/packages/bioinformatics.scm (bismark): Update uglifyjs input. * gnu/packages/ci.scm (laminar): Update uglifyjs input. * gnu/packages/cran.scm (r-shiny r-shinytree r-shinydashboard r-colourpicker r-threejs r-flexdashboard r-networkd3 r-dygraphs): Update uglifyjs input. * gnu/packages/javascript.scm (js-mathjax): Update uglifyjs input. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add r-presto.zimoun2021-09-20
| | | | | | | | * gnu/packages/bioinformatics.scm (r-presto): New variable.
| * gnu: discrover: Update package name in texlive-union.Ricardo Wurmus2021-09-13
| | | | | | | | | | * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Replace texlive-fonts-cm with texlive-cm.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: Add megadepth.Ricardo Wurmus2021-09-06
| | | | | | | | * gnu/packages/bioinformatics.scm (megadepth): New variable.
| * gnu: Add r-catch.Ricardo Wurmus2021-09-01
| | | | | | | | * gnu/packages/bioinformatics.scm (r-catch): New variable.
| * gnu: Add scregseg.Ricardo Wurmus2021-08-31
| | | | | | | | * gnu/packages/bioinformatics.scm (scregseg): New variable.
| * gnu: python-strawc: Propagate pybind11.Ricardo Wurmus2021-08-31
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (python-strawc)[inputs]: Move pybind11 from here... [propagated-inputs]: ...to here.
| * gnu: python-scanpy: Propagate sinfo.Ricardo Wurmus2021-08-31
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (python-scanpy)[native-inputs]: Move python-sinfo from here... [propagated-inputs]: ...to here.
| * gnu: Add python-coolbox.Ricardo Wurmus2021-08-30
| | | | | | | | * gnu/packages/bioinformatics.scm (python-coolbox): New variable.
| * gnu: python-scanpy: Update to 1.8.1.Ricardo Wurmus2021-08-30
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.8.1. [arguments]: Bulid with flit; update list of broken tests. [native-inputs]: Add python-flit and python-anndata:source.
| * gnu: Add python-dna-features-viewer.Ricardo Wurmus2021-08-30
| | | | | | | | * gnu/packages/bioinformatics.scm (python-dna-features-viewer): New variable.
| * gnu: Add python-pybbi.Ricardo Wurmus2021-08-30
| | | | | | | | * gnu/packages/bioinformatics.scm (python-pybbi): New variable.
| * gnu: Add python-strawc.Ricardo Wurmus2021-08-27
| | | | | | | | * gnu/packages/bioinformatics.scm (python-strawc): New variable.
| * gnu: Add r-cytonorm.Ricardo Wurmus2021-08-27
| | | | | | | | * gnu/packages/bioinformatics.scm (r-cytonorm): New variable.
| * gnu: Add ivar.Ricardo Wurmus2021-08-25
| | | | | | | | * gnu/packages/bioinformatics.scm (ivar): New variable.
| * gnu: fastp: Update to 0.20.1.Ricardo Wurmus2021-08-20
| | | | | | | | | | * gnu/packages/bioinformatics.scm (fastp): Update to 0.20.1. [arguments]: Set PREFIX instead of BINDIR.
| * gnu: pigx-rnaseq: Update to 0.0.19.Ricardo Wurmus2021-08-13
| | | | | | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.19.
* | gnu: Use the non-deprecated TeX packages.Ludovic Courtès2021-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit leaves 'dblatex' and 'texlive-hyperref' as users of deprecated packages, but these have many dependents. * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Use non-deprecated TeX Live packages. (velvet)[native-inputs]: Likewise. * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Likewise. (chez-web)[native-inputs]: Likewise. * gnu/packages/engineering.scm (fastcap)[native-inputs]: Likewise. * gnu/packages/guile-xyz.scm (emacsy)[native-inputs]: Likewise. * gnu/packages/maths.scm (hypre)[native-inputs]: Likewise. * gnu/packages/music.scm (lilypond)[native-inputs]: Likewise. * gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Likewise. * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Likewise. (python-matplotlib-documentation)[native-inputs]: Likewise. (python-ipython-documentation)[native-inputs]: Likewise. (python-nbconvert)[native-inputs]: Likewise. (python-pypandoc)[native-inputs]: Likewise. * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Likewise. * gnu/packages/tex.scm (texlive-pstool)[propagated-inputs]: Likewise. (teximpatient)[native-inputs]: Likewise. (texlive-latex-pgf)[propagated-inputs]: Likewise. (texlive-beamer)[propagated-inputs]: Likewise.
* | gnu: Replace PYTHONPATH with GUIX_PYTHONPATH.Felix Gruber2021-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In packages that do not use python-build-system, PYTHONPATH is generally not defined. Instead we can use GUIX_PYTHONPATH which should contain all Python dependencies. * gnu/packages/bioinformatics.scm (shorah)[arguments]: Replace PYTHONPATH with GUIX_PYTHONPATH. * gnu/packages/debug.scm (c-vise)[arguments]: Idem. * gnu/packages/gnome.scm (drawing, apostrophe, ocrfeeder)[arguments]: Idem. * gnu/packages/music.scm (a2jmidid)[arguments]: Idem. * gnu/packages/syndication.scm (gfeeds)[arguments]: Idem. * gnu/packages/xdisorg.scm (gammastep)[arguments]: Idem. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm