_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-tarchetypes 0.14.1
Propagated dependencies: r-dplyr@1.2.1 r-fs@2.1.0 r-rlang@1.2.0 r-secretbase@1.2.2 r-targets@1.12.0 r-tibble@3.3.1 r-tidyselect@1.2.1 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/tarchetypes/
Licenses: Expat
Build system: r
Synopsis: Archetypes for Targets
Description:

Function-oriented Make-like declarative pipelines for statistics and data science are supported in the targets R package. As an extension to targets, the tarchetypes package provides convenient user-side functions to make targets easier to use. By establishing reusable archetypes for common kinds of targets and pipelines, these functions help express complicated reproducible pipelines concisely and compactly. The methods in this package were influenced by the drake R package by Will Landau (2018) <doi:10.21105/joss.00550>.

sbcl-tar-file 0.2.1-0.0c10bc8
Dependencies: sbcl-40ants-doc@0.25.0 sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-chipz@0.8-2.82a17d3 sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-salza2@2.1 sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/cl-tar/cl-tar-file
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Read and write physical entries to and from tar files
Description:

cl-tar-file is a Common Lisp library that allows reading from and writing to various tar archive formats. Currently supported are the POSIX ustar, PAX (ustar with a few new entry types), GNU, and v7 (very old) formats.

This library is rather low level and is focused exclusively on reading and writing physical tar file entries using streams. Therefore, it contains no functionality for automatically building archives from a set of files on the filesystem or writing the contents of a file to the filesystem. Additionally, there are no smarts that read multiple physical entries and combine them into a single logical entry (e.g., with PAX extended headers or GNU long link/path name support). For a higher-level library that reads and writes logical entries, and also includes filesystem integration, see cl-tar.

r-targetdecoy 1.18.0
Propagated dependencies: r-shiny@1.13.0 r-mzr@2.46.0 r-mzid@1.50.0 r-miniui@0.1.2 r-ggpubr@0.6.3 r-ggplot2@4.0.3
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://www.bioconductor.org/packages/TargetDecoy
Licenses: Artistic License 2.0
Build system: r
Synopsis: Diagnostic Plots to Evaluate the Target Decoy Approach
Description:

This package provides a first step in the data analysis of Mass Spectrometry (MS) based proteomics data is to identify peptides and proteins. With this respect the huge number of experimental mass spectra typically have to be assigned to theoretical peptides derived from a sequence database. Search engines are used for this purpose. These tools compare each of the observed spectra to all candidate theoretical spectra derived from the sequence data base and calculate a score for each comparison. The observed spectrum is then assigned to the theoretical peptide with the best score, which is also referred to as the peptide to spectrum match (PSM). It is of course crucial for the downstream analysis to evaluate the quality of these matches. Therefore False Discovery Rate (FDR) control is used to return a reliable list PSMs. The FDR, however, requires a good characterisation of the score distribution of PSMs that are matched to the wrong peptide (bad target hits). In proteomics, the target decoy approach (TDA) is typically used for this purpose. The TDA method matches the spectra to a database of real (targets) and nonsense peptides (decoys). A popular approach to generate these decoys is to reverse the target database. Hence, all the PSMs that match to a decoy are known to be bad hits and the distribution of their scores are used to estimate the distribution of the bad scoring target PSMs. A crucial assumption of the TDA is that the decoy PSM hits have similar properties as bad target hits so that the decoy PSM scores are a good simulation of the target PSM scores. Users, however, typically do not evaluate these assumptions. To this end we developed TargetDecoy to generate diagnostic plots to evaluate the quality of the target decoy method.

r-targetsearch 2.14.0
Propagated dependencies: r-ncdf4@1.24 r-assertthat@0.2.1
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/acinostroza/TargetSearch
Licenses: GPL 2+
Build system: r
Synopsis: package for the analysis of GC-MS metabolite profiling data
Description:

This packages provides a flexible, fast and accurate method for targeted pre-processing of GC-MS data. The user provides a (often very large) set of GC chromatograms and a metabolite library of targets. The package will automatically search those targets in the chromatograms resulting in a data matrix that can be used for further data analysis.

ghc-tar-conduit 0.4.1
Dependencies: ghc-conduit@1.3.6.1 ghc-conduit-combinators@1.3.0 ghc-safe-exceptions@0.1.7.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snoyberg/tar-conduit#readme
Licenses: Expat
Build system: haskell
Synopsis: Extract and create tar files using conduit for streaming
Description:

This library provides a conduit-based, streaming interface for extracting and creating tar files.

node-tar-stream 2.2.0
Dependencies: node-readable-stream@3.6.2 node-end-of-stream@1.4.5 node-fs-constants@1.0.0 node-inherits@2.0.4 node-bl@4.1.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/mafintosh/tar-stream
Licenses: Expat
Build system: node
Synopsis: tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Description:

tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.

r-targetscoredata 1.48.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TargetScoreData
Licenses: GPL 2
Build system: r
Synopsis: TargetScoreData
Description:

Precompiled and processed miRNA-overexpression fold-changes from 84 Gene Expression Omnibus (GEO) series corresponding to 6 platforms, 77 human cells or tissues, and 113 distinct miRNAs. Accompanied with the data, we also included in this package the sequence feature scores from TargetScanHuman 6.1 including the context+ score and the probabilities of conserved targeting for each miRNA-mRNA interaction. Thus, the user can use these static sequence-based scores together with user-supplied tissue/cell-specific fold-change due to miRNA overexpression to predict miRNA targets using the package TargetScore (download separately).

bootstrap-tarballs 0
Dependencies: guile-static-stripped-tarball@3.0.11 linux-libre-headers-stripped-tarball@6.12.17
Channel: guix
Location: gnu/packages/make-bootstrap.scm (gnu packages make-bootstrap)
Home page:
Licenses: GPL 3+
Build system: trivial
Synopsis: Tarballs containing all the bootstrap binaries
Description:

Tarballs containing all the bootstrap binaries

emacs-tardis-theme 20260401.2230
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/antonhibl/tardis-theme
Licenses:
Build system: melpa
Synopsis: Quantum Country Theme
Description:

Documentation at https://melpa.org/#/tardis-theme

r-targetsearchdata 1.50.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/acinostroza/TargetSearchData
Licenses: GPL 2+
Build system: r
Synopsis: Example GC-MS data for TargetSearch Package
Description:

Example files of GC-MS data for the TargetSearch Package. The package contains raw NetCDF files from a E.coli salt stress experiment, extracted peak lists, and sample metadata required for a GC-MS analysis. The raw data has been restricted for demonstration purposes.

python-swh.loader.tar 0.0.41
Propagated dependencies: python-arrow@1.3.0 python-click@8.3.1 python-dateutil@2.9.0 python-requests@2.32.5 python-swh.core@2.4.0 python-swh.loader.core@2.6.1 python-swh.loader.dir@0.0.35 python-swh.model@6.1.0 python-swh.scheduler@1.0.0 python-swh.storage@1.3.1 python-vcversioner@2.16.0.0
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/diffusion/DLDTAR
Licenses: GPL 3+
Build system: python
Synopsis: Software Heritage Tarball Loader
Description:

Software Heritage Tarball Loader

chicken5-egg-tarballs 1.1.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/egg-tarballs
Licenses: FreeBSD
Build system: chicken
Synopsis: Creates tarballs for eggs in henrietta cache
Description:

Creates tarballs for eggs in henrietta cache

chicken6-egg-tarballs 1.1.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken6.scm (zilti packages chicken6)
Home page: https://wiki.call-cc.org/eggref/6/egg-tarballs
Licenses: FreeBSD
Build system: chicken
Synopsis: Creates tarballs for eggs in henrietta cache
Description:

Creates tarballs for eggs in henrietta cache

emacs-ido-exit-target 20170717.1851
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/waymondo/ido-exit-target
Licenses:
Build system: melpa
Synopsis: Commands and keys for selecting other window and frame targets within ido
Description:

Documentation at https://melpa.org/#/ido-exit-target

node-event-target-shim 5.0.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/mysticatea/event-target-shim
Licenses: Expat
Build system: node
Synopsis: An implementation of WHATWG EventTarget interface.
Description:

An implementation of WHATWG EventTarget interface.

static-binaries-tarball 0
Dependencies: tar@1.35 gzip@1.14 bzip2@1.0.8 xz@5.4.5 patch@2.8 coreutils@9.1 sed@4.9 grep@3.11 gawk@5.3.0 bash-static@5.2.37
Channel: guix
Location: gnu/packages/make-bootstrap.scm (gnu packages make-bootstrap)
Home page:
Licenses: GPL 3+
Build system: trivial
Synopsis: Statically-linked bootstrap binaries
Description:

Binaries used to bootstrap the distribution.

python-backports-tarfile 1.2.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/jaraco/backports.tarfile
Licenses: Expat
Build system: pyproject
Synopsis: Backport of CPython tarfile module
Description:

This package provides a backport of CPython tarfile module.

chicken5-awful-salmonella-tar 0.0.5
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/awful-salmonella-tar
Licenses: FreeBSD
Build system: chicken
Synopsis: Serve salmonella report files out of tar archives
Description:

Serve salmonella report files out of tar archives

go-github-com-cpuguy83-tar2go 0.3.1
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/cpuguy83/tar2go
Licenses: Expat
Build system: go
Synopsis: Tar files interfaces for Golang
Description:

This package defines basic interfaces to handle tar files. It is similar to fs.FS, but for tar files.

guile-static-stripped-tarball 3.0.11
Dependencies: libunistring@1.3 libffi@3.4.6 libxcrypt@4.4.38 bash-minimal@5.2.37
Propagated dependencies: libunistring@1.3 libgc@8.2.8
Channel: guix
Location: gnu/packages/make-bootstrap.scm (gnu packages make-bootstrap)
Home page: https://www.gnu.org/software/guile/
Licenses: LGPL 3+
Build system: trivial
Synopsis: Minimal statically-linked and relocatable Guile
Description:

Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.

go-github-com-vbatts-tar-split 0.12.2
Channel: guix
Location: gnu/packages/golang-compression.scm (gnu packages golang-compression)
Home page: https://github.com/vbatts/tar-split
Licenses: Modified BSD
Build system: go
Synopsis: Checksum-reproducible tar archives
Description:

This package implements a functionality for pristinely disassembling a tar archive, and stashing needed raw bytes and offsets to reassemble a validating original archive.

binutils-static-stripped-tarball 2.44
Channel: guix
Location: gnu/packages/make-bootstrap.scm (gnu packages make-bootstrap)
Home page: https://www.gnu.org/software/binutils/
Licenses: GPL 3+
Build system: trivial
Synopsis: Binary utilities: bfd gas gprof ld
Description:

GNU Binutils is a collection of tools for working with binary files. Perhaps the most notable are "ld", a linker, and "as", an assembler. Other tools include programs to display binary profiling information, list the strings in a binary file, and utilities for working with archives. The "bfd" library for working with executable and object formats is also included.

linux-libre-headers-stripped-tarball 6.12.17
Dependencies: linux-libre-headers@6.12.17
Channel: guix
Location: gnu/packages/make-bootstrap.scm (gnu packages make-bootstrap)
Home page: https://www.gnu.org/software/linux-libre/
Licenses: GPL 2
Build system: trivial
Synopsis: GNU Linux-Libre kernel headers
Description:

Headers of the Linux-Libre kernel.

node-babel-helper-compilation-targets 7.28.6
Dependencies: node-babel-helper-validator-option@7.27.1 node-babel-compat-data@7.29.0 node-browserslist@4.28.1 node-lru-cache@5.1.1 node-semver@6.3.1
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://www.npmjs.com/package/node-babel-helper-compilation-targets
Licenses: Expat
Build system: node
Synopsis: Helper functions on Babel compilation targets
Description:

Helper functions on Babel compilation targets

Page: 123
Total packages: 50