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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: ugene
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>,
Olivier Sallou <osallou@debian.org>,
Pierre Gruet <pgt@debian.org>
Section: science
Priority: optional
Build-Depends: qtbase5-dev,
libqt5websockets5-dev,
libqt5opengl5-dev,
libqt5networkauth5-dev,
libqt5svg5-dev,
qtscript5-dev,
qtwebengine5-dev,
qt5-qmake,
qtchooser,
qttools5-dev,
zlib1g-dev,
debhelper-compat (= 13),
libxtst-dev,
libsqlite3-dev,
libproc2-dev
Build-Conflicts: libqt4-dev,
qt4-qmake
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/ugene
Vcs-Git: https://salsa.debian.org/med-team/ugene.git
Homepage: https://ugene.unipro.ru
Rules-Requires-Root: no
Package: ugene
Architecture: any
Depends: ${shlibs:Depends},
ugene-data,
${misc:Depends}
Recommends: bedtools,
bowtie,
bowtie2,
bwa,
clark,
clustalo,
clustalw,
cutadapt,
default-jre-headless,
fastqc,
hisat2,
hmmer,
hmmer2,
kalign,
kraken,
macs,
mafft,
metaphlan2,
mrbayes,
muscle,
ncbi-blast+,
phyml,
primer3,
r-base,
samtools,
spades,
t-coffee,
trimmomatic,
vcftools,
wevote
Suggests: cufflinks
Description: integrated bioinformatics toolkit
Unipro UGENE is a cross-platform visual environment for DNA and protein
sequence analysis. UGENE integrates the most important bioinformatics
computational algorithms and provides an easy-to-use GUI for performing
complex analysis of the genomic data. One of the main features of UGENE
is a designer for custom bioinformatics workflows.
Package: ugene-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: required data for UGENE - integrated bioinformatics toolkit
Unipro UGENE is a cross-platform visual environment for DNA and protein
sequence analysis.
.
This package contains various data and example files for UGENE.
|