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 13, 2007
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- Apr 12, 2007
-
-
Eugene Kulesha authored
-
Andreas Kusalananda Kähäri authored
"Bio::EnsEMBL::Util::Eprof". Change in comments.
-
- Apr 11, 2007
-
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
Patrick Meidl authored
-
Patrick Meidl authored
-
Ian Longden authored
-
- Apr 05, 2007
-
-
Web Admin authored
-
- Apr 04, 2007
-
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
No functional change.
-
- Apr 03, 2007
-
-
Andreas Kusalananda Kähäri authored
Fixed comment.
-
Andreas Kusalananda Kähäri authored
genomic_end() on translations. Current API and test DB passes the tests.
-
Andreas Kusalananda Kähäri authored
$translation->cdna_start(); # or... $translation->cdna_start($transcript); # Returns the start position of the translation in cDNA # coordinates. Providing the transcript explicitly speeds # things up a bit. The transcript is used in a call to # $exon->cdna_coding_start($transcript); $translation->cdna_end(); # or... $translation->cdna_end($transcript); # Returns the end position of the translation in cDNA # coordinates. Providing the transcript explicitly speeds # things up a bit. The transcript is used in a call to # $exon->cdna_coding_end($transcript); $translation->genomic_start(); # Returns the start position of the translation in genomic # coordinates on the forward strand. $translation->genomic_end(); # Returns the end position of the translation in genomic # coordinates on the forward strand.
-
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
-