-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introduce version numbers in individual models
- Loading branch information
1 parent
e908577
commit 42c1a6c
Showing
20 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,9 @@ | |
|
||
package Affy; | ||
|
||
our $VERSION = 1.01; | ||
|
||
|
||
=head1 NAME | ||
Affy - read and write Affymetrix files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ package Bed; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ package ClustalW; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,10 @@ package Common; | |
|
||
require Exporter; | ||
|
||
|
||
our $VERSION = 1.01; | ||
|
||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,9 @@ use Data::Dumper; | |
use Common; | ||
|
||
|
||
our $VERSION = 1.01; | ||
|
||
|
||
=head1 NAME | ||
HMM - Hidden Markov Model | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ package Maf; | |
|
||
require Exporter; | ||
|
||
|
||
our $VERSION = 1.01; | ||
|
||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ package MyConfig; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ package PhastCons; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ package PhyloTree; | |
|
||
require Exporter; | ||
|
||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ package Quantas; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ package SGE; | |
|
||
require Exporter; | ||
|
||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ package Sam; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,9 @@ require Exporter; | |
|
||
@ISA = qw (Exporter); | ||
|
||
our $VERSION = 1.01; | ||
|
||
|
||
@EXPORT = qw ( | ||
calcScanStatistic | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,10 @@ use Bed; | |
|
||
require Exporter; | ||
|
||
|
||
our $VERSION = 1.01; | ||
|
||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ package Vcf; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ package ViennaRNA; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ package Wiggle; | |
|
||
require Exporter; | ||
|
||
our $VERSION = 1.01; | ||
|
||
@ISA = qw (Exporter); | ||
|
||
@EXPORT = qw ( | ||
|