This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 17 Mar, 2008 1 commit
-
-
Nathan Johnson authored
-
- 14 Mar, 2008 4 commits
-
-
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.
-
- 13 Mar, 2008 2 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Beautify.
-
- 12 Mar, 2008 3 commits
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- 11 Mar, 2008 1 commit
-
-
Patrick Meidl authored
-
- 06 Mar, 2008 1 commit
-
-
Eugene Kulesha authored
-
- 29 Feb, 2008 1 commit
-
-
Ian Longden authored
-
- 28 Feb, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
a string that can be 0 (zero). Similarly use "if (exists( some hash compartment ))" for the same reason. A couple of changes from "@{ function_returning_array_ref() }($index)" to "function_returning_array_ref()->[$index]"; General cleanup in comments and code. Passes the unit tests.
-
- 27 Feb, 2008 2 commits
-
-
Nathan Johnson authored
-
Nathan Johnson authored
-
- 22 Feb, 2008 3 commits
-
-
Andreas Kusalananda Kähäri authored
Proper new() for most classes: * $class = ref($proto) || $proto; * Setting attributes the same way. Format the getter and setters the same way, especially in Mapper/Coordinate.pm, getting rid of unneccesary shifts.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- 21 Feb, 2008 4 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
sprintf() formatting including '%1$s'.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Minor formatting.
-
- 20 Feb, 2008 2 commits
-
-
Steve Trevanion authored
-
Nathan Johnson authored
-
- 19 Feb, 2008 2 commits
-
-
Steve Trevanion authored
-
Steve Trevanion authored
-
- 14 Feb, 2008 4 commits
-
-
Andreas Kusalananda Kähäri authored
and later into Ensembl release 50.
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
Added defaults for common usage mode.
-
- 12 Feb, 2008 4 commits
-
-
Nathan Johnson authored
-
Nathan Johnson authored
-
Nathan Johnson authored
-
Nathan Johnson authored
#Changed transcript_probeset_count cache to use dbID instead of complete name #Renamed check_names_match to validate_arrays and extended to perform probeset warning, external_db name guess and returns cache, user array param validation and association check #Merged delete_unampped objects into delete_existing_xrefs due to dependency. Now throws if arrays param set until force_delete specified, deletes using IN list #cache_arrays_per_probeset now uses arrays param to reduce size of cache #removed unmapped_object dbID = 2000> #Change all probe specific unmapped object to reeflect the individual probe rather than the probeset #Updated logs #Updated docs #Added control of promiscuous probesets and unmapped objects
-
- 11 Feb, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 07 Feb, 2008 3 commits
-
-
Glenn Proctor authored
-
Andreas Kusalananda Kähäri authored
-
Patrick Meidl authored
-
- 06 Feb, 2008 1 commit
-
-
Patrick Meidl authored
-