diff --git a/misc-scripts/chimp/Transcript.pm b/misc-scripts/chimp/Transcript.pm index 51b783725dafcd14bbbbd4f575b449a82048d118..75d34f2998c135f1471e9ef72f6be640ba99d9c7 100644 --- a/misc-scripts/chimp/Transcript.pm +++ b/misc-scripts/chimp/Transcript.pm @@ -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(),