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

[WIP] Fragdb proposal #39

Merged
merged 14 commits into from
Dec 20, 2023
Merged

[WIP] Fragdb proposal #39

merged 14 commits into from
Dec 20, 2023

Commits on Oct 12, 2021

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

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    a3e47ff View commit details
    Browse the repository at this point in the history
  2. remove "fraginfo" output, use "input.fragdb" if no filename given, su…

    …pport using a fragdb to index, fix fragment schema bugs
    adalke committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    23c0870 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    c5f6274 View commit details
    Browse the repository at this point in the history
  2. switched to use dataclasses for the fragment_types, and cleaned-up an…

    …d somewhat automated the SQL calls for fragdb
    adalke committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1333603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f0f8e6 View commit details
    Browse the repository at this point in the history
  4. compatibility with Python 3.7

    adalke committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    78d3fb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01c56bf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. removed support for the old 'fragments' format. If "fragment" doesn't…

    … have a "-o" then create a name based on the input.
    adalke committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b4e1d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f43cb81 View commit details
    Browse the repository at this point in the history
  3. updated comments

    adalke committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    7ec12af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    492b635 View commit details
    Browse the repository at this point in the history
  5. moved 'relabel' from fragment_db (nee fragment_io) to index_algorithm…

    …, which is where it's actually used.
    adalke committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    03b72c4 View commit details
    Browse the repository at this point in the history