Skip to content
Snippets Groups Projects
Commit 8ad112e4 authored by Andy Yates's avatar Andy Yates
Browse files

Adding type into the dir name. Makes it a lot easier to generate the different types of indexes

parent a154aebb
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ Bio::EnsEMBL::Pipeline::FASTA::BlastIndexer
=head1 DESCRIPTION
Creates 2bit file of the given GZipped file. The resulting index
is created under the parameter location I<base_path> in blat. The filename
is created under the parameter location I<base_path> in blat/index. The filename
is prefixed with the port number of the blat server this file should be
run on.
......@@ -196,7 +196,7 @@ sub target_file {
sub target_dir {
my ($self) = @_;
return $self->get_dir('blat');
return $self->get_dir('blat', $self->param('index'));
}
sub blat_port {
......
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