summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\
| * gnu: Add r-umi4cpackage.Ricardo Wurmus2021-10-24
| | | | | | | | * gnu/packages/bioinformatics.scm (r-umi4cpackage): New variable.
| * gnu: Add qtltools.Ricardo Wurmus2021-10-22
| | | | | | | | * gnu/packages/bioinformatics.scm (qtltools): New variable.
| * gnu: Add gdc-client.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/bioinformatics.scm (gdc-client): New variable.
| * gnu: Add r-shaman.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/bioinformatics.scm (r-shaman): New variable.
| * gnu: Add r-misha.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/bioinformatics.scm (r-misha): New variable.
| * gnu: Add ciri-long.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/bioinformatics.scm (ciri-long): New variable.
| * gnu: python-biopython: Update to 1.76.Ricardo Wurmus2021-10-21
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (python-biopython): Update to 1.76. (python-biopython-1.73): New variable. (instrain)[inputs]: Replace python-biopython with python-biopython-1.73.
| * gnu: instrain: Update to 1.5.4.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/bioinformatics.scm (instrain): Update to 1.5.4.
| * gnu: Add python-bwapy.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/bioinformatics.scm (python-bwapy): New variable.
| * gnu: Add python-pyspoa.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/bioinformatics.scm (python-pyspoa): New variable.
* | 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.