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 .
- Apr 03, 2007
-
-
Andreas Kusalananda Kähäri authored
cdna_coding_end(), coding_region_start(), and coding_region_end() on exons. Current API and test DB passes the tests.
-
Andreas Kusalananda Kähäri authored
$exon->cdna_start($transcript); # Returns the start position of the exon in cDNA coordinates. $exon->cdna_end($transcript); # Returns the end position of the exon in cDNA coordinates. $exon->cdna_coding_start($transcript); # Returns the start position of the coding region of the exon # in cDNA coordinates. Returns undef if the whole exon is # non-coding. $exon->cdna_coding_end($transcript); # Returns the end position of the coding region of the exon # in cDNA coordinates. Returns undef if the whole exon is # non-coding. $exon->coding_region_start($transcript); # Returns the start position of the coding region of the exon in # genomic coordinates on the forward strand. Returns undef if # the whole exon is non-coding. $exon->coding_region_end($transcript); # Returns the end position of the coding region of the exon in # genomic coordinates on the forward strand. Returns undef if # the whole exon is non-coding. Since an exon may be part of one or more transcripts, the relevant transcript must be given as argument ot these methods.
-
- Apr 02, 2007
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
Changed NULL in output files to \N so that it's recognised as a "proper" null value when imported into MySQL.
-
- Mar 30, 2007
-
-
Chao-Kung Chen authored
-
Chao-Kung Chen authored
-
- Mar 29, 2007
-
-
Patrick Meidl authored
-
Patrick Meidl authored
score is no longer an attribute of ArchiveStableId (this is now handled by StableIdEvent); history tree consolitation and untangling calls
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
- Mar 27, 2007
-
-
Glenn Proctor authored
Corrected documentation for created_date() and modified_date() - they actually use a UNIX time integer value, not a MySQL date.
-
Glenn Proctor authored
Fixed typo (= instead of eq) that was causing search regions to be deleted when enhancers were loaded!
-
- Mar 25, 2007
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
- Mar 24, 2007
-
-
Glenn Proctor authored
-
Glenn Proctor authored
Prevent race condition which could lead to confusing results if two projections to the same target (e.g. human-dog and mouse-dog) were run in parallel.
-
- Mar 23, 2007
-
-
Kevin Howe authored
commented out by someone foolish).
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
- Mar 22, 2007
-
-
Glenn Proctor authored
-
Ian Longden authored
-
- Mar 21, 2007
-
-
Javier Herrero authored
-
Glenn Proctor authored
-
Steve Trevanion authored
-
Ian Longden authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Steve Trevanion authored
-
Ian Longden authored
-
Ian Longden authored
-
Glenn Proctor authored
-
- Mar 20, 2007
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
changes from code review implemented. Principally the reduction of some duplicated code. Also for the generation of display_xref_ids do not use those where the display_label is just a number. Also perl -w now runs with no warnings. Ah yes and also the triage stuff is now done right at the end as this was done before the pair calculation before which made writing the xrefs for the pairs more complicated than was needed.
-