File: control

package info (click to toggle)
ivar 1.3.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,044 kB
  • sloc: cpp: 4,997; javascript: 866; sh: 120; makefile: 42
file content (56 lines) | stat: -rw-r--r-- 2,428 bytes parent folder | download
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
Source: ivar
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libhts-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/ivar
Vcs-Git: https://salsa.debian.org/med-team/ivar.git
Homepage: https://github.com/andersen-lab/ivar
Rules-Requires-Root: no

Package: ivar
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: samtools
Description: functions broadly useful for viral amplicon-based sequencing
 iVar is a computational package that contains functions broadly useful
 for viral amplicon-based sequencing. Additional tools for metagenomic
 sequencing are actively being incorporated into iVar. While each of
 these functions can be accomplished using existing tools, iVar contains
 an intersection of functionality from multiple tools that are required
 to call iSNVs and consensus sequences from viral sequencing data across
 multiple replicates. iVar provided the following functions:
 .
  1. trimming of primers and low-quality bases,
  2. consensus calling,
  3. variant calling - both iSNVs and insertions/deletions, and
  4. identifying mismatches to primer sequences and excluding the
     corresponding reads from alignment files.

Package: ivar-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         node-jquery
Multi-Arch: foreign
Description: functions broadly useful for viral amplicon-based sequencing (documentation)
 iVar is a computational package that contains functions broadly useful
 for viral amplicon-based sequencing. Additional tools for metagenomic
 sequencing are actively being incorporated into iVar. While each of
 these functions can be accomplished using existing tools, iVar contains
 an intersection of functionality from multiple tools that are required
 to call iSNVs and consensus sequences from viral sequencing data across
 multiple replicates. iVar provided the following functions:
 .
  1. trimming of primers and low-quality bases,
  2. consensus calling,
  3. variant calling - both iSNVs and insertions/deletions, and
  4. identifying mismatches to primer sequences and excluding the
     corresponding reads from alignment files.
 .
 This package contains the html documentation for ivar.