line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package BioSAILs; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
68975
|
use strict; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
34
|
|
4
|
1
|
|
|
1
|
|
26
|
use 5.008_005; |
|
1
|
|
|
|
|
5
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.02'; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
__END__ |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=encoding utf-8 |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
BioSAIL(s) - Standard(ized) Analysis Information Layers |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 SYNOPSIS |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
with 'BioSAILs::Utils::LoadConfigs'; |
19
|
|
|
|
|
|
|
with 'BioSAILs::Integrations::Github'; |
20
|
|
|
|
|
|
|
... |
21
|
|
|
|
|
|
|
with 'BioSAILs::SomeOtherRole'; |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 DESCRIPTION |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
BioSAILs is a set of roles for shared functionlity between |
26
|
|
|
|
|
|
|
L<HPC::Runner::Command> and L<BioX::Workflow::Command>. It is not meant to be |
27
|
|
|
|
|
|
|
used on its own (yet). |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 AUTHOR |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
Jillian Rowe E<lt>jillian.e.rowe@gmail.comE<gt> |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 COPYRIGHT |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Copyright 2017- Jillian Rowe |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 LICENSE |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or modify |
40
|
|
|
|
|
|
|
it under the same terms as Perl itself. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=head1 SEE ALSO |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
L<HPC::Runner::Command> |
45
|
|
|
|
|
|
|
L<BioX::Workflow::Command> |
46
|
|
|
|
|
|
|
L<https://snakemake.readthedocs.io/en/stable/> |
47
|
|
|
|
|
|
|
L<http://bcbio-nextgen.readthedocs.io/en/latest/> |
48
|
|
|
|
|
|
|
L<https://www.nextflow.io/> |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=cut |