This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 22 Oct, 2002 2 commits
-
-
Graham McVicker authored
Refactored PredictionTranscriptAdaptor to inherit from BaseAlignFeature (and fixed some bugs) Altered RepeatFeatureAdaptor slightly for changed BaseAlignFeature implementation
-
Arne Stabenau authored
-
- 21 Oct, 2002 8 commits
-
-
Eduardo Eyras authored
-
Eduardo Eyras authored
-
Eduardo Eyras authored
-
Graham McVicker authored
StickyExon now handles negative strand slices (forgot to add this before), renamed StickyExon::each_component_Exon to get_all_component_Exons
-
Eduardo Eyras authored
-
Web Admin authored
fixed genes calls - and added deprecated warnings, change get KBs calls to get_all_KBs, minor fixes to DAS code
-
Web Admin authored
-
Graham McVicker authored
-
- 19 Oct, 2002 2 commits
-
-
Stephen Searle authored
-
Stephen Searle authored
$str = substr($str, $start -1, $end -1); to $str = substr($str, $start -1, $end - $start + 1);
-
- 18 Oct, 2002 7 commits
-
-
Graham McVicker authored
-
Graham McVicker authored
-
Eduardo Eyras authored
-
Dan T Andrews authored
add_supporting_features - before supporting features are added a check is made whether they are from the same contig.
-
Dan T Andrews authored
-
Michele Clamp authored
RepeatFeatureAdaptor - only one match returned. (I think I stomped on Arne's fix here all ok now)
-
Eduardo Eyras authored
-
- 17 Oct, 2002 15 commits
-
-
Michele Clamp authored
Exon - checks phase is defined before comparison PredictionTranscript - checks phase is defined. Commented out LOG print statements TranscriptFactory - start_exon end_exon same old thang ExonAdaptor - hmm.
-
Graham McVicker authored
Updates so slices can handle negative strand, not finished yet, and not tested
-
Michele Clamp authored
-
Michele Clamp authored
-
Arne Stabenau authored
-
Eduardo Eyras authored
-
Graham McVicker authored
-
Arne Stabenau authored
-
Arne Stabenau authored
-
Graham McVicker authored
-
Arne Stabenau authored
-
Laura Clarke authored
method name changes and list to listref stuff
-
Eduardo Eyras authored
-
Web Admin authored
-
Web Admin authored
-
- 16 Oct, 2002 6 commits
-
-
Graham McVicker authored
-
Michele Clamp authored
-
Michele Clamp authored
Removed an annoying ! from Slice Removed duplicate declaration in Geneadaptor
-
Laura Clarke authored
Translation and TranslationAdaptor start_exon and end_exon to start_Exon and end_Exon DBEntryAdaptor check to see if gene has a stable id before trying to used it to get info
-
Michele Clamp authored
Mapper - whitespace Slice - whitespace Transcript - fetch_by_transcript to fetch_by_Transcript AssemblyMapperAdaptor - debug line CloneAdaptor - $clone->get_all_Contigs to @{$cone->get_all_Contigs} DBEntryAdaptor = fetch_by_object_type - id to $contig->dbID ExonAdaptor - reformatting and array to arrayref for supporting_features GeneAdaptor - fetches latest version out - need to talk with G and A about this each_DBLink to @$get_all_DBLinks get_all_Exons to array ref get_all_Transcripts to array ref RawContigAdaptor - fetch_all_names SupportingFeatureAdaptor - reformat TranscriptAdaptor - lots of arrays to array refs
-
Graham McVicker authored
-