Skip to content
Snippets Groups Projects
Commit 0d0bea61 authored by Arne Stabenau's avatar Arne Stabenau
Browse files

types "HAP REF" and "PAR REF" added to exception features to distinguish...

types "HAP REF" and "PAR REF" added to exception features to distinguish reference and haplotype sequence
parent 0fa75a13
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ sub fetch_all {
'-adaptor' => $self,
'-slice' => $x_slice,
'-alternate_slice' => $slice->sub_Slice($sr_start, $sr_end),
'-type' => $x_type);
'-type' => "$x_type REF" );
}
$sth->finish();
......
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