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
-
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.
-
- Mar 29, 2007
-
-
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
-
- 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.
-
- Mar 20, 2007
-
-
Glenn Proctor authored
-
Web Admin authored
-
- Mar 15, 2007
-
-
Kevin Howe authored
message_only_once
-
- Mar 12, 2007
-
-
Patrick Meidl authored
-
Glenn Proctor authored
-
Steve Trevanion authored
-
- Mar 08, 2007
-
-
Kevin Howe authored
present, and reuse it if it is.
-
Web Admin authored
-
- Mar 07, 2007
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
- Mar 06, 2007
-
-
Glenn Proctor authored
-
- Mar 05, 2007
-
-
Kevin Howe authored
fails, the feature is reconstructed from transforms of the unagpped components of the feature - Added some checks to Transcript/Exon transform that warns and skips supporting features that do not transform successfully
-
- Mar 02, 2007
-
-
Daniel Rios authored
-
Daniel Rios authored
-
- Mar 01, 2007
-
-
Daniel Rios authored
-