Skip to content
Snippets Groups Projects
Commit cffe094b authored by Anne Parker's avatar Anne Parker
Browse files

Fixed capitalisation of BAMAdaptor

parent 53c08b89
No related branches found
No related tags found
No related merge requests found
......@@ -158,8 +158,8 @@ sub DataFile_to_adaptor {
my $type = $df->file_type();
my $dispatch = {
BAM => sub {
require Bio::EnsEMBL::ExternalData::BAM::BamAdaptor;
return Bio::EnsEMBL::ExternalData::BAM::BamAdaptor->new($df->path($base));
require Bio::EnsEMBL::ExternalData::BAM::BAMAdaptor;
return Bio::EnsEMBL::ExternalData::BAM::BAMAdaptor->new($df->path($base));
},
BIGBED => sub {
require Bio::EnsEMBL::ExternalData::BigFile::BigBedAdaptor;
......
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