Skip to content
Snippets Groups Projects
Unverified Commit be69e922 authored by sgiorgetti's avatar sgiorgetti Committed by GitHub
Browse files

Merge pull request #606 from Ensembl/fix/xref_parsers_names

Fix package name for renamed parsers
parents 040e2347 3ffac601
No related branches found
No related tags found
No related merge requests found
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2021] EMBL-European Bioinformatics Institute
Copyright [2016-2022] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......@@ -19,7 +19,7 @@ limitations under the License.
# Parse RefSeq data from central database to create species specific xrefs.
package XrefParser::RefSeqGPFFParser;
package XrefParser::RefSeqDatabaseParser;
use strict;
use warnings;
......
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2021] EMBL-European Bioinformatics Institute
Copyright [2016-2022] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......@@ -26,7 +26,7 @@ limitations under the License.
package XrefParser::UniProtParser;
package XrefParser::UniProtDatabaseParser;
use strict;
use warnings;
......
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