summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add ocaml-sqlite3.•••* gnu/packages/ocaml.scm (ocaml-sqlite3): New variable. (ocaml4.07-sqlite3): Inherit from ocaml-sqlite3. * gnu/packages/bioinformatics.scm (pplacer): Also use package-with-ocaml4.07 with ocaml-sqlite3. Julien Lepiller2021-07-051-1/+1
* gnu: bioperl-minimal: Avoid top-level cross-module references.•••This could lead to circular reference breakage. * gnu/packages/bioinformatics.scm (bioperl-minimal): Move top-level references to perl-* variables and their transitive inputs to 'arguments' and 'inputs'. Ludovic Courtès2021-07-011-54/+55
* gnu: Do not import (gnu packages commencement).•••Line introduced in 4efbf56e5391dfbb3db3d6cee3138afaccb6cd64. * gnu/packages/bioinformatics.scm: Remove unused (gnu packages commencement) import. Ludovic Courtès2021-07-011-1/+0
* gnu: ensembl-vep: Use a source file-name.•••* gnu/packages/bioinformatics.scm (ensembl-vep)[source]: Add a file-name field. Efraim Flashner2021-06-221-0/+1
* gnu: Add perl-cworld-dekker.•••* gnu/packages/bioinformatics.scm (perl-cworld-dekker): New variable. Ricardo Wurmus2021-06-221-0/+94
* gnu: Add python-iced.•••* gnu/packages/bioinformatics.scm (python-iced): New variable. Ricardo Wurmus2021-06-211-0/+24
* gnu: Add python-cgatcore.•••* gnu/packages/bioinformatics.scm (python-cgatcore): New variable. Ricardo Wurmus2021-06-141-0/+59
* gnu: Rename qtbase to qtbase-5.•••This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer2021-06-141-1/+1
* gnu: pigx-sars-cov2-ww: Update to 0.0.2.•••* gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.2. [inputs]: Add wget. Ricardo Wurmus2021-06-081-3/+4
* gnu: pigx-bsseq: Update to 0.1.5.•••* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.5. Ricardo Wurmus2021-06-081-4/+3
* gnu: python-hicmatrix: Update to 15.•••* gnu/packages/bioinformatics.scm (python-hicmatrix): Update to 15. [arguments]: Enabled tests. Remove 'relax-requirements phase. [native-inputs]: Add python-pytest. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu2021-06-081-19/+18
* gnu: python-mappy: Move to (gnu packages bioinformatics).•••* gnu/packages/python-xyz.scm (python-mappy): Move to ... * gnu/packages/bioinformatics.scm: ... here. Efraim Flashner2021-06-081-0/+22
* gnu: pigx-rnaseq: Update to 0.0.17.•••* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.17. [arguments]: Remove "use-latest-salmon" phase; add "set-timezone" phase. [inputs]: Replace r-gprofiler with r-gprofiler2; add r-ggpubr and python-deeptools. [native-inputs]: Add tzdata. Ricardo Wurmus2021-06-081-12/+17
* gnu: pigx-rnaseq: Adjust to upgrade of salmon.•••* gnu/packages/bioinformatics.scm (pigx-rnaseq)[arguments]: Add phase "use-latest-salmon". Ricardo Wurmus2021-06-071-0/+7
* gnu: salmon: Update to 1.4.0.•••* gnu/packages/bioinformatics.scm (salmon): Update to 1.4.0. [arguments]: Remove unnecessary flags, add other soon-to-be-unnecessary flags; remove "prepare-rapmap" phase, add "prepare-pufferfish" phase, add "fix-error-message-in-tests" phase, simplify "use-system-libraries" phase. [inputs]: Add curl and pufferfish sources; remove libdivsufsort and rapmap sources. Ricardo Wurmus2021-06-071-92/+81
* gnu: macs: Update to 2.2.7.1.•••* gnu/packages/bioinformatics.scm (macs): Update to 2.2.7.1. Ricardo Wurmus2021-06-071-6/+4
* gnu: libgff: Update to 2.0.0.•••* gnu/packages/bioinformatics.scm (libgff): Update to 2.0.0. [home-page]: Update to new home. Ricardo Wurmus2021-06-071-4/+4
* gnu: jellyfish: Update to 2.3.0.•••* gnu/packages/bioinformatics.scm (jellyfish): Update to 2.3.0. [arguments]: Disable SSE to avoid tuning to the build node's CPU. [native-inputs]: Replace python-2 with python-wrapper. [license]: Update. Ricardo Wurmus2021-06-071-9/+8
* gnu: multiqc: Update to 1.10.1.•••* gnu/packages/bioinformatics.scm (multiqc): Update to 1.10.1. [arguments]: Remove build phase "relax-requirements"; replace "check" phase. [propagated-inputs]: Add python-coloredlogs, python-future, python-networkx, and python-rich; remove python-nose. [native-inputs]: Add python-pytest and the test suite. Ricardo Wurmus2021-06-071-24/+40
* gnu: python-hic2cool: Update to 0.8.3.•••* gnu/packages/bioinformatics.scm (python-hic2cool): Update to 0.8.3. [source]: Download using git-fetch. [arguments]: Enable tests. Add phase to make test data writable. [propagated-inputs]: Add python-h5py, python-numpy, python-pandas, python-scipy. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Mădălin Ionel Patrașcu2021-06-071-6/+23
* gnu: freebayes: Update to 1.3.5.•••* gnu/packages/bioinformatics.scm (freebayes): Update to 1.3.5. [source]: Remove patch. [arguments]: Adjust custom 'patch-source phase for changes in source. [inputs]: Remove zlib. * gnu/packages/patches/freebayes-devendor-deps.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2021-06-061-9/+7
* gnu: python-cooler: Update to 0.8.11.•••* gnu/packages/bioinformatics.scm (python-cooler): Update to 0.8.11. [arguments]: Add build phase "patch-tests"; replace "check" phase. [native-inputs]: Add python-codecov, python-pytest-cov, and python-pytest-flake8. [propagated-inputs]: Add python-six and python-sparse. Mădălin Ionel Patrașcu2021-06-061-6/+36
* gnu: pigx-rnaseq: Update to 0.0.13.•••* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.13. [arguments]: Remove obsolete substitutions. [inputs]: Remove fastqc and trim-galore; add hisat2 and fastp. Ricardo Wurmus2021-06-051-7/+5
* gnu: python-scanpy: Update to 1.7.2.•••* gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.7.2. Roel Janssen2021-06-041-4/+21
* gnu: Add pigx-sars-cov2-ww.•••* gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): New variable. Ricardo Wurmus2021-06-041-0/+48
* gnu: Add fit-sne.•••* gnu/packages/bioinformatics.scm (fit-sne): New variable. Ricardo Wurmus2021-06-031-0/+63
* gnu: Add biobambam2.•••* gnu/packages/bioinformatics.scm (biobambam2): New variable. Ricardo Wurmus2021-06-021-0/+50
* gnu: Add libmaus2.•••* gnu/packages/bioinformatics.scm (libmaus2): New variable. Ricardo Wurmus2021-06-021-0/+40
* gnu: Add bamutils.•••* gnu/packages/bioinformatics.scm (bamutils): New variable. Roel Janssen2021-06-011-0/+31
* gnu: bits: Use git-version and git-file-name.•••* gnu/packages/bioinformatics.scm (bits)[version]: Use git-version. [source]: Use git-file-name. Ricardo Wurmus2021-05-311-2/+2
* gnu: piranha: Use git-version.•••* gnu/packages/bioinformatics.scm (piranha)[version]: Use git-version. Ricardo Wurmus2021-05-311-1/+1
* gnu: r-chipkernels: Use git-version and git-file-name.•••* gnu/packages/bioinformatics.scm (r-chipkernels)[version]: Use git-version. [source]: Use git-file-name. Ricardo Wurmus2021-05-311-2/+2
* gnu: f-seq: Use git-version and git-file-name.•••* gnu/packages/bioinformatics.scm (f-seq)[version]: Use git-version. [source]: Use git-file-name. Ricardo Wurmus2021-05-311-2/+2
* gnu: bismark: Use git-file-name.•••* gnu/packages/bioinformatics.scm (bismark)[source]: Use git-file-name. Ricardo Wurmus2021-05-311-1/+1
* gnu: filevercmp: Use git-version.•••* gnu/packages/bioinformatics.scm (filevercmp)[version]: Use git-version; bind "revision" in outer let. Ricardo Wurmus2021-05-311-2/+3
* gnu: r-spp: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-spp): Move from here... * gnu/packages/bioconductor.scm (r-spp): ...to here. Ricardo Wurmus2021-05-311-24/+0
* gnu: r-phantompeakqualtools: Let-bind commit, set revision to 1.•••* gnu/packages/bioinformatics.scm (r-phantompeakqualtools): Bind the commit outside of the package value. [version]: Use git-version. [source]: Use git-file-name. Ricardo Wurmus2021-05-311-42/+44
* gnu: r-methylkit: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-methylkit): Move from here... * gnu/packages/bioconductor.scm (r-methylkit): ...to here. zimoun2021-05-311-47/+0
* gnu: r-copywriter: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-copywriter): Move from here... * gnu/packages/bioconductor.scm (r-copywriter): ...to here. zimoun2021-05-311-40/+0
* gnu: r-copyhelper: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-copyhelper): Move from here... * gnu/packages/bioconductor.scm (r-copyhelper): ...to here. [source]: Repalce 'string-append' by 'bioconductor-uri' with 'experiment. zimoun2021-05-311-26/+0
* gnu: r-chipseq: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-chipseq): Move from here... * gnu/packages/bioconductor.scm (r-chipseq): ...to here. zimoun2021-05-311-26/+0
* gnu: r-rhdf5: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-rhdf5): Move from here... * gnu/packages/bioconductor.scm (r-rhdf5): ...to here. zimoun2021-05-311-39/+0
* gnu: r-annotationfilter: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-annotationfilter): Move from here... * gnu/packages/bioconductor.scm (r-annotationfilter): ...to here. zimoun2021-05-311-26/+0
* gnu: r-rhdf5filters: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-rhdf5filters): Move from here... * gnu/packages/bioconductor.scm (r-rhdf5filters): ...to here. zimoun2021-05-311-26/+0
* gnu: r-tximport: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-tximport): Move from here... * gnu/packages/bioconductor.scm (r-tximport): ...to here. zimoun2021-05-311-24/+0
* gnu: r-mutationalpatterns: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Move from here... * gnu/packages/bioconductor.scm (r-mutationalpatterns): ...to here. zimoun2021-05-311-45/+0
* gnu: r-rcas: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-rcas): Move from here... * gnu/packages/bioconductor.scm (r-rcas): ...to here. zimoun2021-05-311-49/+0
* gnu: r-bamsignals: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-bamsignals): Move from here... * gnu/packages/bioconductor.scm (r-bamsignals): ...to here. zimoun2021-05-311-30/+0
* gnu: r-rhtslib: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-rhtslib): Move from here... * gnu/packages/bioconductor.scm (r-rhtslib): ...to here. zimoun2021-05-311-31/+0
* gnu: r-zlibbioc: Move to (gnu packages bioconductor).•••* gnu/packages/bioinformatics.scm (r-zlibbioc): Move from here... * gnu/packages/bioconductor.scm (r-zlibbioc): ...to here. zimoun2021-05-311-19/+0