Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-io
Commits
c8ac1291
Commit
c8ac1291
authored
Sep 27, 2018
by
Tiago Grego
Browse files
enable strictures
parent
46d58ae2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
modules/Bio/EnsEMBL/IO/Object/Metadata.pm
modules/Bio/EnsEMBL/IO/Object/Metadata.pm
+3
-0
modules/Bio/EnsEMBL/Utils/RDF.pm
modules/Bio/EnsEMBL/Utils/RDF.pm
+2
-0
No files found.
modules/Bio/EnsEMBL/IO/Object/Metadata.pm
View file @
c8ac1291
...
...
@@ -33,6 +33,9 @@ base class.
package
Bio::EnsEMBL::IO::Object::
Metadata
;
use
strict
;
use
warnings
;
sub
new
{
die
"
Bio::EnsEMBL::IO::Object::Metadata should not be directly instantiated!
";
...
...
modules/Bio/EnsEMBL/Utils/RDF.pm
View file @
c8ac1291
...
...
@@ -34,6 +34,8 @@ limitations under the License.
package
Bio::EnsEMBL::Utils::
RDF
;
use
strict
;
use
warnings
;
use
parent
'
Exporter
';
our
@EXPORT_OK
=
qw(u triple escape clean_for_uri taxon_triple prefix name_spaces compatible_name_spaces seq_region_uri feature_uri)
;
our
%EXPORT_TAGS
=
(
all
=>
[
qw(u triple escape clean_for_uri taxon_triple prefix seq_region_uri feature_uri)
],
...
...
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