Mercurial > repos > mahtabm > ensembl
view variant_effect_predictor/Bio/EnsEMBL/Pipeline/Flatfile/Base.pm @ 3:d30fa12e4cc5 default tip
Merge heads 2:a5976b2dce6f and 1:09613ce8151e which were created as a result of a recently fixed bug.
author | devteam <devteam@galaxyproject.org> |
---|---|
date | Mon, 13 Jan 2014 10:38:30 -0500 |
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;