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 26, 2007
-
-
Glenn Proctor authored
-
- Apr 23, 2007
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
find the release info. Fixed.
-
Ian Longden authored
-
-
- Apr 20, 2007
-
-
Jan-hinnerk Vogel authored
-
Jan-hinnerk Vogel authored
used together with pipline code ( prevent that dbcon to pipeline db will be cleared as well)
-
- Apr 19, 2007
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
- Apr 18, 2007
-
-
Ian Longden authored
new routines for getting the sql querys and their times. Note you need to uncomment the relevant sections to use this. By default this is all commented out as intended fro debuging and profiling
-
- Apr 17, 2007
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- Apr 16, 2007
-
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
Ian Longden authored
-
- 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
-