Skip to content
Snippets Groups Projects
Commit e9a4e550 authored by Ian Longden's avatar Ian Longden
Browse files

silly type , instead of a ; may of had serious side effects

parent 3a1f746a
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ sub build_list_and_map {
my $q_dna_file = $self->xref->dir."/xref_".$i."_dna.fasta";
if (-e $q_dna_file and -s $q_dna_file) {
push @dna, $method;
push @dna, $q_dna_file,
push @dna, $q_dna_file;
push @dna, $self->core->dna_file();
push @list, \@dna;
}
......
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