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 59 60 61 62
|
Source: nanook
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk,
javahelper,
libcommons-io-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/nanook
Vcs-Git: https://salsa.debian.org/med-team/nanook.git
Homepage: https://documentation.tgac.ac.uk/display/NANOOK/NanoOK
Rules-Requires-Root: no
Package: nanook
Architecture: all
Depends: ${java:Depends},
${misc:Depends},
default-jre-headless,
r-cran-ggplot2,
r-cran-scales,
r-cran-gridextra,
r-cran-reshape,
texlive-latex-base,
hdf5-tools,
last-align
Recommends: blasr,
bwa
Suggests: default-jre
Description: pre- and post-alignment analysis of nanopore sequencing data
NanoOK is a flexible, multi-reference software for pre- and post-
alignment analysis of nanopore sequencing data, quality and error
profiles.
.
NanoOK (pronounced na-nook) is a tool for extraction, alignment and
analysis of Nanopore reads. NanoOK will extract reads as FASTA or FASTQ
files, align them (with a choice of alignment tools), then generate a
comprehensive multi-page PDF report containing yield, accuracy and
quality analysis. Along the way, it generates plain text files which can
be used for further analysis, as well as graphs suitable for inclusion
in presentations and papers.
Package: nanook-examples
Architecture: all
Depends: ${misc:Depends},
Enhances: nanook
Multi-Arch: foreign
Description: pre- and post-alignment analysis of nanopore sequencing data (examples)
NanoOK is a flexible, multi-reference software for pre- and post-
alignment analysis of nanopore sequencing data, quality and error
profiles.
.
NanoOK (pronounced na-nook) is a tool for extraction, alignment and
analysis of Nanopore reads. NanoOK will extract reads as FASTA or FASTQ
files, align them (with a choice of alignment tools), then generate a
comprehensive multi-page PDF report containing yield, accuracy and
quality analysis. Along the way, it generates plain text files which can
be used for further analysis, as well as graphs suitable for inclusion
in presentations and papers.
.
This package contains some example data.
|