Skip to content
Snippets Groups Projects
Commit cafdf053 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Added whitespace to help POD filter.

parent cec93e6f
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,9 @@ sub load_pipeline { load_adaptors(@_) }
Exceptions : none
=cut
sub load_SNP { load_adaptors(@_) }
sub load_haplotype { load_adaptors(@_) }
sub load_ontology { load_adaptors(@_) }
......@@ -287,7 +289,9 @@ sub load_ontology { load_adaptors(@_) }
sub load_estgene { load_and_attach_dnadb_to_core(@_) }
sub load_variation { load_and_attach_dnadb_to_core(@_) }
sub load_funcgen { load_and_attach_dnadb_to_core(@_) }
=head2 load_otherfeatures
Arg [1] : DBAdaptor with DBConnection alredy attached
Returntype : DBAdaptor
......@@ -295,6 +299,7 @@ sub load_funcgen { load_and_attach_dnadb_to_core(@_) }
=cut
sub load_otherfeatures { load_and_attach_dnadb_to_core(@_) }
=head2 load_vega
Arg [1] : DBAdaptor with DBConnection already attached
Returntype : DBAdaptor
......
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