-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathBuild.PL
152 lines (141 loc) · 7.72 KB
/
Build.PL
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
use strict;
use warnings;
use WTSI::DNAP::Utilities::Build;
my $requires = {
'autodie' => 0,
'base' => 0,
'Carp' => 0,
'Class::Load' => 0,
'Compress::Zlib' => 0,
'Cwd' => 0,
'DBD::mysql' => 0,
'DBI' => 0,
'DBIx::Class' => 0,
'DBIx::Class::InflateColumn::Serializer' => 0,
'Data::Dumper' => 0,
'DateTime' => 0,
'DateTime::Format::MySQL' => 0,
'Digest::MD5' => 0,
'Digest::SHA1' => 0,
'Exporter' => 0,
'English' => 0,
'Fatal' => 0,
'Fcntl' => 0,
'File::Basename' => 0,
'File::Find' => 0,
'File::Glob' => 0,
'File::Path' => 0,
'File::Spec' => 0,
'File::Spec::Functions' => 0,
'File::Slurp' => 0,
'File::Temp' => 0,
'FindBin' => '1.47',
'Getopt::Long' => '2.37',
'Getopt::Std' => 0,
'HTTP::Request' => 0,
'IPC::SysV' => 0,
'IO::Compress::Xz' => '2.068',
'IO::Uncompress::UnXz' => '2.068',
'JSON' => '2.12',
'JSON::XS' => 0,
'lib' => 0,
'List::MoreUtils' => 0,
'List::Util' => 0,
'Log::Log4perl' => 0,
'LWP::Simple' => 0,
'LWP::UserAgent' => 0,
'Math::Round' => 0,
'MIME::Base64' => 0,
'MIME::Base64::Perl' => 0,
'Module::Pluggable::Object' => 0,
'Moose' => 0,
'Moose::Meta::Class' => 0,
'Moose::Role' => 0,
'Moose::Util::TypeConstraints' => 0,
'MooseX::AttributeHelpers' => 0,
'MooseX::ClassAttribute' => 0,
'MooseX::Getopt' => 0,
'MooseX::NonMoose' => 0,
'MooseX::Storage' => 0,
'MooseX::StrictConstructor' => 0,
'namespace::autoclean' => 0,
'Parallel::ForkManager' => 0,
'PDL' => '<= 2.068',
'Perl6::Slurp' => 0,
'Pod::Usage' => 0,
'POSIX' => 0,
'Readonly' => 0,
'Readonly::XS' => 0,
'REST::Client' => 0,
'Statistics::Lite' => 0,
'strict' => 0,
'Term::ANSIColor' => 0,
'Text::CSV' => 0,
'Try::Tiny' => 0,
'warnings' => 0,
'URI::Escape' => 0,
'Vcf' => 0,
'WTSI::DNAP::Utilities::Timestamp' => 0,
'WTSI::DNAP::Warehouse::Schema' => 0,
'WTSI::DNAP::Warehouse::Schema::Query::IseqFlowcell' => 0,
'npg_common::Alignment' => 0,
'npg_common::extractor::fastq' => 0,
'npg_common::roles::software_location' => 0,
'npg_tracking::data::reference::list' => 0,
'npg_tracking::data::bait::find' => 0,
'npg_tracking::data::geno_refset::find' => 0,
'npg_tracking::data::snv::find' => 0,
'npg_tracking::glossary::composition' => 0,
'npg_tracking::glossary::composition::factory' => 0,
'npg_tracking::glossary::composition::factory::attributes' => 0,
'npg_tracking::glossary::composition::component' => 0,
'npg_tracking::glossary::composition::component::illumina' => 0,
'npg_tracking::glossary::composition::factory::rpt_list' => 0,
'npg_tracking::glossary::rpt' => 0,
'npg_tracking::glossary::run' => 0,
'npg_tracking::glossary::lane' => 0,
'npg_tracking::glossary::subset' => 0,
'npg_tracking::glossary::tag' => 0,
'npg_tracking::glossary::moniker' => 0,
'npg_tracking::illumina::runfolder' => 0,
'npg_tracking::Schema' => 0,
'npg_tracking::util::abs_path' => 0,
'npg_tracking::util::db_config' => 0,
'npg_tracking::util::pipeline_config' => 0,
'npg_tracking::util::types' => 0,
'npg::util' => 0,
'st::api::lims' => 0,
'WTSI::NPG::iRODS' => 0,
'WTSI::NPG::iRODS::DataObject' => 0
};
my $build_requires = {
'Archive::Extract' => 0,
'Cwd' => 0,
'DateTime::Format::SQLite' => 0,
'DBD::SQLite' => 0,
'ExtUtils::CBuilder' => 0,
'File::Copy' => 0,
'File::Copy::Recursive' => 0,
'Test::Deep' => 0,
'Test::Distribution' => 0,
'Test::Perl::Critic' => 0,
'Test::Warn' => 0,
'Test::Exception' => 0,
'Test::More' => 0,
'npg_testing::db' => 0
};
my $builder = WTSI::DNAP::Utilities::Build->new(
'module_name' => 'npg_qc',
'dist_author' => q(wtsi-npg <[email protected]>),
'dist_version' => WTSI::DNAP::Utilities::Build->git_tag(),
'dist_abstract' => 'Illumina and WTSI quality control for Illumina sequencing data',
'license' => 'gpl',
'configure_requires' => {
'WTSI::DNAP::Utilities::Build' => 0,
},
'build_requires' => $build_requires,
'requires' => $requires,
'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', },
);
$builder->create_build_script();
1;