Bio::Tools::CodonTable::is_start_codon: check in case of ambiguous codons (#266)
[bioperl-live.git] / dist.ini
blob3828890734bf58251d885fde9aa62247f9904d63
1 name = BioPerl
2 version = 1.7.8
3 author = See individual modules
4 copyright_holder = See individual modules
5 license = Perl_5
7 ;; Modules should be fixed so that these don't have to be removed.
8 [@BioPerl]
9 -remove = PodCoverageTests
10 -remove = PodWeaver
11 -remove = Test::EOL
12 -remove = Test::NoTabs
13 ;; [AutoMetaResources] is not suitable for us because our repo name
14 ;; is different from the distribution name.
15 -remove = AutoMetaResources
17 ;; This is a dependency for Windows only
18 AutoPrereqs.skips[0] = ^Win32$
20 ;; The program bp_fetch can make use of this Bio::DB modules that are
21 ;; not part of the distribution.
22 AutoPrereqs.skips[1] = ^Bio::DB::Ace$
23 AutoPrereqs.skips[2] = ^Bio::DB::EMBL$
24 AutoPrereqs.skips[3] = ^Bio::DB::GenBank$
25 AutoPrereqs.skips[4] = ^Bio::DB::GenPept$
26 AutoPrereqs.skips[5] = ^Bio::DB::SwissProt$
29 [OSPrereqs / MSWin32]
30 Win32 = 0
32 [Prereqs / bin_bp_fetch_RuntimeSuggests]
33 -relationship = suggests
34 Bio::DB::Ace = 0
35 Bio::DB::EMBL = 0
36 Bio::DB::GenBank = 0
37 Bio::DB::GenPept = 0
38 Bio::DB::SwissProt = 0
40 ;; PodWeaver has some minimum requirements on the files before it can
41 ;; be used. To allow a migration overtime, we can list the files that
42 ;; are ready here.
43 [FileFinder::ByName / PodWeaver-Ready]
44 file = lib/BioPerl.pm
45 file = lib/Bio/Tools/CodonTable.pm
46 file = lib/Bio/Tools/IUPAC.pm
48 [PodWeaver]
49 config_plugin = @BioPerl
50 finder = PodWeaver-Ready
52 ;; The distribution name is different from the repository name so we
53 ;; can't use [AutoMetaResources] that comes from [@BioPerl].
54 [MetaResources]
55 homepage = https://metacpan.org/release/BioPerl
56 bugtracker.web = https://github.com/bioperl/bioperl-live/issues
57 bugtracker.mailto = bioperl-l@bioperl.org
58 repository.url = git://github.com/bioperl/bioperl-live.git
59 repository.web = https://github.com/bioperl/bioperl-live
60 repository.type = git
62 [PruneFiles]
63 filename = .travis.yml
64 match = ^travis_scripts