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: squizz
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/squizz
Vcs-Git: https://salsa.debian.org/med-team/squizz.git
Homepage: ftp://ftp.pasteur.fr/pub/gensoft/projects/squizz/
Rules-Requires-Root: no
Package: squizz
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Converter for genetic sequences and alignments
Squizz is a sequence/alignment format checker, but it has some
conversion capabilities too.
Most common sequence and alignment formats are supported :
- EMBL, FASTA, GCG, GDE, GENBANK, IG, NBRF, PIR (codata), RAW, and
SWISSPROT.
- CLUSTAL, FASTA, MEGA, MSF, NEXUS, PHYLIP (interleaved and sequential) and
STOCKHOLM.
Package: libsquizz
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Conversion libs used by squizz genetic sequence converter
Squizz is a sequence/alignment format checker, but it has some
conversion capabilities too.
Most common sequence and alignment formats are supported :
- EMBL, FASTA, GCG, GDE, GENBANK, IG, NBRF, PIR (codata), RAW, and
SWISSPROT.
- CLUSTAL, FASTA, MEGA, MSF, NEXUS, PHYLIP (interleaved and sequential) and
STOCKHOLM.
.
This package provides required libs for squizz binary
Package: libsquizz-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libsquizz (= ${binary:Version})
Description: development tools for squizz genetic sequence converter
Squizz is a sequence/alignment format checker, but it has some
conversion capabilities too.
Most common sequence and alignment formats are supported :
- EMBL, FASTA, GCG, GDE, GENBANK, IG, NBRF, PIR (codata), RAW, and
SWISSPROT.
- CLUSTAL, FASTA, MEGA, MSF, NEXUS, PHYLIP (interleaved and sequential) and
STOCKHOLM.
.
This package provides the required static libs and header files of squizz
|