Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for non mapped accession with taxid #1

Merged
merged 7 commits into from
Jan 31, 2017

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    285a659 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. - Support for PostgreSQL

    - Support for chunk number during data insertion
    horkko committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    89dc023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b448358 View commit details
    Browse the repository at this point in the history
  3. - Added method to be sure, when requesting taxid with a list of acces…

    …sion number, the table exists in the database
    
    - Also surrounded call to yield in case a taxid is not found in the database (E.g.: 0), do not throw stack trace but
      print a small error message on stderr
    horkko committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    e4fab22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26bd1c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. - Loading data into database is made using 'insert_many' in order to …

    …speed up a little bit
    
    - Chunk value can be passed with 'create' sub option
    - If a taxid is not found in the database, a message is thrown to the user
    horkko committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    8eb9c15 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Duplicated loop l. 134

    The line `for table, acc_file in acc_dl_dict.items():` was duplicated and caused the db with multiple accession tables to fail
    HadrienG authored Jan 31, 2017
    Configuration menu
    Copy the full SHA
    2b0e471 View commit details
    Browse the repository at this point in the history