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
|
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 (>= 9),
zlib1g-dev,
libbz2-dev,
mpi-default-dev
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ray.git
Vcs-Git: git://anonscm.debian.org/debian-med/ray.git
Homepage: http://denovoassembler.sourceforge.net/
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}
Description: focumentation 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,
python
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.
|