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

ENSCORESW-132. Bringing in the type of sequence into the header

parent 1eaeee5a
No related branches found
No related tags found
No related merge requests found
......@@ -622,9 +622,7 @@ sub _custom_header {
my $idtype = $slice->coord_system->name;
my $location = $slice->name;
my $ref = $slice->assembly_exception_type();
my $header = sprintf('%s %s:%s %s', $id, $dna_type, $idtype, $location);
#TODO uncomment to bring in types. Not sure what this means for other species' headers
# my $header = sprintf('%s %s:%s %s %s', $id, $dna_type, $idtype, $location, $ref);
my $header = sprintf('%s %s:%s %s %s', $id, $dna_type, $idtype, $location, $ref);
return $header;
};
}
......
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