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 .
- Nov 22, 2011
-
-
Laurent Gil authored
-
Laurent Gil authored
-
Kieron Taylor authored
-
Monika Komorowska authored
-
Andreas Kusalananda Kähäri authored
user didn't specify a species name on the command line. With --fix: If the databse has no patch identifiers recorded, start fix at schema_version. Do apply the 'a' patches, but warn the user that these may reset the schema_version. Correct two faulty regexes.
-
Kieron Taylor authored
-
Andy Yates authored
-
- Nov 21, 2011
-
-
Andreas Kusalananda Kähäri authored
find a patch the default.
-
Andreas Kusalananda Kähäri authored
schema_version.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
+ When the --fix command line switch is used, the script will also + make it possible to apply older patches that might have been + skipped. For example: A database at schema version 65, with patches + since release 40, will not only be patched to the appropriate + release (specified with --release=NN), but all patches since release + 40 (inclusively) will be tested. If the patch identifier for an old + patch is missing from the meta table of the database, that patch + will be applied.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
incremental patches from arbitrary old release. Support for core, variation and funcgen schemas is implemented. Run without arguments to get usage info, and with --about for further info.
-
- Nov 18, 2011
-
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
Laurent Gil authored
-
- Nov 17, 2011
-
-
Ian Longden authored
-
Laurent Gil authored
-
- Nov 15, 2011
-
-
Karyn Megy authored
-
Monika Komorowska authored
-
Ian Longden authored
useful script to get the external databases references for a gene or transcript using either the stable_id or the gene name
-
William McLaren authored
-
- Nov 12, 2011
-
-
Andreas Kusalananda Kähäri authored
/software/perl-5.8.8/bin is picked up automatically. This doesn't work if people change the #! lines in the top of the scripts (so don't do that).
-
- Nov 11, 2011
-
-
Laurent Gil authored
- you can use the @colour tag in the @header block - you can use a @legend tag to fill automatically the Colour legend table
-
- Nov 10, 2011
-
-
Andy Yates authored
-
Andy Yates authored
load_XXXX() methods now return the number of adaptors which have appeared in the registry due to that method's invocation. This can be used to report success or failure to load databases.
-
Andy Yates authored
Improving the error handling of the DBI connection in load_registry_from_db(). We now report an error if it cannot connect to the MySQL DB and if it was not pingable. Hopefully this catches both erronious scenarios.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
similarity events. Require similarity events to be within 1.5% (not 2%) of top score. Reformat routine while here.
-
- Nov 09, 2011
-
-
Andreas Kusalananda Kähäri authored
Bigger penalty for exonerate matches on other seq_regions. Rescore penalty altered to 0.9.
-
Andreas Kusalananda Kähäri authored
gene rescore penalty from 0.8 to 0.9.
-
Andreas Kusalananda Kähäri authored
in the ananlysis table, return a reference to an empty list. Without this change, all features would have been returned which would quickly make the client run out of memory.
-
Ian Longden authored
-
Ian Longden authored
-
- Nov 08, 2011
-
-
Andy Yates authored
-
Ian Longden authored
added fetch_all_by_name which gets all the xrefs that have the accession, display_label or synonym that is passed to it. external database source is optional
-
Andy Yates authored
-
Andreas Kusalananda Kähäri authored
warning if species alias is not found. In get_DBAdaptor(): Thow exception if species alias not found (excactly as in get_adaptor()).
-