This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 10 Apr, 2008 1 commit
-
-
Steve Trevanion authored
-
- 03 Apr, 2008 3 commits
-
-
Steve Trevanion authored
-
Steve Trevanion authored
-
Steve Trevanion authored
-
- 26 Mar, 2008 4 commits
-
-
cvs2git authored
vega-49-dev'. Sprout from master 2008-03-26 14:07:36 UTC Steve Trevanion <st3@sanger.ac.uk> 'merge from vega-48-dev' Delete: misc-scripts/density_feature/vega_repeat_coverage_calc.pl misc-scripts/protein_match/process_pmach.pl modules/Bio/EnsEMBL/DBSQL/Clone.pm
-
Steve Trevanion authored
-
Steve Trevanion authored
-
Steve Trevanion authored
-
- 25 Mar, 2008 1 commit
-
-
Web Admin authored
-
- 20 Mar, 2008 1 commit
-
-
Eugene Kulesha authored
-
- 19 Mar, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
fetchrow_arrayref() to speed up DB fetching by approx. 100 rows/sec.
-
- 18 Mar, 2008 4 commits
-
-
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
-
- 17 Mar, 2008 3 commits
-
-
Nathan Johnson authored
-
Nathan Johnson authored
-
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.
-