1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: ray
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sébastien Boisvert <sebastien.boisvert.3@ulaval.ca>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
zlib1g-dev,
libbz2-dev,
mpi-default-dev,
pkgconf,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/ray
Vcs-Git: https://salsa.debian.org/med-team/ray.git
Homepage: https://denovoassembler.sourceforge.net/
Rules-Requires-Root: no
Package: ray
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
mpi-default-bin
Description: de novo genome assemblies of next-gen sequencing data
Ray is a parallel software that computes de novo genome assemblies with
next-generation sequencing data.
Ray is written in C++ and can run in parallel on numerous interconnected
computers using the message-passing interface (MPI) standard.
Included:
- Ray de novo assembly of single genomes
- Ray Méta de novo assembly of metagenomes
- Ray Communities microbe abundance + taxonomic profiling
- Ray Ontologies gene ontology profiling
Package: ray-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: documentation for ray parallel de novo genome assembler
Ray is a parallel software that computes de novo genome assemblies with
next-generation sequencing data.
Ray is written in C++ and can run in parallel on numerous interconnected
computers using the message-passing interface (MPI) standard.
.
This package includes documentation files.
Package: ray-extra
Architecture: all
Depends: ${misc:Depends},
r-base-core,
python3
Description: Scripts and XSL sheets for post-processing for ray
Ray is a parallel software that computes de novo genome assemblies with
next-generation sequencing data.
Ray is written in C++ and can run in parallel on numerous interconnected
computers using the message-passing interface (MPI) standard.
.
This package contains scripts and XSL sheets for post-processing.
|