_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-signac 1.16.0-1.f5a8411
Dependencies: zlib@1.3.1
Propagated dependencies: r-biocgenerics@0.58.1 r-data-table@1.18.4 r-dplyr@1.2.1 r-fastmatch@1.1-8 r-future@1.70.0 r-future-apply@1.20.2 r-genomeinfodb@1.48.0 r-genomicranges@1.64.0 r-ggplot2@4.0.3 r-iranges@2.46.0 r-irlba@2.3.7 r-lifecycle@1.0.5 r-matrix@1.7-5 r-patchwork@1.3.2 r-pbapply@1.7-4 r-rcpp@1.1.1-1.1 r-rcpproll@0.3.2 r-rlang@1.2.0 r-rsamtools@2.28.0 r-s4vectors@0.50.1 r-scales@1.4.0 r-seuratobject@5.4.0 r-stringi@1.8.7 r-tidyr@1.3.2 r-tidyselect@1.2.1 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/timoast/signac/
Licenses: Expat
Build system: r
Synopsis: Analysis of single-cell chromatin data
Description:

This package provides a framework for the analysis and exploration of single-cell chromatin data. The Signac package contains functions for quantifying single-cell chromatin data, computing per-cell quality control metrics, dimension reduction and normalization, visualization, and DNA sequence motif analysis.

libgff 2.0.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/COMBINE-lab/libgff
Licenses: X11-style
Build system: cmake
Synopsis: Parser library for reading/writing GFF files
Description:

This is a simple "libraryfication" of the GFF/GTF parsing code that is used in the Cufflinks codebase. The goal of this library is to provide this functionality without the necessity of drawing in a heavy-weight dependency like SeqAn.

python-phylophlan 3.0.3
Propagated dependencies: python-biopython@1.86 python-dendropy@5.0.8 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pandas@2.3.3 python-seaborn@0.13.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biobakery/phylophlan
Licenses: Expat
Build system: pyproject
Synopsis: Phylogenetic analysis of microbial isolates and genomes from metagenomes
Description:

This package is an integrated pipeline for large-scale phylogenetic profiling of genomes and metagenomes. PhyloPhlAn is an accurate, rapid, and easy-to-use method for large-scale microbial genome characterization and phylogenetic analysis at multiple levels of resolution. This software package can assign both genomes and MAGs to SGBs. PhyloPhlAn can reconstruct strain-level phylogenies using clade- specific maximally informative phylogenetic markers, and can also scale to very large phylogenies comprising >17,000 microbial species.

newick-utils 1.6-1.da121155
Dependencies: libxml2@2.14.6 flex@2.6.4 bison@3.8.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/tjunier/newick_utils
Licenses: Modified BSD
Build system: gnu
Synopsis: Programs for working with newick format phylogenetic trees
Description:

Newick-utils is a suite of utilities for processing phylogenetic trees in Newick format. Functions include re-rooting, extracting subtrees, trimming, pruning, condensing, drawing (ASCII graphics or SVG).

python-scanpy 1.11.5
Propagated dependencies: python-anndata@0.12.7 python-h5py@3.15.1 python-joblib@1.5.2 python-legacy-api-wrap@1.5 python-matplotlib@3.10.8 python-natsort@8.4.0 python-networkx@3.4.2 python-numba@0.62.1 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-patsy@1.0.1 python-pynndescent@0.6.0 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-seaborn@0.13.2 python-session-info2@0.2 python-statsmodels@0.14.5 python-tqdm@4.67.1 python-typing-extensions@4.15.0 python-umap-learn@0.5.11 python-dask@2025.11.0 python-igraph@0.11.8 python-louvain@0.16-0.def9179 python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/theislab/scanpy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Single-Cell Analysis in Python
Description:

Scanpy is a scalable toolkit for analyzing single-cell gene expression data. It includes preprocessing, visualization, clustering, pseudotime and trajectory inference and differential expression testing. The Python-based implementation efficiently deals with datasets of more than one million cells.

intervaltree 0.0.0-1.b90527f
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/ekg/intervaltree
Licenses: Expat
Build system: gnu
Synopsis: Minimal C++ interval tree implementation
Description:

An interval tree can be used to efficiently find a set of numeric intervals overlapping or containing another interval. This library provides a basic implementation of an interval tree using C++ templates, allowing the insertion of arbitrary types into the tree.

r-millefy 0.1.9-beta
Propagated dependencies: r-data-table@1.18.4 r-destiny@3.26.0 r-dplyr@1.2.1 r-genomicranges@1.64.0 r-iranges@2.46.0 r-magrittr@2.0.5 r-rsamtools@2.28.0 r-rtracklayer@1.72.0 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/yuifu/millefy
Licenses: Expat
Build system: r
Synopsis: Make millefy plot with single-cell RNA-seq data
Description:

Millefy is a tool for visualizing read coverage of scRNA-seq(single-cell RNA sequencing) datasets in genomic contexts. By dynamically and automatically reorder single cells based on locus-specific pseudo time, Millefy highlights cell-to-cell heterogeneity in read coverage of scRNA-seq data.

piranha 1.2.1-1.0466d36
Dependencies: bamtools@2.5.2 samtools@0.1.19 gsl@2.8
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/smithlabcode/piranha
Licenses: GPL 3+
Build system: gnu
Synopsis: Peak-caller for CLIP-seq and RIP-seq data
Description:

Piranha is a peak-caller for genomic data produced by CLIP-seq and RIP-seq experiments. It takes input in BED or BAM format and identifies regions of statistically significant read enrichment. Additional covariates may optionally be provided to further inform the peak-calling process.

java-biojava-alignment 4.2.11
Propagated dependencies: java-log4j-api@2.17.1 java-log4j-core@2.17.1 java-slf4j-api@1.7.25 java-slf4j-simple@1.7.25 java-biojava-core@4.2.11 java-biojava-phylo@4.2.11 java-forester@0-1.86b07ef
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://biojava.org
Licenses: LGPL 2.1+
Build system: ant
Synopsis: Biojava API for genetic sequence alignment
Description:

The alignment module of BioJava provides an API that contains

  • implementations of dynamic programming algorithms for sequence alignment;

  • reading and writing of popular alignment file formats;

  • a single-, or multi- threaded multiple sequence alignment algorithm.

python-drep 3.6.2-0.7b4b8fb
Propagated dependencies: python-biopython@1.86 python-matplotlib@3.10.8 python-networkx@3.4.2 python-numpy@2.3.1 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-seaborn@0.13.2 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/MrOlm/drep
Licenses: Expat
Build system: pyproject
Synopsis: De-replication of microbial genomes assembled from multiple samples
Description:

dRep is a Python program for rapidly comparing large numbers of genomes. dRep can also "de-replicate" a genome set by identifying groups of highly similar genomes and choosing the best representative genome for each genome set.

r-zarrarray 1.0.0
Propagated dependencies: r-biocgenerics@0.58.1 r-delayedarray@0.38.1 r-iranges@2.46.0 r-rarr@2.0.0 r-s4arrays@1.12.0 r-s4vectors@0.50.1 r-sparsearray@1.12.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://bioconductor.org/packages/ZarrArray
Licenses: Artistic License 2.0
Build system: r
Synopsis: Bring Zarr datasets in R as DelayedArray objects
Description:

The ZarrArray package leverages the Rarr package to bring Zarr datasets in R as DelayedArray objects. The main class in the package is the ZarrArray class. A ZarrArray object is an array-like object that represents a Zarr dataset in R. ZarrArray objects are DelayedArray derivatives and therefore support all operations (delayed or block-processed) supported by DelayedArray objects.

htseq 2.0.9
Propagated dependencies: python-numpy@2.3.1 python-pysam@0.23.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/htseq
Licenses: GPL 3+
Build system: pyproject
Synopsis: Framework for analyzing high-throughput sequencing data
Description:

This package provides a framework to process and analyze data from high-throughput sequencing (HTS) assays

r-azimuth 0.5.0-1.243ee5d
Propagated dependencies: r-bsgenome-hsapiens-ucsc-hg38@1.4.5 r-dt@0.34.0 r-ensdb-hsapiens-v86@2.99.0 r-future@1.70.0 r-ggplot2@4.0.3 r-glmgampoi@1.24.0 r-googlesheets4@1.1.2 r-hdf5r@1.3.12 r-htmltools@0.5.9 r-httr@1.4.8 r-jaspar2020@0.99.10 r-jsonlite@2.0.0 r-matrix@1.7-5 r-patchwork@1.3.2 r-plotly@4.12.0 r-presto@1.0.0-1.7636b3d r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-scales@1.4.0 r-seurat@5.5.0 r-seuratdata@0.2.2.9002-1.3e51f44 r-seuratdisk@0.0.0.9021-1.877d4e1 r-seuratobject@5.4.0 r-shiny@1.13.0 r-shinybs@0.65.0 r-shinydashboard@0.7.3 r-shinyjs@2.1.1 r-signac@1.16.0-1.f5a8411 r-stringr@1.6.0 r-tfbstools@1.50.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/satijalab/azimuth
Licenses: GPL 3
Build system: r
Synopsis: Shiny app showcasing a single-cell data query-reference mapping algorithm
Description:

Azimuth utilizes an annotated reference dataset. It automates the processing, analysis, and interpretation. This applies specifically to new single-cell RNA-seq or ATAC-seq experiments. Azimuth leverages a reference-based mapping pipeline that inputs accounts matrix and performs normalization, visualization, cell annotation, and differential expression.

r-icellnet 2.2.1-1.e10ee4a
Propagated dependencies: r-annotationdbi@1.74.0 r-complexheatmap@2.28.0 r-circlize@0.4.18 r-data-table@1.18.4 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-hgu133plus2-db@3.13.0 r-jetset@3.4.0 r-psych@2.6.5 r-reshape2@1.4.5 r-rlist@0.4.6.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/soumelis-lab/ICELLNET
Licenses: GPL 3
Build system: r
Synopsis: Transcriptomic-based framework to dissect cell communication
Description:

This package provides a a transcriptomic-based framework to dissect cell communication in a global manner. It integrates an original expert-curated database of ligand-receptor interactions taking into account multiple subunits expression. Based on transcriptomic profiles (gene expression), this package computes communication scores between cells and provides several visualization modes that can be helpful to dig into cell-cell interaction mechanism and extend biological knowledge.

python-mgatk 0.7.0
Propagated dependencies: python-biopython@1.86 python-click@8.3.1 python-numpy@2.3.1 python-optparse-pretty@0.1.1 python-pandas@2.3.3 python-pysam@0.23.3 python-regex@2026.2.28 python-ruamel.yaml@0.18.14 python-setuptools@80.9.0 snakemake@8.30.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/caleblareau/mgatk
Licenses: Expat
Build system: pyproject
Synopsis: Mitochondrial genome analysis toolkit
Description:

This package is a Python-based command line interface for processing .bam files with mitochondrial reads and generating high-quality heteroplasmy estimation from sequencing data. The mgatk package places a special emphasis on mitochondrial genotypes generated from single-cell genomics data, primarily mtscATAC-seq, but is generally applicable across other assays.

bedtools 2.18.0
Dependencies: samtools@1.19 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/arq5x/bedtools2
Licenses: Expat
Build system: gnu
Synopsis: Tools for genome analysis and arithmetic
Description:

Collectively, the bedtools utilities are a swiss-army knife of tools for a wide-range of genomics analysis tasks. The most widely-used tools enable genome arithmetic: that is, set theory on the genome. For example, bedtools allows one to intersect, merge, count, complement, and shuffle genomic intervals from multiple files in widely-used genomic file formats such as BAM, BED, GFF/GTF, VCF.

prinseq 0.20.4
Dependencies: guile@3.0.9 perl@5.36.0 perl-cairo@1.109 perl-data-dumper@2.183 perl-digest-md5@2.58 perl-getopt-long@2.51 perl-json@4.02 perl-statistics-pca@0.0.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://prinseq.sourceforge.net/
Licenses: GPL 3+
Build system: gnu
Synopsis: Preprocess sequence data in FASTA or FASTQ formats
Description:

PRINSEQ is a bioinformatics tool to help you preprocess your genomic or metagenomic sequence data in FASTA or FASTQ formats. The tool is written in Perl and can be helpful if you want to filter, reformat, or trim your sequence data. It also generates basic statistics for your sequences.

python-modbedtools 0.1.6
Propagated dependencies: python-pysam@0.23.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/lidaof/modbedtools
Licenses: Expat
Build system: pyproject
Synopsis: Generate modbed track files for visualization on WashU Epigenome Browser
Description:

modbedtools is a python command line tool to generate modbed files for visualization on the WashU Epigenome Browser.

java-forester 1.005
Propagated dependencies: java-commons-codec@1.15 java-openchart2@1.4.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://sites.google.com/site/cmzmasek/home/software/forester
Licenses: LGPL 2.1+
Build system: ant
Synopsis: Phylogenomics libraries for Java
Description:

Forester is a collection of Java libraries for phylogenomics and evolutionary biology research. It includes support for reading, writing, and exporting phylogenetic trees.

python-cwl-upgrader 1.2.11
Propagated dependencies: python-ruamel.yaml@0.18.14 python-schema-salad@8.9.20251102115403
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/common-workflow-language/cwl-upgrader
Licenses: ASL 2.0
Build system: pyproject
Synopsis: CWL document upgrader
Description:

python-cwl-upgrader is a standalone upgrader for CWL documents from version draft-3, v1.0, and v1.1 to v1.2.

methyldackel 0.6.1
Dependencies: curl@8.6.0 htslib@1.21 libbigwig@0.4.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dpryan79/MethylDackel
Licenses: Expat
Build system: gnu
Synopsis: Universal methylation extractor for BS-seq experiments
Description:

MethylDackel will process a coordinate-sorted and indexed BAM or CRAM file containing some form of BS-seq alignments and extract per-base methylation metrics from them. MethylDackel requires an indexed fasta file containing the reference genome as well.

megadepth 1.1.1
Dependencies: curl@8.6.0 htslib@1.21 libdeflate@1.19 libbigwig@0.4.8 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/ChristopherWilks/megadepth
Licenses: Expat
Build system: cmake
Synopsis: BigWig and BAM/CRAM related utilities
Description:

Megadepth is an efficient tool for extracting coverage related information from RNA and DNA-seq BAM and BigWig files. It supports reading whole-genome coverage from BAM files and writing either indexed TSV or BigWig files, as well as efficient region coverage summary over intervals from both types of files.

sambamba 0.8.2
Dependencies: ldc@1.38.0 lz4@1.10.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biod/sambamba
Licenses: GPL 2+
Build system: gnu
Synopsis: Tools for working with SAM/BAM data
Description:

Sambamba is a high performance modern robust and fast tool (and library), written in the D programming language, for working with SAM and BAM files. Current parallelised functionality is an important subset of samtools functionality, including view, index, sort, markdup, and depth.

python-pairtools 1.1.0-fix
Propagated dependencies: htslib@1.21 samtools@1.19 lz4@1.10.0 python-bioframe@0.6.4 python-click@8.3.1 python-numpy@2.3.1 python-pandas@2.3.3 python-pysam@0.23.3 python-pyyaml@6.0.2 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/open2c/pairtools
Licenses: Expat
Build system: pyproject
Synopsis: Process mapped Hi-C data
Description:

Pairtools is a simple and fast command-line framework to process sequencing data from a Hi-C experiment. Process pair-end sequence alignments and perform the following operations:

  • detect ligation junctions (a.k.a. Hi-C pairs) in aligned paired-end sequences of Hi-C DNA molecules

  • sort .pairs files for downstream analyses

  • detect, tag and remove PCR/optical duplicates

  • generate extensive statistics of Hi-C datasets

  • select Hi-C pairs given flexibly defined criteria

  • restore .sam alignments from Hi-C pairs.

Total packages: 72465