Skip to content
Snippets Groups Projects
Commit 00cf9984 authored by Javier Herrero's avatar Javier Herrero
Browse files

Added: POD for Bio::EnsEMBL::Hive::DBSQL::DataflowRuleAdaptor::create_rule() method

parent 9253a82f
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,18 @@ sub remove { ...@@ -147,6 +147,18 @@ sub remove {
} }
=head2 create_rule
Title : create_rule
Usage : $self->create_rule( $from_analysis, $to_analysis );
Function: Creates and stores a new rule in the DB.
Returns : Bio::EnsEMBL::Hive::DataflowRule
Args[1] : Bio::EnsEMBL::Analysis $from_analysis
Args[1] : Bio::EnsEMBL::Analysis $to_analysis
Args[1] : (optional) int $branch_code
=cut
sub create_rule { sub create_rule {
my ($self, $fromAnalysis, $toAnalysis, $branchCode) = @_; my ($self, $fromAnalysis, $toAnalysis, $branchCode) = @_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment