forked from rdeborja/NGS-Tools-GATK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
79 lines (79 loc) · 2.38 KB
/
META.json
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
{
"abstract" : "Perl Moose Roles and methods for the Genome Analysis Toolkit (i.e. GATK)",
"author" : [
"Richard de Borja <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.421",
"license" : [
"unknown"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "NGS-Tools-GATK",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"File::Basename" : "0",
"File::Find::Rule" : "0.3",
"Moose" : "0",
"Moose::Role" : "0",
"MooseX::Params::Validate" : "0"
}
}
},
"provides" : {
"NGS::Tools::GATK" : {
"file" : "lib/NGS/Tools/GATK.pm",
"version" : "0.10"
},
"NGS::Tools::GATK::Roles::BaseRecalibrator" : {
"file" : "lib/NGS/Tools/GATK/Roles/BaseRecalibrator.pm"
},
"NGS::Tools::GATK::Roles::CombineVariants" : {
"file" : "lib/NGS/Tools/GATK/Roles/CombineVariants.pm"
},
"NGS::Tools::GATK::Roles::Core" : {
"file" : "lib/NGS/Tools/GATK/Roles/Core.pm"
},
"NGS::Tools::GATK::Roles::DepthOfCoverage" : {
"file" : "lib/NGS/Tools/GATK/Roles/DepthOfCoverage.pm"
},
"NGS::Tools::GATK::Roles::HaplotypeCaller" : {
"file" : "lib/NGS/Tools/GATK/Roles/HaplotypeCaller.pm"
},
"NGS::Tools::GATK::Roles::IndelRealigner" : {
"file" : "lib/NGS/Tools/GATK/Roles/IndelRealigner.pm"
},
"NGS::Tools::GATK::Roles::MuTect2" : {
"file" : "lib/NGS/Tools/GATK/Roles/MuTect2.pm"
},
"NGS::Tools::GATK::Roles::Pileup" : {
"file" : "lib/NGS/Tools/GATK/Roles/Pileup.pm"
},
"NGS::Tools::GATK::Roles::PrintReads" : {
"file" : "lib/NGS/Tools/GATK/Roles/PrintReads.pm"
},
"NGS::Tools::GATK::Roles::RealignerTargetCreator" : {
"file" : "lib/NGS/Tools/GATK/Roles/RealignerTargetCreator.pm"
},
"NGS::Tools::GATK::Roles::UnifiedGenotyper" : {
"file" : "lib/NGS/Tools/GATK/Roles/UnifiedGenotyper.pm"
}
},
"release_status" : "stable",
"version" : "0.10"
}