This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring updated .
- 17 Oct, 2002 14 commits
-
-
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
-
- 15 Oct, 2002 5 commits
-
-
Simon Potter authored
- needs testing
-
Simon Potter authored
by their consensus seq
-
Simon Potter authored
to table repeat_consensus
-
Laura Clarke authored
bug fix to ensure supporting features are being passed properly
-
Laura Clarke authored
removed _transform_to_slice as should use one in SeqFeature and added a check so if features are split and second half has 0 length it is skipped
-
- 14 Oct, 2002 7 commits
-
-
Laura Clarke authored
bug fix wasn't dereferencing anonyomous array and was complining about unblessed references < $new_exon->add_supporting_features($sf_hash{$rawContig->name()}); --- > $new_exon->add_supporting_features(@{$sf_hash{$rawContig->name()}});
-
Graham McVicker authored
-
Web Admin authored
-
Web Admin authored
-
Web Admin authored
-
Graham McVicker authored
ProteinAlignFeatureAdaptor should create DnaPepAlignFeatures not PepDnaAlignFeatures; hitstrand should always be 1
-
Graham McVicker authored
-
- 13 Oct, 2002 2 commits
-
-
Stephen Searle authored
-
Stephen Searle authored
-
- 11 Oct, 2002 6 commits
-
-
Graham McVicker authored
-
Arne Stabenau authored
-
Dan T Andrews authored
-
Graham McVicker authored
Changed the way exons handle supporting features a bit
-
Graham McVicker authored
Added new SupportingFeatureAdaptor
-
Ewan Birney authored
-