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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
Source: bioperl-run
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: perl,
libmodule-build-perl,
bioperl,
# Recommended in Build.PL:
libalgorithm-diff-perl,
libipc-run-perl,
libio-string-perl,
libxml-twig-perl,
# Not yet available: libfile-sort-perl
# Needed for the tests, but not documented Upstream
libtest-most-perl,
libarray-compare-perl,
libtree-dagnode-perl,
# Needed for the regression tests: all Recommends of bioperl-run except embassy, that needs interactive setup.
amap-align,
bedtools,
blast2,
bowtie,
bwa,
clustalw,
emboss,
exonerate,
hmmer,
hyphy-mpi,
infernal,
kalign,
maq,
mafft,
muscle,
ncoils,
phylip,
phyml,
primer3,
probcons,
raxml,
samtools,
sim4,
t-coffee,
tigr-glimmer,
wise,
# Needed for the network tests:
libwww-perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/bioperl-run
Vcs-Git: https://salsa.debian.org/med-team/bioperl-run.git
Homepage: https://metacpan.org/release/BioPerl-Run
Package: bioperl-run
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
bioperl,
libbio-perl-run-perl (= ${source:Version})
Recommends: amap-align,
bedtools,
blast2,
bowtie,
bwa,
clustalw,
emboss,
exonerate,
hmmer,
hyphy-mpi,
infernal,
kalign,
maq,
mafft,
muscle,
ncoils,
phylip,
phyml,
primer3,
probalign,
probcons,
raxml,
samtools,
sim4,
t-coffee,
tigr-glimmer,
wise
# Non-Free.
Suggests: gmap,
paml
# Removed from Debian at all molphy,
# Removed from Debian but might be reintroduced ensembl,
# The following list of packages is not available in Debian:
# blat,
# cap3,
# condense,
# drawgram,
# drawtree,
# eponine,
# fasta, # non-free, inofficial package for BioLinux
# footprinter,
# genemark-hmm,
# genscan,
# gerp,
# glimmer2,
# lagan, # packaging work in progress
# lvb,
# match,
# mcs,
# mdust,
# meme, # non-free, packaging work in progress
# minimo,
# neighbor,
# newbler,
# njtree,
# pal2nal,
# phastcons,
# phrap,
# primate,
# prints,
# profile,
# promoterwise,
# protdist,
# protpars,
# pseudowise,
# quikctree,
# repeatmasker,
# sablastplus,
# seg,
# semphy,
# seqboot,
# signalp,
# simprot,
# slr,
# soapeu,
# tigr-assembler,
# tmhmm,
# tribe,
# trnascan-se, # non-free
# vista-align
Description: BioPerl wrappers: scripts
Contains scripts from the BioPerl-Run package. This package will also install
all wrappable applications packaged in Debian. The ones that are not Free are
"Suggested" by this package.
Package: libbio-perl-run-perl
Architecture: all
Section: perl
Depends: ${misc:Depends},
${perl:Depends},
libbio-perl-perl (>= 1.7.1-1)
Recommends: libalgorithm-diff-perl,
libipc-run-perl,
libio-string-perl,
libxml-twig-perl,
libwww-perl
Breaks: libbio-perl-perl (<< 1.7.1-1)
Replaces: libbio-perl-perl (<< 1.7.1-1)
Description: BioPerl wrappers: modules
Contains modules that provide a Perl interface to various bioinformatics
applications to allow them to be used with common BioPerl objects.
|