Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
00cf9984
Commit
00cf9984
authored
Mar 15, 2006
by
Javier Herrero
Browse files
Added: POD for Bio::EnsEMBL::Hive::DBSQL::DataflowRuleAdaptor::create_rule() method
parent
9253a82f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
modules/Bio/EnsEMBL/Hive/DBSQL/DataflowRuleAdaptor.pm
modules/Bio/EnsEMBL/Hive/DBSQL/DataflowRuleAdaptor.pm
+12
-0
No files found.
modules/Bio/EnsEMBL/Hive/DBSQL/DataflowRuleAdaptor.pm
View file @
00cf9984
...
...
@@ -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
{
my
(
$self
,
$fromAnalysis
,
$toAnalysis
,
$branchCode
)
=
@_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment