This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 14 Jan, 2008 3 commits
-
-
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
-
- 11 Jan, 2008 3 commits
-
-
Bronwen Aken authored
-
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.
-
- 10 Jan, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
-
- 09 Jan, 2008 2 commits
-
-
Andreas Kusalananda Kähäri authored
the feature specific part.
-
Andreas Kusalananda Kähäri authored
implem'ted. Do some argument checking in get_bins().
-
- 08 Jan, 2008 1 commit
-
-
Andreas Kusalananda Kähäri authored
Move some code around.
-
- 07 Jan, 2008 6 commits
-
-
Andreas Kusalananda Kähäri authored
and ProteinAlignFeature. Currently gets all data from the {dna,protein}_align_feature tables without no join to any other table.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Flushes (deletes) all cached data not associated with the current slice.
-
Andreas Kusalananda Kähäri authored
Also store the projection segments and the mapping from seq_region_ids to the projection segments in the class.
-
Glenn Proctor authored
-
- 03 Jan, 2008 1 commit
-
-
Bronwen Aken authored
Added external_db_id and hcoverage, for the 2 new columns in dna_align_feature and protein_align_feature.
-
- 21 Dec, 2007 1 commit
-
-
Seth Redmond authored
-
- 20 Dec, 2007 1 commit
-
-
Will Spooner authored
-
- 19 Dec, 2007 4 commits
-
-
Daniel Rios authored
-
Andreas Kusalananda Kähäri authored
lines shorter.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- 18 Dec, 2007 4 commits
-
-
Karyn Megy authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Add documentation on binning methods. Still need to implement the 'coverage' binning method.
-
Andreas Kusalananda Kähäri authored
-
- 17 Dec, 2007 5 commits
-
-
Andreas Kusalananda Kähäri authored
the private methods, yet.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
new(), lightweight().
-
Andreas Kusalananda Kähäri authored
one of the various binning routines.
-
Andreas Kusalananda Kähäri authored
Renamed method collection() into entries().
-
- 14 Dec, 2007 4 commits
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Carp. The constructor now takes two named arguments: -light (boolean, optional), determines whether the populate() method should populate the collection with feature-specific data or not by default. -slice (a slice, not optional), the slice we're working on. The is_light() method was renamed into lightweight(). The populate() method takes three named arguments (all optional): -sorted (boolean), determines if the results should be sorted or not. -sortsub (coderef), reference to subroutine that will be used in sorting the collection (for sorting on feature size, score, whatever, rather than on start position). -light (boolean), overrides the corresponding value given to the constructor at the creation of the collection.
-
Andreas Kusalananda Kähäri authored
A gene entry in a colleciton now contains: index contents 5 gene.biotype 6 gene.status 7 gene_stable_id.stable_id 8 xref.display_xref_id (apart from the usual seq_region stuff in index 0-4).
-
Andreas Kusalananda Kähäri authored
Allow the user to specify whether the populate() method should sort the feature collection or not.
-
- 13 Dec, 2007 4 commits
-
-
Andreas Kusalananda Kähäri authored
Sort the seq_region_ids in multi-segment queries.
-
Andreas Kusalananda Kähäri authored
RepeatFeature adaptor uses it. Don't seem to make a difference to timing results though.
-
Andreas Kusalananda Kähäri authored
collection entries. Fixes problem with binning introduced with the previous check-in.
-
Andreas Kusalananda Kähäri authored
If a slice, for a particular coordinate system, projects onto more than two segments, do not involve seq_region_start and seq_region_end in the SQL for the "middle slices". The compact representation of a feature now also contains the seq_region_id as the second array entry.
-