This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 04, 2008
-
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
changed internal implementation to store all cache types in one file (fixes shared references issue with Storable and largely reduces memory consumption)
-
Patrick Meidl authored
-
- Apr 03, 2008
-
-
Andreas Kusalananda Kähäri authored
-
Steve Trevanion authored
-
Steve Trevanion authored
-
- Mar 26, 2008
-
-
Steve Trevanion authored
-
Steve Trevanion authored
-
Steve Trevanion authored
-
Steve Trevanion authored
-
- Mar 25, 2008
-
-
Web Admin authored
-
- Mar 20, 2008
-
-
Eugene Kulesha authored
-
- Mar 19, 2008
-
-
Andreas Kusalananda Kähäri authored
fetchrow_arrayref() to speed up DB fetching by approx. 100 rows/sec.
-
- Mar 18, 2008
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
'__END__'...
-
Andreas Kusalananda Kähäri authored
Change SQL from 'code like "toplevel"' to 'code = "toplevel"'. Formatting
-
Nathan Johnson authored
-
- Mar 17, 2008
-
-
Nathan Johnson authored
-
Nathan Johnson authored
-
Nathan Johnson authored
-
- Mar 14, 2008
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
In all the feature adaptors, use either _create_feature() or _create_feature_fast() from BaseFeatureAdaptor in _objs_from_sth() to create features.
-
Andreas Kusalananda Kähäri authored
In get_available_adaptors(), add GeneCollection, TranscriptCollection, ExonCollection, and RepeatFeatureCollection so that one may say, e.g. my $rfc = $registry->get_adaptor( 'Human', 'Core', 'RepeatFeatureCollection' );
-
Andreas Kusalananda Kähäri authored
Add the methods _create_feature() and _create_feature_fast() that will be called from _objs_from_sth() in the feature adaptors to create features. Turn _remap() into a proper method so that we're able to specialize it.
-
- Mar 13, 2008
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Beautify.
-