Mercurial > repos > mahtabm > ensembl
view variant_effect_predictor/Bio/EnsEMBL/Pipeline/Flatfile/Base.pm @ 2:a5976b2dce6f
changing defualt values for ensembl database
author | mahtabm |
---|---|
date | Thu, 11 Apr 2013 17:15:42 +1000 |
parents | 1f6dce3d34e0 |
children |
line wrap: on
line source
package Bio::EnsEMBL::Pipeline::Flatfile::Base; use strict; use warnings; use base qw/Bio::EnsEMBL::Pipeline::Base/; sub data_path { my ($self) = @_; return $self->get_dir($self->param('type'), $self->param('species')); } 1;