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

changed for the right assembly name, needs refactoring

parent c58e700e
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,7 @@ sub make_Transcript {
foreach my $iexon (@{$itrans->get_all_Exons}) {
my $slice =
$slice_adaptor->fetch_by_region('chromosome', $iexon->seq_region,
undef, undef,undef, 'BROAD1');
undef, undef,undef, 'CHIMP1');
my $exon = Bio::EnsEMBL::Exon->new
(-START => $iexon->start(),
......
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