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
Commits
dde18a30
Commit
dde18a30
authored
Aug 12, 2013
by
Magali Ruffier
Browse files
replaced reg variable with registry in example calls
parent
82a19226
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/Bio/EnsEMBL/DBSQL/SimpleFeatureAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/SimpleFeatureAdaptor.pm
+3
-3
No files found.
modules/Bio/EnsEMBL/DBSQL/SimpleFeatureAdaptor.pm
View file @
dde18a30
...
...
@@ -24,13 +24,13 @@ Bio::EnsEMBL::DBSQL::SimpleFeatureAdaptor
=head1 SYNOPSIS
my $reg = 'Bio::EnsEMBL::Registry';
my $reg
istry
= 'Bio::EnsEMBL::Registry';
$reg->
$reg
istry
->
load_registry_from_db( ...
my $sfa =
$reg->get_adaptor('homo sapiens', 'core', 'SimpleFeature');
$reg
istry
->get_adaptor('homo sapiens', 'core', 'SimpleFeature');
print ref($sfa), "\n";
...
...
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