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

Fast taxtable #87

Merged
merged 32 commits into from
Feb 27, 2017
Merged

Fast taxtable #87

merged 32 commits into from
Feb 27, 2017

Commits on Sep 23, 2016

  1. Squashed commit of the following:

    commit a051e0e
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Fri Sep 23 13:55:14 2016 -0700
    
        added some function comments
    
    commit 2b38851
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Fri Sep 23 12:55:25 2016 -0700
    
        created species_is_classified function
    
    commit 5f03f38
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Fri Sep 23 12:54:56 2016 -0700
    
        making this less loud
    
    commit badac7a
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Wed Sep 21 16:29:02 2016 -0700
    
        Removed --append-lineage.  Rest of script is MUCH faster using Pandas.
    
    commit b2b9338
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Wed Sep 21 16:27:31 2016 -0700
    
        ranks indexed from lowest to highest in database table for sorting later
    
    commit 7fdc05d
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Wed Sep 21 16:26:22 2016 -0700
    
        --from-taxid and --from-taxtable are now --from-id and --from-table
    
    commit 7ba03ec
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Fri Sep 16 16:24:46 2016 -0700
    
        moved to subcommand taxtable
    
    commit 8be153d
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Fri Sep 16 16:07:13 2016 -0700
    
        refreshing unittests, data was stale and incomplete
    
    commit abdc319
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Fri Sep 16 14:44:52 2016 -0700
    
        taxid not valid as of 2014 http://www.ncbi.nlm.nih.gov/taxonomy/?term=477972
    
    commit 7ee2f4d
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Wed Sep 14 14:55:48 2016 -0700
    
        moving a couple log messages
    
    commit d9819d2
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Wed Sep 14 14:42:36 2016 -0700
    
        without pruning
    
    commit 0834539
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Wed Sep 14 14:41:08 2016 -0700
    
        faster way to build ncbi taxonomy.  Includes initial taxonomic pruning.
    
    commit 7d84d67
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Wed Sep 14 14:40:08 2016 -0700
    
        adding database schema back and removing building of full taxtable
    
    commit 19d4c91
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Fri Sep 2 17:19:28 2016 -0700
    
        building full taxtable with Pandas and inserting into database
    
    commit 0cb37bd
    Author: Chris Rosenthal <crosenth@uw.edu>
    Date:   Fri Sep 2 17:19:05 2016 -0700
    
        clobber ncbi database as well if --clobber
    crosenth committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    886bffc View commit details
    Browse the repository at this point in the history
  2. no index column in ranks table any more and values are in reverse ord…

    …er with lowest rank having the sql index of 0
    crosenth committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    3d51ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9ccc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Configuration menu
    Copy the full SHA
    f64d326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d494c3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dead2c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Configuration menu
    Copy the full SHA
    7c0857c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f729c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c6c6b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Configuration menu
    Copy the full SHA
    507f293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56d819 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

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

Commits on Oct 14, 2016

  1. Configuration menu
    Copy the full SHA
    7419572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9763d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Configuration menu
    Copy the full SHA
    3e1a9ef View commit details
    Browse the repository at this point in the history
  2. raise error if parent ranks are lower than ranks. Note: this has been…

    … the case in ncbi releases in the fungal kingdom
    crosenth committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    5d37887 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90654d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63e8025 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f6fa87 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

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

Commits on Nov 9, 2016

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

Commits on Feb 8, 2017

  1. ignore lines commented out

    crosenth committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    23b6135 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. added an update option and adding proposed ranks to ranksdict for new…

    … nodes that depend on other new nodes
    crosenth committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    93a25bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125de5f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

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

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    ae23d53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd48f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

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

Commits on Feb 22, 2017

  1. use dbname for db location

    crosenth committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    4be3f55 View commit details
    Browse the repository at this point in the history
  2. updating log message

    crosenth committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    12ac2c3 View commit details
    Browse the repository at this point in the history
  3. fixing tox flake8 E305 error

    crosenth committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    1068960 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcad600 View commit details
    Browse the repository at this point in the history