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

Issue #123: Add anib #338

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

Issue #123: Add anib #338

wants to merge 81 commits into from

Commits on Jul 15, 2021

  1. Initial split of v2 ANIb code into anib.py and aniblastall.py files

    Including changing the parameter `mode` to `method`
    baileythegreen committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    b64231c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    39bdde1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e9ebe2 View commit details
    Browse the repository at this point in the history
  3. Added initial versions of functions and comments about needed code

    `run_anib_jobs()`, `update_comparison_results()`
    baileythegreen committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    70abeb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dcade6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    c660e63 View commit details
    Browse the repository at this point in the history
  2. Change default for maxmatch from None to False

    If this is not a boolean, it prevents sqlite from recognising duplicate 
    entries
    baileythegreen committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    bf4fa20 View commit details
    Browse the repository at this point in the history
  3. Add/expand code to process input genomes

    Up to adding them to the database
    baileythegreen committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    c1b4be1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34f9ec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cdd452 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d78b479 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d42e79 View commit details
    Browse the repository at this point in the history
  8. Update call to generate_joblist()

    Now passes the lists of all `fragfiles` and `fraglens`
    baileythegreen committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    9e25141 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e8a47d View commit details
    Browse the repository at this point in the history
  10. Update value passed for maxmatch to a boolean

    Necessary for sqlite to recognise duplicate values
    baileythegreen committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    b07a1dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f4b131 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c76f54c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c71ce5d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    585b98f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    059ffdf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aed81e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0f0653f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fc273df View commit details
    Browse the repository at this point in the history
  19. Skip tests as a result of changes to how command lines are generated

    Currently, we don't pass a list of genome pairs to `anib.py`.
    baileythegreen committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    cc4d346 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0e3d471 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f6f52ec View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Make changes to reflect splitting of anib and aniblastall

    - remove `mode` or `method` arguments in function calls/definitions
    - change references to module names from `anib` to `aniblastall` where 
    necessary
    baileythegreen committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    8f94ba0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Add tests for get_version()

    These got removed somewhere?
    baileythegreen committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6de8b0f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    7da06d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba3662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fb3c08 View commit details
    Browse the repository at this point in the history
  4. Added useful debugging lines to anib.py

    May be removed later on
    baileythegreen committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    6c12a72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    419db64 View commit details
    Browse the repository at this point in the history
  6. Comment out (likely) unnecessary function

    Will be removed later
    baileythegreen committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    fd41e4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    104178a View commit details
    Browse the repository at this point in the history
  8. Add useful debugging lines

    May be removed later
    baileythegreen committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    37477db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8cf205b View commit details
    Browse the repository at this point in the history
  10. Comment out (likely) unnecessary function

    Will be removed later
    baileythegreen committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    afd1be1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7dc1113 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee90a68 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8f6e41 View commit details
    Browse the repository at this point in the history
  14. Add useful debugging lines

    May be removed later
    baileythegreen committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    c0c518a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dd1ee44 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8cfbfe8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2aa686b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    10bd2a2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8df94c7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e42c089 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    05665ee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    502becf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3589efc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c74bf3a View commit details
    Browse the repository at this point in the history
  25. Add generate_joblist()

    baileythegreen committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    953be89 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1971d25 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    641a843 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d53c4e8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    aba213c View commit details
    Browse the repository at this point in the history
  30. Skip unnecessary tests

    Will probably be removed
    baileythegreen committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3233fd5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    92932ba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Add lines debugging

    May be removed later
    baileythegreen committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9631001 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    c7f60cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c174133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc89bcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13add41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7566329 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c688d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    bc25ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a313d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ccd1d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f423dbe View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

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

Commits on Apr 13, 2022

  1. Update .gitignore

    baileythegreen committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0596e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a28fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b7b52f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23d951f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on May 16, 2022

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

Commits on Jun 7, 2022

  1. update deprecated behaviours in pandas

    - the sort_index() call now needs axis as an explicit keyword
    - pandas.utils.testing is now pandas.testing
    widdowquinn committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ffba902 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    If an import is no longer required, it should be removed, rather
    than commented as "probably not required" or similar.
    widdowquinn committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    bdefef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

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