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 .
- Dec 17, 2007
-
-
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().
-
- Dec 14, 2007
-
-
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.
-
- Dec 13, 2007
-
-
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.
-
Andreas Kusalananda Kähäri authored
a slice fetches.
-
Sarah Dyer authored
Added kill_reason and strip_UTR - two attribs used to show why transcripts were removed/changed, for genebuilder use in databases of killed structures
-
- Dec 12, 2007
-
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
collection()
-
Andreas Kusalananda Kähäri authored
A feature collection is a compact representation of the features of a certain type on a particular slice. This is work in progress.
-
Ian Longden authored
-
- Dec 11, 2007
-
-
Ian Longden authored
-
- Nov 30, 2007
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Change a croak() into a carp(). Status interval at 30s. Store the stable ID as the accession for the Name.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
ignore any name that is the same but with a different case variation.
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
These are parsed earlier in the pipeline and we should not add these accessions as Xrefs, and we should only add direct Xrefs to them if they exists since previously.
-
Ian Longden authored
-
- Nov 29, 2007
-
-
Glenn Proctor authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
gene names will upset things (non-unique index entries for e.g. 'mio' and 'Mio').
-
Andreas Kusalananda Kähäri authored
Pretty summary. Pretty status log every 10s. Done.
-
Andreas Kusalananda Kähäri authored
once.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Will try to store Xrefs more than once.
-
Andreas Kusalananda Kähäri authored
-
- Nov 28, 2007
-
-
Ian Longden authored
-
Ian Longden authored
-