aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Collapse)AuthorAge
* multiqc: Don't propagate inputs.Efraim Flashner2023-09-26
| | | | | | * gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Move all packages ... [inputs]: ... to here.
* gnu: python-pygenometracks: Remove syntax error in setup.py.Mădălin Ionel Patrașcu2023-09-24
| | | | | * gnu/packages/bioinformatics.scm (python-pygenometracks)[arguments]: Add phase remove-invalid-syntax.
* gnu: htslib: Link against htscodecs.Efraim Flashner2023-09-24
| | | | | | | | * gnu/packages/bioinformatics.scm (htslib)[source]: Add snippet to remove bundled htscodecs. [arguments]: Add configure-flag to link against htscodecs. [propagated-inputs]: Add htscodecs. (htslib-1.14, htslib-1.12): Use bundled htscodecs.
* gnu: htscodecs: Update to 1.5.1.Efraim Flashner2023-09-24
| | | | * gnu/packages/bioinformatics.scm (htscodecs): Update to 1.5.1.
* gnu: wfa2-lib: Mark package as tunable.Efraim Flashner2023-09-22
| | | | * gnu/packages/bioinformatics.scm (wfa2-lib)[properties]: New field.
* gnu: python-bwapy: Fix typo.Marius Bakke2023-09-22
| | | | * gnu/packages/bioinformatics.scm (python-bwapy)[synopsis]: Fix typo.
* gnu: python-arboreto: Add missing inputs.Marius Bakke2023-09-22
| | | | | * gnu/packages/bioinformatics.scm (python-arboreto)[propagated-inputs]: Add PYTHON-LZ4 and PYTHON-PYARROW.
* gnu: wfmash: Update to 0.10.5.Efraim Flashner2023-09-20
| | | | | | | * gnu/packages/bioinformatics.scm (wfmash): Update to 0.10.5. [source]: Update to changes in source code. [arguments]: Add configure-flag to enable more features. [native-inputs]: Add pkg-config.
* gnu: python-plastid: Patch it for python 3.10.Mădălin Ionel Patrașcu2023-09-18
| | | | | | | * gnu/packages/bioinformatics.scm (python-plastid)[arguments]: Add new phase 'patch-for-python-3.10. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: perl-cworld-dekker: Drop labels from inputs.Ricardo Wurmus2023-09-14
| | | | | | * gnu/packages/bioinformatics.scm (perl-cworld-dekker)[arguments]: Use G-expression and avoid references to labeled inputs. [inputs]: Drop labels.
* gnu: python-hicmatrix: Remove custom 'check phase.Ricardo Wurmus2023-09-13
| | | | | * gnu/packages/bioinformatics.scm (python-hicmatrix)[arguments]: Remove custom 'check phase.
* gnu: python-hicmatrix: Remove syntax error in setup.py.Mădălin Ionel Patrașcu2023-09-13
| | | | | | | * gnu/packages/bioinformatics.scm (python-hicmatrix)[arguments]: Add phase remove-invalid-syntax. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add python-peaks2utr.Ricardo Wurmus2023-09-12
| | | | * gnu/packages/bioinformatics.scm (python-peaks2utr): New variable.
* gnu: macs: Update to 2.2.9.1.Ricardo Wurmus2023-09-12
| | | | | | | | | * gnu/packages/bioinformatics.scm (macs): Update to 2.2.9.1. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. [native-inputs]: Move python-cython from here... [inputs]: ...and python-numpy from here... [propagated-inputs]: ...to here.
* gnu: python-cgatcore: Update to 0.6.15.Hilton Chain2023-09-12
| | | | | | * gnu/packages/bioinformatics.scm (python-cgatcore): Update to 0.6.15. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: r-chromunity: Update to 0.0.2-1.712e56c.Navid Afkhami2023-09-02
| | | | | * gnu/packages/bioinformatics.scm (r-chromunity): Update to 0.0.2-1.712e56c. [propagated-inputs]: Add r-bsgenome-hsapiens-ucsc-hg38; remove r-skitools.
* gnu: Add python-scdamandtools.Navid Afkhami2023-08-28
| | | | | | * gnu/packages/bioinformatics.scm (python-scdamandtools): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: vbz-compression: Update to 1.0.3.Greg Hogan2023-08-27
| | | | | | * gnu/packages/bioinformatics.scm (vbz-compression): Update to 1.0.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: plink: Build with GCC 8.Ricardo Wurmus2023-08-10
| | | | * gnu/packages/bioinformatics.scm (plink)[native-inputs]: Add gcc-8.
* gnu: r-liana: Update to 0.1.11-1.10d8177.Ricardo Wurmus2023-08-04
| | | | * gnu/packages/bioinformatics.scm (r-liana): Update to 0.1.11-1.10d8177.
* gnu: mash: Fix build.Tobias Geerinckx-Rice2023-07-30
| | | | | * gnu/packages/bioinformatics.scm (mash)[arguments]: Add a new 'bootstrap phase.
* gnu: mash: Update package style.Tobias Geerinckx-Rice2023-07-30
| | | | | * gnu/packages/bioinformatics.scm (mash)[arguments]: Consolidate similar SUBSTITUTE* calls. Don't explicitly return #t from phases.
* gnu: Add python-baltica.Navid Afkhami2023-08-01
| | | | * gnu/packages/bioinformatics.scm (python-baltica): New variable.
* gnu: Add python-liana-py.Navid Afkhami2023-07-31
| | | | | | * gnu/packages/bioinformatics.scm (python-liana-py): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: python-decoupler-py: Update to 1.5.0-1.459b235.Navid Afkhami2023-07-31
| | | | | | | | * gnu/packages/bioinformatics.scm (python-decoupler-py): Update to 1.5.0-1.459b235. [arguments]: Disable two more tests. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: fuse@3: Bind to default FUSE variable.Tobias Geerinckx-Rice2023-07-23
| | | | | | | | | | * gnu/packages/linux.scm (fuse): Rename this… (fuse-2): …to this, and… (fuse-3): …rename this… (fuse): …to this! (fuse-static): Rename this… (fuse-2-static): …to this. Adjust all users.
* gnu: newick-utils: Skip tests when cross-compiling.Efraim Flashner2023-07-21
| | | | | * gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Adjust #: tests? to skip tests when cross-compiling.
* gnu: discrover: Fix build.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Add TEXLIVE-FORLOOP, TEXLIVE-LISTOFITEMS, TEXLIVE-READARRAY.
* gnu: Rationalize texlive-updmap.cfg and texlive-tiny inputs.Nicolas Goaziou2023-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TEXLIVE-UPDMAP.CFG and TEXLIVE-TINY should only be used as native inputs. Also remove texlive packages already provided by them. * doc/build.scm (pdf-manual): * gnu/packages/algebra.scm (pari-gp): * gnu/packages/bioinformatics.scm (discrover): (phyml): (velvet): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/chez.scm (stex-bootstrap): (chez-web): (chez-sockets): * gnu/packages/cran.scm (r-prereg): * gnu/packages/docbook.scm (dblatex): * gnu/packages/emacs-xyz.scm (emacs-auctex): * gnu/packages/engineering.scm (fastcap): * gnu/packages/fsf.scm (book-faif): * gnu/packages/graphviz.scm (dot2tex): * gnu/packages/maths.scm (hypre): * gnu/packages/ocaml.scm (unison): (ocaml-bibtex2html): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/python-xyz.scm (python-nbconvert): (python-pypandoc): * gnu/packages/radio.scm (gnuradio): (libosmo-dsp): * gnu/packages/statistics.scm (r-with-tests): * gnu/packages/tex.scm (texlive-makecmds): (texlive-innerscript): (teximpatient): (texlive-xkeyval): Remove texlive packages already provided by TEXLIVE-UPDMAP.CFG. Don't add TEXLIVE-TINY or TEXLIVE-UPDMAP.CFG as inputs.
* gnu: phyml: Fix build.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (phyml)[native-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-PDFTEXCMDS.
* gnu: velvet: Improve package style.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (velvet)[arguments]: Use G-expressions. [native-inputs]: Remove label.
* gnu: velvet: Fix error when building documentation.Nicolas Goaziou2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (velvet)[native-inputs]: Add TEXLIVE-GRFEXT, TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-KPDFTEXCMDS.
* gnu: texlive-latex-examplep -> texlive-examplep.Nicolas Goaziou2023-07-18
| | | | | | * gnu/packages/tex.scm (texlive-examplep): New variable. (texlive-latex-examplep): Deprecate variable. * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Use new name.
* gnu: texlive-latex-verbatimbox -> texlive-verbatimbox.Nicolas Goaziou2023-07-18
| | | | | | * gnu/packages/tex.scm (texlive-verbatimbox): New variable. (texlive-latex-verbatimbox): Deprecate variable. * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Use new name.
* gnu: texlive-fonts-ec -> texlive-ec.Nicolas Goaziou2023-07-18
| | | | | | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-ec): New variable. (texlive-fonts-ec): Deprecate variable. (lyx): (biber): * gnu/packages/python-xyz.scm (python-pypandoc): * gnu/packages/statistics.scm (r-with-tests): * doc/build.scm (pdf-manual): * gnu/packages/bioinformatics.scm (discrover): (phyml): (velvet): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/chez.scm (stex-bootstrap): * gnu/packages/ocaml.scm (unison): (ocaml-bibtex2html): * gnu/packages/plotutils.scm (asymptote): Use new name.
* gnu: texlive-latex-psfrag -> texlive-psfrag.Nicolas Goaziou2023-07-18
| | | | | | | * gnu/packages/tex.scm (texlive-psfrag): New variable. (texlive-latex-psfrag): Deprecate variable. (texlive-pstool): * gnu/packages/bioinformatics.scm (phyml): Use new name.
* gnu: texlive-latex-natbib -> texlive-natbib.Nicolas Goaziou2023-07-18
| | | | | | | | * gnu/packages/tex.scm (texlive-natbib): New variable. (texlive-latex-natbib): Deprecate variable. (texlive-apacite): * gnu/packages/bioinformatics.scm (discrover): * gnu/packages/maths.scm (hypre): Use new name.
* gnu: newick-utils: Skip tests on riscv64-linux.宋文武2023-07-18
| | | | | * gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Skip tests when building on riscv64-linux.
* gnu: Hide python-bcbio-gff/biopython-1.73.Christopher Baines2023-07-17
| | | | | | | To avoid the ambiguous package specification. * gnu/packages/bioinformatics.scm (python-bcbio-gff/biopython-1.73): Hide package.
* gnu: r-pando: Relax requirements.Ricardo Wurmus2023-07-15
| | | | | * gnu/packages/bioinformatics.scm (r-pando)[arguments]: Patch DESCRIPTION file.
* gnu: bwa-pssm: Update home page.Tobias Geerinckx-Rice2023-07-09
| | | | * gnu/packages/bioinformatics.scm (bwa-pssm)[home-page]: Update.
* gnu: blasr-libcpp, blasr: Use Web Archived home pages.Tobias Geerinckx-Rice2023-07-09
| | | | | * gnu/packages/bioinformatics.scm (blasr-libcpp, blasr)[home-page]: Refer to Web Archive.
* gnu: Add r-numbat.Ricardo Wurmus2023-07-12
| | | | * gnu/packages/bioinformatics.scm (r-numbat): New variable.
* gnu: Add r-bpcells.Ricardo Wurmus2023-07-12
| | | | * gnu/packages/bioinformatics.scm (r-bpcells): New variable.
* gnu: r-pando: Fix hash.Ricardo Wurmus2023-07-06
| | | | * gnu/packages/bioinformatics.scm (r-pando)[source]: Update hash.
* gnu: bismark: Update to 0.24.1.Ricardo Wurmus2023-07-06
| | | | | | | | | | * gnu/packages/bioinformatics.scm (bismark): Update to 0.24.1. [source]: Delete bundled plot.ly. [arguments]: Use plain list; remove trailing #T from build phases; adjust 'replace-plotly.js phase to account for use of script tags; adjust 'install phase to install documentation in markdown format; add 'configure phase for replacing references to tools. [inputs]: Add bowtie, hisat2, minimap2, and samtools.
* gnu: cutadapt: Update to 4.0.Ricardo Wurmus2023-07-03
| | | | | | | | * gnu/packages/bioinformatics.scm (cutadapt): Update to 4.0. [build-system]: Use pyproject-build-system. [arguments]: Disable a single test; remove 'always-cythonize build phase; add phase 'fix-test. [native-inputs]: Add python-pytest-mock and python-pytest-timeout.
* gnu: python-dnaio: Update to 0.10.0.Ricardo Wurmus2023-07-03
| | | | | | | | * gnu/packages/bioinformatics.scm (python-dnaio): Update to 0.10.0. [arguments]: Disable tests, because they don't exist. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools-scm; move python-xopen from here... [propagated-inputs]: ...to here.
* gnu: Add r-dtmm.Navid Afkhami2023-07-03
| | | | * gnu/packages/bioinformatics.scm (r-dtmm): New variable.
* gnu: Add rscape.Navid Afkhami2023-06-29
| | | | | | * gnu/packages/bioinformatics.scm (rscape): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>