aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Collapse)AuthorAge
...
* gnu: discrover: Remove package labels.Ricardo Wurmus2023-05-14
| | | | | * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Remove package labels.
* gnu: diamond: Update to 2.1.6.Ricardo Wurmus2023-05-14
| | | | | | | * gnu/packages/bioinformatics.scm (diamond): Update to 2.1.6. [arguments]: Do not disable tests; pass configure flag to avoid SSE4 and AVX2 in the interest of compatibility. [license]: Set to GPLv3+.
* gnu: delly: Simplify.Ricardo Wurmus2023-05-14
| | | | | * gnu/packages/bioinformatics.scm (delly)[source]: Simplify snippet. [arguments]: Do not use quasiquote; simplify 'install-templates phase.
* gnu: python-pybigwig: Update to 0.3.22.Ricardo Wurmus2023-05-14
| | | | | | | * gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.22. [source]: Simplify snippet. [arguments]: Explicitly disable tests; simplify 'link-with-libBigWig phase. [build-system]: Use pyproject-build-system.
* gnu: codingquarry: Use G-expression.Ricardo Wurmus2023-05-14
| | | | | | | | * gnu/packages/bioinformatics.scm (codingquarry)[arguments]: Use G-expression to simplify 'install phase. Install files to /share/codingquarry prefix. [native-search-paths]: Adjust prefix. [native-inputs]: Move python-2 from here... [inputs]: ...to here.
* gnu: blast+: Update to 2.14.0.Ricardo Wurmus2023-05-14
| | | | | | | * gnu/packages/bioinformatics.scm (blast+): Update to 2.14.0. [arguments]: Remove trailing #T from build phases; let WHICH* return #FALSE on failure; use G-expression. [inputs]: Drop package labels.
* gnu: jamm: Use G-expression.Ricardo Wurmus2023-05-12
| | | | * gnu/packages/bioinformatics.scm (jamm)[arguments]: Use G-expression.
* gnu: arriba: Use SEARCH-INPUT-FILE and -DIRECTORY.Ricardo Wurmus2023-05-12
| | | | | | * gnu/packages/bioinformatics.scm (arriba)[arguments]: Use SEARCH-INPUT-DIRECTORY and SEARCH-INPUT-FILE; use G-expression; drop trailing #T from build phases.
* gnu: multichoose: Clean up.Ricardo Wurmus2023-05-12
| | | | | * gnu/packages/bioinformatics.scm (multichoos): Fix indentation. [arguments]: Use G-expression.
* gnu: samblaster: Update to 0.1.26.Ricardo Wurmus2023-05-12
| | | | * gnu/packages/bioinformatics.scm (samblaster): Update to 0.1.26.
* gnu: samblaster: Simplify.Ricardo Wurmus2023-05-12
| | | | | | * gnu/packages/bioinformatics.scm (samblaster): Fix indentation. [arguments]: Use G-expression; drop trailing #T from 'install phase. [description]: Use double spacing between all sentences.
* gnu: methyldackel: Update to 0.6.1.Ricardo Wurmus2023-05-12
| | | | | | * gnu/packages/bioinformatics.scm (methyldackel): Update to 0.6.1. [arguments]: Set LIBBIGWIG variable instead of patching Makefile. [inputs]: Replace htslib-1.9 with htslib.
* gnu: methyldackel: Simplify arguments.Ricardo Wurmus2023-05-12
| | | | | | * gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Use list, drop argument list. [native-inputs]: Drop package label.
* gnu: phast: Simplify by using G-expression.Ricardo Wurmus2023-05-12
| | | | | * gnu/packages/bioinformatics.scm (phast)[arguments]: Use G-expression and drop trailing #T from build phases.
* gnu: ribotaper: Simplify with G-expression.Ricardo Wurmus2023-05-12
| | | | | * gnu/packages/bioinformatics.scm (ribotaper)[arguments]: Use G-expression and drop trailing #T from build phase.
* gnu: sra-tools: Do link with libxml2.Ricardo Wurmus2023-05-12
| | | | | | | * gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use G-expression for clarity; drop trailing #T from build phases; modify 'configure phase to dynamically link with libxml2. [inputs]: Drop package labels; add libxml2.
* gnu: ncbi-vdb: Ensure that vdb-sqlite is installed.Ricardo Wurmus2023-05-12
| | | | | | | | | The most important change here is the addition of the 'install-libs phase. All other changes are just the result of switching to G-expressions. * gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Add 'install-libs phase; use G-expression; drop trailing #T from build phases. [inputs]: Drop package labels.
* gnu: Add python-mgatk.Mădălin Ionel Patrașcu2023-05-12
| | | | | | * gnu/packages/bioinformatics.scm (python-mgatk): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add homer.Ricardo Wurmus2023-05-08
| | | | * gnu/packages/bioinformatics.scm (homer): New variable.
* Revert "gnu: Add python-gimmemotifs."Ricardo Wurmus2023-05-05
| | | | | | This reverts commit dc8b3ebe5d4ba2a39c12f62d836963ffee1e4b47. python-gimmemotifs is not usable without proprietary third-party tools.
* gnu: Add python-gimmemotifs.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/bioinformatics.scm (python-gimmemotifs): New variable.
* gnu: Add python-biofluff.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/bioinformatics.scm (python-biofluff): New variable.
* gnu: Add python-genomepy.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/bioinformatics.scm (python-genomepy): New variable.
* gnu: Add python-logomaker.Ricardo Wurmus2023-05-05
| | | | * gnu/packages/bioinformatics.scm (python-logomaker): New variable.
* gnu: python-pyfaidx: Update to 0.7.2.1.Ricardo Wurmus2023-05-05
| | | | | | | | * gnu/packages/bioinformatics.scm (python-pyfaidx): Update to 0.7.2.1. [build-system]: Use pyproject-build-system. [arguments]: Ignore tests that require large downloads. [native-inputs]: Remove python-six; add python-fsspec, python-pytest, python-pytest-cov, python-mock, and python-numpy.
* gnu: python-screed: Update to 1.1.2.Mădălin Ionel Patrașcu2023-05-04
| | | | | | | | | * gnu/packages/bioinformatics.scm (python-screed): Update to 1.1.2. [build-system]: Use pyproject-build-system. [native-inputs]: Remove python-pytest. [inputs]: Remove python-bz2file. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add python-goatools.Navid Afkhami2023-05-04
| | | | | | * gnu/packages/bioinformatics.scm (python-goatools): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: pigx-sars-cov-2: Update to 0.0.9.Ricardo Wurmus2023-05-03
| | | | * gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.9.
* gnu: Add fanc.Ricardo Wurmus2023-05-03
| | | | * gnu/packages/bioinformatics.scm (fanc): New variable.
* gnu: r-tictoc: Update to 1.2.Ricardo Wurmus2023-04-29
| | | | * gnu/packages/bioinformatics.scm (r-tictoc): Update to 1.2.
* gnu: gdcm: Disable dependent tests.Ricardo Wurmus2023-04-27
| | | | | * gnu/packages/bioinformatics.scm (gdcm)[arguments]: Disable tests that depend on the output of a disabled test.
* gnu: freebayes: Update to 1.3.7.Ricardo Wurmus2023-04-27
| | | | | * gnu/packages/bioinformatics.scm (freebayes): Update to 1.3.7. [arguments]: Do not use "grep -P" in tests; drop trailing #T.
* gnu: vcflib: Use libwfa2.pc.Ricardo Wurmus2023-04-27
| | | | | | | | | * gnu/packages/bioinformatics.scm (vcflib)[source]: Use pkg-config to look for libwfa2. [inputs]: Move wfa2-lib from here... [propagated-inputs]: ...to here. [arguments]: Drop WFA_LINK_LIBRARIES option; fix typo in build phase name; patch IntervalTree.h includes; add libwfa2 to pkg-config file.
* gnu: wfa2-lib: Install pkg-config file.Ricardo Wurmus2023-04-27
| | | | * gnu/packages/bioinformatics.scm (wfa2-lib)[arguments]: Install libwfa2.pc.
* gnu: express: Adjust bamtools location.Ricardo Wurmus2023-04-27
| | | | | | * gnu/packages/bioinformatics.scm (express)[arguments]: Modify location of libbamtools.so in 'use-shared-boost-libs-and-set-bamtools-paths; drop trailing #T.
* gnu: python-dendropy: Fix build.Ricardo Wurmus2023-04-26
| | | | | | | | * gnu/packages/bioinformatics.scm (python-dendropy)[native-inputs]: Add python-pytest. [arguments]: Add phase 'python-compatibility; remove 'skip-broken-tests; add #:test-flags; do not delete test files. [build-system]: Use pyproject-build-system.
* gnu: cwltool: Use pyproject-build-system.Ricardo Wurmus2023-04-25
| | | | | | | | "setup.py install is deprecated. Use build and pip and other standards-based tools." It then falls back to attempting to install packages via pip. * gnu/packages/bioinformatics.scm (cwltool)[build-system]: Use pyproject-build-system.
* gnu: python-schema-salad: Use pyproject-build-system.Ricardo Wurmus2023-04-25
| | | | | | | | | | The python-build-system fails with "setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer." This, in turn, causes all Python packages to be ignored and "pip install" to be invoked for them. * gnu/packages/bioinformatics.scm (python-schema-salad)[build-system]: Use pyproject-build-system.
* gnu: adapterremoval: Update to 2.3.3.Ricardo Wurmus2023-04-25
| | | | | | * gnu/packages/bioinformatics.scm (adapterremoval): Update to 2.3.3. [arguments]: Simplify. [inputs]: Reformat.
* gnu: bedtools-2.18: Fix build.Ricardo Wurmus2023-04-25
| | | | | * gnu/packages/bioinformatics.scm (bedtools-2.18)[arguments]: Fix operators in 'compatibility phase.
* gnu: hisat: Build with GCC 10.Ricardo Wurmus2023-04-25
| | | | * gnu/packages/bioinformatics.scm (hisat)[native-inputs]: Add gcc-10.
* gnu: kallisto: Update to 0.48.0.Ricardo Wurmus2023-04-25
| | | | | * gnu/packages/bioinformatics.scm (kallisto): Update to 0.48.0. [arguments]: Remove trailing #T from build phase.
* gnu: bpp-core: Build with GCC 10.Ricardo Wurmus2023-04-25
| | | | * gnu/packages/bioinformatics.scm (bpp-core)[native-inputs]: Add gcc-10.
* gnu: vcflib: Update to 1.0.9.Ricardo Wurmus2023-04-25
| | | | | | | * gnu/packages/bioinformatics.scm (vcflib): Update to 1.0.9. [source]: Update snippet. [inputs]: Add curl, pybind11, and wfa2-lib. [arguments]: Adjust and reformat.
* gnu: tabixpp: Update to 1.1.2.Ricardo Wurmus2023-04-25
| | | | | | | * gnu/packages/bioinformatics.scm (tabixpp): Update to 1.1.2. [source]: Simplify snippet. [inputs]: Add curl. [arguments]: Simplify and reformat.
* gnu: Add wfa2-lib.Ricardo Wurmus2023-04-25
| | | | * gnu/packages/bioinformatics.scm (wfa2-lib): New variable.
* gnu: lofreq: Set file timestamps to 1980s.Ricardo Wurmus2023-04-25
| | | | | | | | This keeps Python from complaining: "ZIP does not support timestamps before 1980". * gnu/packages/bioinformatics.scm (lofreq)[arguments]: Add build phase 'set-source-file-times-to-1980.
* gnu: lofreq: Drop input labels.Ricardo Wurmus2023-04-25
| | | | * gnu/packages/bioinformatics.scm (lofreq)[inputs]: Drop package labels.
* gnu: ivar: Update to 1.4.2.Ricardo Wurmus2023-04-25
| | | | | * gnu/packages/bioinformatics.scm (ivar): Update to 1.4.2. [arguments]: Remove -Werror flag.
* gnu: multiqc: Update to 1.14.Ricardo Wurmus2023-04-24
| | | | | | | | * gnu/packages/bioinformatics.scm (multiqc): Update to 1.14. [build-system]: Use pyproject-build-system. [arguments]: Simplify check phase; restore sanity-check phase. [propagated-inputs]: Add python-rich-click. [native-inputs]: Update test data.