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 .
- Feb 14, 2008
-
-
Andreas Kusalananda Kähäri authored
and later into Ensembl release 50.
-
- Feb 11, 2008
-
-
Andreas Kusalananda Kähäri authored
-
- Feb 07, 2008
-
-
Andreas Kusalananda Kähäri authored
-
- Feb 05, 2008
-
-
Andreas Kusalananda Kähäri authored
-
- Jan 29, 2008
-
-
Daniel Rios authored
-
Andreas Kusalananda Kähäri authored
fetchrow_arrayref().
-
Andreas Kusalananda Kähäri authored
decrease the amount of code (slightly) in most of the feature-specific sub-classes.
-
- Jan 28, 2008
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
Formatting.
-
- Jan 25, 2008
-
-
Will Spooner authored
fetch_all_by_feature_class method now throws if there is an orphen analysis_id foreign key in the "feature_class" table
-
Glenn Proctor authored
-
- Jan 24, 2008
-
-
Andreas Kusalananda Kähäri authored
-
- Jan 21, 2008
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
slowest method, about 100 times slower than the most basic 'count' binning method, but it now only uses 0.5 seconds to bin 2360 repeat features into 100 bins instead of 6-9 seconds...
-
Ian Longden authored
-
- Jan 17, 2008
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
inefficiently implemented.
-
Ian Longden authored
-
Ian Longden authored
added _register_chained_special for projection to the same coord system. Only accessed vis project_to_slice
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
Returns an array of bins, each bin containing the fraction of the bin that is coverage by any feature. The current implementation is correct but inefficient.
-
Andreas Kusalananda Kähäri authored
Returns an array of bins, each bin containing the sum of the fractions of features overlapping that bin. A feature fully inside a bin will contribute 1 to the sum while a feature spanning exactly three bins (from the very start of the first to the very end of the third) will contribute 1/3 to the sum of each bin.
-
- Jan 15, 2008
-
-
Ian Longden authored
-
- Jan 14, 2008
-
-
Andreas Kusalananda Kähäri authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
register_chained - has new optional argument of to_slice, the slice to register, ignoring others. SQL changed to only get those in the slcie requird if argument is passsed.
-
Andreas Kusalananda Kähäri authored
-
- Jan 11, 2008
-
-
Andreas Kusalananda Kähäri authored
object creation time: Rename method lightweight() as is_lightweight(). Remove -light argument from method populate(). Add example to SYNOPSIS of how to restrict by analysis.logic_name. Further small modifications of POD.
-
Andreas Kusalananda Kähäri authored
analysis.logic_name by using -analysis in the constructor, e.g. "-analysis => 'Dust'" (for a feature collection of repeat features). Each Collection sub-class needs to specialize the _has_analysis() method so that it returns true if there is an analysis_id in the main feature table for that feature type.
-
- Jan 10, 2008
-
-
Andreas Kusalananda Kähäri authored
-
- Jan 09, 2008
-
-
Andreas Kusalananda Kähäri authored
the feature specific part.
-