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

Skip empty FASTA sequences, and allow to force taxids #27

Open
wants to merge 117 commits into
base: master
Choose a base branch
from
Open

Skip empty FASTA sequences, and allow to force taxids #27

wants to merge 117 commits into from

Commits on Jul 10, 2015

  1. Added .gitignore files

    fbreitwieser committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    4487ec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a07b9a2 View commit details
    Browse the repository at this point in the history
  3. Added options -T to force taxid of the sequences, and -v for verbose …

    …output
    
    When -T is set, for each observed k-mer the taxid of the sequence is set - instead of the
    lowest common ancestor of of the sequence taxid and the currently set taxid. This is useful
    for setting the taxid of contaminant sequences, which may also be observed in database
    genomes, to the contaminant taxid.
    
    -v gives more verbose output
    fbreitwieser committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    d6071da View commit details
    Browse the repository at this point in the history
  4. added comments

    fbreitwieser committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    14b74e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2015

  1. update

    fbreitwieser committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    567ae7b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. Added '>kraken:taxid|' header parsing to set_lcas - makes it possible…

    … to run set_lcas on sequences that were not in the DB build originally
    fbreitwieser committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    dfecb31 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

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

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    c71ffbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8259c6a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

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

Commits on Feb 12, 2017

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

Commits on Feb 15, 2017

  1. Don't display counts

    fbreitwieser committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    93904c7 View commit details
    Browse the repository at this point in the history
  2. Fix Makefile

    fbreitwieser committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    905fa08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b45304 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

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

Commits on Feb 18, 2017

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

Commits on Feb 20, 2017

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

Commits on Feb 21, 2017

  1. Configuration menu
    Copy the full SHA
    0587b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e7f7e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Configuration menu
    Copy the full SHA
    ff63944 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    fbreitwieser authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    6476863 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    8f4b184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cac13 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'taxid-bitmap' of https://github.com/fbreitwieser/kraken

    …into taxid-bitmap
    
    Conflicts:
    	src/taxdb.h
    fbreitwieser committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    56c5872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4073388 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcaec29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ddf645 View commit details
    Browse the repository at this point in the history
  7. Renamed to kraken_hll

    fbreitwieser committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    53560de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6cf5bc View commit details
    Browse the repository at this point in the history
  9. Update README.md

    fbreitwieser authored Apr 12, 2017
    Configuration menu
    Copy the full SHA
    e76de48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83c075f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Configuration menu
    Copy the full SHA
    cf4aeae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e683cbf View commit details
    Browse the repository at this point in the history
  3. Build taxdb in the end

    fbreitwieser committed May 4, 2017
    Configuration menu
    Copy the full SHA
    ffea4a7 View commit details
    Browse the repository at this point in the history
  4. Update build_taxdb.cpp

    fbreitwieser committed May 4, 2017
    Configuration menu
    Copy the full SHA
    c550a1b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

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

Commits on May 7, 2017

  1. Update to read columns

    fbreitwieser committed May 7, 2017
    Configuration menu
    Copy the full SHA
    78a61d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Added taxdb.cpp

    fbreitwieser committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    7ae1f5d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

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

Commits on Aug 28, 2017

  1. Renamed to KrakenU

    fbreitwieser committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    2873a79 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Configuration menu
    Copy the full SHA
    607cb0c View commit details
    Browse the repository at this point in the history
  2. Fixed script paths

    fbreitwieser committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    432d6ce View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

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

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    bcca5a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a13e9fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d36940 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8f6873 View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    fbreitwieser committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    c60e100 View commit details
    Browse the repository at this point in the history
  6. Use /usr/bin/env

    fbreitwieser committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    a2f75cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a434fc View commit details
    Browse the repository at this point in the history
  8. Add test files

    fbreitwieser committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    7185d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    c7ea4b8 View commit details
    Browse the repository at this point in the history
  2. Added OSX files

    fbreitwieser committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    f930764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a359ba3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b32fdd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c4e7e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b7642d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da0978e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Configuration menu
    Copy the full SHA
    f49630a View commit details
    Browse the repository at this point in the history
  2. Update on tests

    fbreitwieser committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    314f49c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Configuration menu
    Copy the full SHA
    3898b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b4326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4130390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd0422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a88535a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0145ef4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb1e65d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7bbd986 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1021369 View commit details
    Browse the repository at this point in the history
  10. Add comments

    fbreitwieser committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    c6b2d04 View commit details
    Browse the repository at this point in the history
  11. Update to read sim

    fbreitwieser committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    131daed View commit details
    Browse the repository at this point in the history
  12. Update to read sim

    fbreitwieser committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    3f5faf1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    436938d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    6e909c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69815b8 View commit details
    Browse the repository at this point in the history
  3. Added build

    fbreitwieser committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    04fa400 View commit details
    Browse the repository at this point in the history
  4. Add new columns

    fbreitwieser committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    4206549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e84091a View commit details
    Browse the repository at this point in the history
  6. use unordered maps

    fbreitwieser committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    0afdcf7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/fbreitwieser/kraken-hll

    * 'master' of https://github.com/fbreitwieser/kraken-hll:
      Various improvements and fixes for building and classification
      Update to read sim
      Update to read sim
      Add comments
      Ignore taxa not in taxonomy DB
      Correct number of arguments
      Minor speed improvements in classify
      Fix for Linux/OSX building
    
    Conflicts:
    	src/set_lcas.cpp
    	tests/build-dbs.sh
    fbreitwieser committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    1fc7d59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13adecf View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/fbreitwieser/kraken-hll

    * 'master' of https://github.com/fbreitwieser/kraken-hll:
      use unordered maps
      Up default precision to 12
      Add new columns
    fbreitwieser committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    0924755 View commit details
    Browse the repository at this point in the history
  10. Use uid_mapping headers

    fbreitwieser committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    1eda03e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e116059 View commit details
    Browse the repository at this point in the history
  12. update init.sh

    fbreitwieser committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    b84380b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a352122 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    f05a219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2172caa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb9447e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75b24ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f15112d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3090304 View commit details
    Browse the repository at this point in the history
  7. Test modification of lca

    fbreitwieser committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    9c11d87 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/fbreitwieser/kraken-hll

    * 'master' of https://github.com/fbreitwieser/kraken-hll:
      Dump taxdb without ending separators (for kraken-report)
    fbreitwieser committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    cdc9fb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Update

    fbreitwieser committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    7d1ab24 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Update

    fbreitwieser committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    5ea9f06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970c4ca View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    d5b8dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16813a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7466810 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

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

Commits on Nov 7, 2017

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

Commits on Nov 8, 2017

  1. Update

    fbreitwieser committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    274e41f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/fbreitwieser/kraken-hll

    * 'master' of https://github.com/fbreitwieser/kraken-hll:
      Change name to KrakenHLL
      Add environment CPPFLAGS and LDFLAGS
      Fox parent map generation in taxDB
      Make sure TaxDB is not copied
      Many small changes to make it working for GCC 4.4 / C++0x
    
    Conflicts:
    	tests/build-dbs.sh
    fbreitwieser committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    fadae7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d8352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d83c579 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/fbreitwieser/kraken-hll

    * 'master' of https://github.com/fbreitwieser/kraken-hll:
      Update
      Change name to KrakenHLL
    
    Conflicts:
    	install_kraken.sh
    	tests/build-dbs.sh
    	tests/test-on-simulated-reads.sh
    fbreitwieser committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    96ecc4b View commit details
    Browse the repository at this point in the history
  6. Fix indent

    fbreitwieser committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    30a6538 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/fbreitwieser/kraken-hll

    * 'master' of https://github.com/fbreitwieser/kraken-hll:
      Compute k-mer counts if not present
      Create taxDB if not present
      Update
      Change name to KrakenHLL
    fbreitwieser committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    4e3cbd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    f34f8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c155f View commit details
    Browse the repository at this point in the history
  3. Fix licensing

    fbreitwieser committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    c6871c1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/fbreitwieser/kraken-hll

    * 'master' of https://github.com/fbreitwieser/kraken-hll:
      Fix gzstream building and licensing
      Fix gzstream compilation, update on HLL
    
    Conflicts:
    	src/hyperloglogplus.h
    fbreitwieser committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    e4904a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53314ae View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Configuration menu
    Copy the full SHA
    10f5998 View commit details
    Browse the repository at this point in the history
  2. Fix Makefile

    fbreitwieser committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    1d37b54 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

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