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
  
     | 
    
      Source: svim
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Nilesh Patra <nilesh@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3,
 python3-edlib,
 python3-matplotlib,
 python3-numpy,
 python3-pysam,
 python3-scipy,
 python3-pyspoa,
 python3-cpuinfo,
 python3-setuptools
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/svim
Vcs-Git: https://salsa.debian.org/med-team/svim.git
Homepage: https://github.com/eldariont/svim
Rules-Requires-Root: no
Package: svim
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Structural variant caller for long sequencing reads
 SVIM is a structural variant caller for long sequencing reads.
 It is able to detect, classify and genotype five different
 classes of structural variants. Unlike existing methods, SVIM
 integrates information from across the genome to precisely
 distinguish similar events, such as tandem and interspersed
 duplications and simple insertions.
 
     |