Skip to content
Snippets Groups Projects
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 .
  1. Aug 12, 2009
  2. Aug 11, 2009
    • Nathan Johnson's avatar
      added -e file to bsub · 11d37cde
      Nathan Johnson authored
      11d37cde
    • Andreas Kusalananda Kähäri's avatar
      Remove on-the-fly addition of computed aliases. Now only uses aliases · 68ded492
      Andreas Kusalananda Kähäri authored
      from the meta table (the meta_key 'species.alias').
      68ded492
    • Andreas Kusalananda Kähäri's avatar
      Info: · 2fb78fe1
      Andreas Kusalananda Kähäri authored
          Script to populate the meta table with species aliases.
      
          The script reads the already existing aliases from the
          meta table (meta_key 'species.alias') and adds to this
          aliases computed from the species name.  It also uses the
          information stored for the meta_keys species.taxonomy_id,
          species.common_name, species.ensembl_common_name, and
          species.ensembl_alias_name as aliases.
      
          If the -n or --dryrun options are *not* specified, the existing
          list of aliases is deleted from the meta table and the new list
          is inserted.  In any case, the list of aliases will be displayed
          on the console.
      
          If the -d or --dbname options are *not* used, the script will
          iterate over all Core databases.  If the -d or --dbname option
          *is* used, only that Core database will be examined.
      
          This script assumes that the database is a single-species
          database.
      
          This script does not check for alias duplications between
          species.
      
      
      Usage:
              ./add_species_aliases.pl        [-n] -h dbhost [-P dbport] \
                                              -u dbuser [-p dbpass] \
                                              [-d dbname]
      
              ./add_species_aliases.pl        -?
      
      Arguments:
              -n/--dryrun             Dry run, don't write to database
              -h/--host dbhost        Database server host name
              -P/--port dbport        Database server port (optional)
              -u/--user dbuser        Database user name
              -p/--pass dbpass        User password (optional)
              -d/--name dbname        Database name (optional)
              -?/--help               Displays this information
      2fb78fe1
  3. Aug 10, 2009
  4. Aug 05, 2009
  5. Aug 03, 2009
  6. Jul 31, 2009
  7. Jul 30, 2009
  8. Jul 29, 2009
  9. Jul 28, 2009
  10. Jul 27, 2009
  11. Jul 25, 2009
  12. Jul 23, 2009
  13. Jul 22, 2009