Skip to content

Commit

Permalink
introduce version numbers in individual models
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchaolin committed Dec 4, 2014
1 parent e908577 commit 42c1a6c
Show file tree
Hide file tree
Showing 20 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Affy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

package Affy;

our $VERSION = 1.01;


=head1 NAME
Affy - read and write Affymetrix files
Expand Down
2 changes: 2 additions & 0 deletions Bed.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package Bed;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
2 changes: 2 additions & 0 deletions ClustalW.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package ClustalW;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
4 changes: 4 additions & 0 deletions Common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ package Common;

require Exporter;


our $VERSION = 1.01;


@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
4 changes: 4 additions & 0 deletions ESEfinder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ use Bio::WebAgent;
use strict;

use vars qw(@ISA );


our $VERSION = 1.01;

#inherits directly from SimpleAnalysisBase
@ISA = qw(Bio::Tools::Analysis::SimpleAnalysisBase);

Expand Down
3 changes: 3 additions & 0 deletions GeneSymbol.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ package GeneSymbol;
use strict;
use FileHandle;
use Common;

our $VERSION = 1.01;

#-------------------------------Globals--------------------------------------#
my $symbol_file;
my $hash;
Expand Down
3 changes: 3 additions & 0 deletions HMM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ use Data::Dumper;
use Common;


our $VERSION = 1.01;


=head1 NAME
HMM - Hidden Markov Model
Expand Down
4 changes: 4 additions & 0 deletions Maf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ package Maf;

require Exporter;


our $VERSION = 1.01;


@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
2 changes: 2 additions & 0 deletions MyConfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package MyConfig;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
2 changes: 2 additions & 0 deletions PhastCons.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package PhastCons;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
3 changes: 3 additions & 0 deletions PhyloTree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ package PhyloTree;

require Exporter;


our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
2 changes: 2 additions & 0 deletions Quantas.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package Quantas;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
3 changes: 3 additions & 0 deletions SGE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ package SGE;

require Exporter;


our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
2 changes: 2 additions & 0 deletions Sam.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package Sam;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
3 changes: 3 additions & 0 deletions ScaleFree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ require Exporter;

@ISA = qw (Exporter);

our $VERSION = 1.01;


@EXPORT = qw (
buildHarmonicNumberTable
encode
Expand Down
3 changes: 3 additions & 0 deletions ScanStatistics.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ require Exporter;

@ISA = qw (Exporter);

our $VERSION = 1.01;


@EXPORT = qw (
calcScanStatistic
);
Expand Down
4 changes: 4 additions & 0 deletions Sequence.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ use Bed;

require Exporter;


our $VERSION = 1.01;


@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
2 changes: 2 additions & 0 deletions Vcf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ package Vcf;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw(
Expand Down
2 changes: 2 additions & 0 deletions ViennaRNA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package ViennaRNA;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down
2 changes: 2 additions & 0 deletions Wiggle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ package Wiggle;

require Exporter;

our $VERSION = 1.01;

@ISA = qw (Exporter);

@EXPORT = qw (
Expand Down

0 comments on commit 42c1a6c

Please sign in to comment.