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 .
- Mar 11, 2014
-
-
Magali Ruffier authored
as ID has to be unique, exons have no ID field, only Name
-
Magali Ruffier authored
updated test module
-
Magali Ruffier authored
- for ID field, concatenate object type before the stable id - if gene biotype is protein_coding, the so term is replaced by gene
-
- Mar 10, 2014
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
updated to release 76
-
- Mar 03, 2014
-
-
Alessandro Vullo authored
[ENSCORESW-543]. Version is left undef to match the healthchecks expected behaviour (null instead of empty). The getter method returns the empty string in case version is undef (matching the method signature of the documentation). The equals method use the getter method instead of accessing the attribute directly.
-
- Feb 27, 2014
-
-
James Allen authored
-
James Allen authored
Removed functionality to get INSDC xrefs from FlyBase; these are better determined with the xref pipeline, which attaches them to translations rather than genes.
-
Magali Ruffier authored
-
- Feb 26, 2014
-
-
Kieron Taylor authored
-
Kieron Taylor authored
[ENSCORESW-820] Retiring obsolete canonical transcript script. Use select_canonical_transcripts.pl instead.
-
- Feb 19, 2014
-
-
Alessandro Vullo authored
circular slices. In this case, do not use seq_region_start|end to compute min_start|end as the feature might be crossing the origin of replication and the comparisons to determine min_start and max_end might then be nonsense.
-
Alessandro Vullo authored
-
- Feb 18, 2014
-
-
Magali Ruffier authored
-
- Feb 17, 2014
-
-
Magali Ruffier authored
-
Magali Ruffier authored
still need to remove manually any mappings which would have been added before for that patch
-
- Feb 14, 2014
-
-
Alessandro Vullo authored
circular slices. In this case, do not use seq_region_start|end to compute min_start|end as the feature might be crossing the origin of replication and the comparisons to determine min_start and max_end might then be nonsense.
-
Magali Ruffier authored
use production database to fetch biotype groups
-
Alessandro Vullo authored
[ENSCORESW-840]. seq region boundaries are fetched from the db (for slices stored in the db) in case of circular chromosomes. This is because it is impossible to recompute the seq_region_start|end for a feature in a circular slice since the transformation operated in method _objs_from_sth in the corresponding adaptor is not invertible. For some of the features (e.g. those in the Bio::EnsEMBL::FeaturePair hierarchy), we can't query the db and the methods seq_region_start|end return undef even if the feature is on a slice.
-
Alessandro Vullo authored
-
Magali Ruffier authored
-
Magali Ruffier authored
-
- Feb 13, 2014
-
-
Magali Ruffier authored
all modules take the same arguments and have the same behaviour the only differences should be related to the columns specific to a given feature
-
Magali Ruffier authored
add splicingEvent tests for basic methods
-
- Feb 07, 2014
-
-
Kieron Taylor authored
* hotfix/comparadocumentation: [ENSCORESW-841] - Doxygen output. Make PerlFilter ignore additional packages in a module, to prevent confusion in Compara codebase.
-
Kieron Taylor authored
[ENSCORESW-841] - Doxygen output. Make PerlFilter ignore additional packages in a module, to prevent confusion in Compara codebase.
-
- Feb 06, 2014
-
-
Andy Yates authored
We want people to give us bugfixes or cool features which help everyone. So we're making the rules to contributing easier.
-
Magali Ruffier authored
-
- Feb 05, 2014
-
-
Magali Ruffier authored
restore changes from c981f63d
-
Matthew Astley authored
lost during pull request #4 to f9a90829
-
- Feb 04, 2014
-
-
Magali Ruffier authored
-
Magali Ruffier authored
added extra_data/external_data column to insert for storing DnaAlignFeatures
-
nick-james authored
-
Magali Ruffier authored
use code directly in get_attrib method
-
- Jan 30, 2014
-
-
Andy Yates authored
-
Andy Yates authored
A fix for the fix. Originally we started with passing through Slice for the aligned feature but this is wrong. We need to assert the hit feature Slice which we do not have. This change reverts the _check_start_end_strand() method back to its original functionality.
-
Magali Ruffier authored
-
- Jan 29, 2014
-
-
Kieron Taylor authored
-
Andy Yates authored
-