Mercurial > repos > mahtabm > ensembl
comparison variant_effect_predictor/Bio/EnsEMBL/Pipeline/Flatfile/Base.pm @ 0:1f6dce3d34e0
Uploaded
| author | mahtabm |
|---|---|
| date | Thu, 11 Apr 2013 02:01:53 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1f6dce3d34e0 |
|---|---|
| 1 package Bio::EnsEMBL::Pipeline::Flatfile::Base; | |
| 2 | |
| 3 use strict; | |
| 4 use warnings; | |
| 5 use base qw/Bio::EnsEMBL::Pipeline::Base/; | |
| 6 | |
| 7 sub data_path { | |
| 8 my ($self) = @_; | |
| 9 return $self->get_dir($self->param('type'), $self->param('species')); | |
| 10 } | |
| 11 | |
| 12 1; |
