Skip to content

Commit

Permalink
Merge pull request #220 from satta/debian_nitpicks
Browse files Browse the repository at this point in the history
Debian nitpicks
  • Loading branch information
andrewjpage committed Dec 20, 2015
2 parents 10e7ebd + a3dab6d commit c4d9b77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bin/pan_genome_assembly_statistics
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

package Bio::Roary::Main::AssemblyStatistics;

# ABSTRACT: Given a spreadsheet of gene presence and absense calculate some statistics
# ABSTRACT: Given a spreadsheet of gene presence and absence calculate some statistics
# PODNAME: pan_genome_assembly_statistics

=head1 SYNOPSIS
Given a spreadsheet of gene presence and absense calculate some statistics
Given a spreadsheet of gene presence and absence calculate some statistics
=cut

Expand Down
4 changes: 2 additions & 2 deletions lib/Bio/Roary/AssemblyStatistics.pm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package Bio::Roary::AssemblyStatistics;

# ABSTRACT: Given a spreadsheet of gene presence and absense calculate some statistics
# ABSTRACT: Given a spreadsheet of gene presence and absence calculate some statistics

=head1 SYNOPSIS
Given a spreadsheet of gene presence and absense calculate some statistics
Given a spreadsheet of gene presence and absence calculate some statistics
=cut

Expand Down
4 changes: 2 additions & 2 deletions lib/Bio/Roary/CommandLine/AssemblyStatistics.pm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
undef $VERSION;
package Bio::Roary::CommandLine::AssemblyStatistics;

# ABSTRACT: Given a spreadsheet of gene presence and absense calculate some statistics
# ABSTRACT: Given a spreadsheet of gene presence and absence calculate some statistics

=head1 SYNOPSIS
Given a spreadsheet of gene presence and absense calculate some statistics
Given a spreadsheet of gene presence and absence calculate some statistics
=cut

Expand Down
4 changes: 2 additions & 2 deletions lib/Bio/Roary/SplitGroups.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Bio::Roary::SplitGroups;

# ABSTRACT:
# ABSTRACT: split groups

=head1 SYNOPSIS
Expand Down Expand Up @@ -321,4 +321,4 @@ sub _parse_gene_neighbourhood {

no Moose;
__PACKAGE__->meta->make_immutable;
1;
1;

0 comments on commit c4d9b77

Please sign in to comment.