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

Parquet_integration #122

Merged
merged 153 commits into from
Sep 17, 2020
Merged

Parquet_integration #122

merged 153 commits into from
Sep 17, 2020

Commits on Dec 16, 2019

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

Commits on Jan 2, 2020

  1. Included Parquet-Writer in ingest.py : In this version, the writer is…

    … opened and closed only once per compartment, in the higher-level function seed(). ToDo: 1. Write lower-level second version, 2. Design and run tests.
    diskontinuum committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    6a66fa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

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

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    abe71e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b9e1e0 View commit details
    Browse the repository at this point in the history
  3. debuggig: removed comments from config.ini, removed splitext() when r…

    …eading out of config file (in seed() from ingest.py)
    diskontinuum committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    cf6039e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    847dae7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. corrected 4 bugs: 1)completed argument list when calling getWriters()…

    …. 2) Corrected writer path using .join() in getWriters(). 3) Corrected construction of the local variable TablePaths, with which getWriters is called. It is now a string list, not a list of lists. 4)Capitalization of the string value of the name variable, i.e. images is now capitalized when called as name, which was the default case for the compartments.
    diskontinuum committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    25557c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

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

Commits on Jan 18, 2020

  1. -

    diskontinuum committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    98e673c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    3194ce5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from diskontinuum/convert_schemata

    Convert schemata
    diskontinuum authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    a321c09 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

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

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    fc27c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee0029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9e8185 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. renamed WIP folder

    diskontinuum committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    0c07ad2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. deleted deprecated ingest.py. The new version is named ingest_parquet…

    ….py, the original file is named ingest_old.px
    diskontinuum committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e1292dd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    1b64786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    848baad View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    6c414f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5af51c View commit details
    Browse the repository at this point in the history
  3. comma

    diskontinuum committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    7f26041 View commit details
    Browse the repository at this point in the history
  4. quotation marks

    diskontinuum committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a34c99d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9016f01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62d4685 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a3ef5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7cb5a3 View commit details
    Browse the repository at this point in the history
  9. changed function argument name in munge.py. Reading the config file (…

    …by calling utils.read_config(filename) was moved s.t. the path is passed, not the loaded file.
    diskontinuum committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    7efc190 View commit details
    Browse the repository at this point in the history
  10. new separate folders for new layout of config file (cytominer_databas…

    …e/config_incl_parquet), deleted new entries in original config files folder (cytominer_database/config), commented on the config loading function pkg_resources.resource_filename() .
    diskontinuum committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    0d2f585 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. changed config_file arguments to config_path for function calls of cy…

    …tominer_database.munge.munge in all testing functions. Now all old tests run with ORIGINAL ingest.py code. Next step: take modified testing files and pass them on ingest_parquet.py
    diskontinuum committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    d34ce21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a72c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dedbda View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

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

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    2565b6c View commit details
    Browse the repository at this point in the history
  2. Original tests pass with given config files. ToDo: Test with differen…

    …t config files (SQLite option, different sample ratio, fixed schema). Clean up and document. Add new tests.
    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    c42dd91 View commit details
    Browse the repository at this point in the history
  3. deleted test duplicates

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    e5193b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e45b21 View commit details
    Browse the repository at this point in the history
  5. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    e08cb83 View commit details
    Browse the repository at this point in the history
  6. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    406d164 View commit details
    Browse the repository at this point in the history
  7. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    b72dc1d View commit details
    Browse the repository at this point in the history
  8. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    dd7d50e View commit details
    Browse the repository at this point in the history
  9. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    c4f3de7 View commit details
    Browse the repository at this point in the history
  10. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    38a988d View commit details
    Browse the repository at this point in the history
  11. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    cfad784 View commit details
    Browse the repository at this point in the history
  12. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    be5a24a View commit details
    Browse the repository at this point in the history
  13. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d2eec56 View commit details
    Browse the repository at this point in the history
  14. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3226f95 View commit details
    Browse the repository at this point in the history
  15. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    92e0c85 View commit details
    Browse the repository at this point in the history
  16. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    adc98df View commit details
    Browse the repository at this point in the history
  17. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0cd216c View commit details
    Browse the repository at this point in the history
  18. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    bfb56cb View commit details
    Browse the repository at this point in the history
  19. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a97b644 View commit details
    Browse the repository at this point in the history
  20. updated readme.

    diskontinuum committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    382c8ce View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Merged load_df(). Debugged. Passes all tests. ToDo: Further unificati…

    …on, get rid of debugging code and print statements.
    diskontinuum committed May 4, 2020
    Configuration menu
    Copy the full SHA
    3e7c795 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

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

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    0d19431 View commit details
    Browse the repository at this point in the history
  2. Further code cleanse

    diskontinuum committed May 7, 2020
    Configuration menu
    Copy the full SHA
    d96303f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    d553b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2eba3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51cb5f6 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    diskontinuum authored May 8, 2020
    Configuration menu
    Copy the full SHA
    309ab0d View commit details
    Browse the repository at this point in the history
  5. Update README.rst

    diskontinuum authored May 8, 2020
    Configuration menu
    Copy the full SHA
    e166bf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c987cf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ed7b8c View commit details
    Browse the repository at this point in the history
  8. Finalized docstring comments in main script, including general explan…

    …ations of the methodology used in the new Parquet option.
    diskontinuum committed May 8, 2020
    Configuration menu
    Copy the full SHA
    5f9631d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. change all type-converting functions (definitions and calls) to not r…

    …eturn the dataframe, but to modify the actual object, as passedby reference as function arguments. Started to refactor open_writers() in tableSchema.py.
    diskontinuum committed May 18, 2020
    Configuration menu
    Copy the full SHA
    d0e95c6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

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

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    1834cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84ec340 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    733d96d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ff904 View commit details
    Browse the repository at this point in the history
  3. Update cytominer_database/ingest_incl_parquet.py

    redundant import
    
    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored May 27, 2020
    Configuration menu
    Copy the full SHA
    33d3f82 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored May 27, 2020
    Configuration menu
    Copy the full SHA
    03cd7b2 View commit details
    Browse the repository at this point in the history
  5. Update cytominer_database/load.py

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored May 27, 2020
    Configuration menu
    Copy the full SHA
    befc8a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    874a22b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'colab_updates' of github.com:diskontinuum/cytominer-dat…

    …abase into colab_updates
    diskontinuum committed May 27, 2020
    Configuration menu
    Copy the full SHA
    ea2f5e8 View commit details
    Browse the repository at this point in the history
  8. various PR suggestions

    diskontinuum committed May 27, 2020
    Configuration menu
    Copy the full SHA
    09fec3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e8236a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3241f2d View commit details
    Browse the repository at this point in the history
  11. renamed return arguments ref_dirs and ref_dir to sampled_path_diction…

    …ary and path_dictionary respectively
    diskontinuum committed May 27, 2020
    Configuration menu
    Copy the full SHA
    79b5c35 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Configuration menu
    Copy the full SHA
    9bc8d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    800b6d3 View commit details
    Browse the repository at this point in the history
  3. Update cytominer_database/config/config_htqc.ini

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored May 31, 2020
    Configuration menu
    Copy the full SHA
    dd527e0 View commit details
    Browse the repository at this point in the history
  4. Update cytominer_database/ingest.py

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored May 31, 2020
    Configuration menu
    Copy the full SHA
    fb246b6 View commit details
    Browse the repository at this point in the history
  5. Update cytominer_database/ingest.py

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored May 31, 2020
    Configuration menu
    Copy the full SHA
    1850236 View commit details
    Browse the repository at this point in the history
  6. deleted old code

    diskontinuum committed May 31, 2020
    Configuration menu
    Copy the full SHA
    de908d6 View commit details
    Browse the repository at this point in the history
  7. deleted space

    diskontinuum committed May 31, 2020
    Configuration menu
    Copy the full SHA
    2cf7a99 View commit details
    Browse the repository at this point in the history
  8. removed docstring prose

    diskontinuum committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1bacfac View commit details
    Browse the repository at this point in the history
  9. isolated warning-block

    diskontinuum committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e2fd6b7 View commit details
    Browse the repository at this point in the history
  10. isolated warning-block

    diskontinuum committed May 31, 2020
    Configuration menu
    Copy the full SHA
    810a52c View commit details
    Browse the repository at this point in the history
  11. warning box .rst

    diskontinuum committed May 31, 2020
    Configuration menu
    Copy the full SHA
    038b77b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f33d42f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51c6462 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d7fbc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Update .gitignore

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    c4fd31d View commit details
    Browse the repository at this point in the history
  2. vscode cleanup

    diskontinuum committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    7630aae View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bd50178 View commit details
    Browse the repository at this point in the history
  4. Update cytominer_database/config/config_default.ini

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    8276cae View commit details
    Browse the repository at this point in the history
  5. Update cytominer_database/ingest.py

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a841db0 View commit details
    Browse the repository at this point in the history
  6. Update cytominer_database/write.py

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    14428e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Update cytominer_database/ingest.py

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    4c3c021 View commit details
    Browse the repository at this point in the history
  2. rm unused imports

    diskontinuum committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    aa10636 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d10a34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ddfeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ce001e View commit details
    Browse the repository at this point in the history
  6. Update cytominer_database/ingest.py

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    8b4f35b View commit details
    Browse the repository at this point in the history
  7. removed comments

    diskontinuum committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    32b30e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfa0c27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97c09ca View commit details
    Browse the repository at this point in the history
  10. Added raise ValueError to type_conver_dataframe(), for the case in wh…

    …ich the config.ini file does not contain the correct entry
    diskontinuum committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    80728cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ba394c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0ca497 View commit details
    Browse the repository at this point in the history
  13. missing bracket error

    diskontinuum committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    5b80f1d View commit details
    Browse the repository at this point in the history
  14. Added further ValueErrors and UserWarnings (in case of conversion err…

    …ors or missing conversions).
    diskontinuum committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    13c3369 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    076c939 View commit details
    Browse the repository at this point in the history
  16. removed python 2

    diskontinuum committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    52a8812 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    367cf5c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c729cf4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4a07121 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f273299 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    339ac19 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f709963 View commit details
    Browse the repository at this point in the history
  23. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    4bc4ab7 View commit details
    Browse the repository at this point in the history
  24. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    7e14bcc View commit details
    Browse the repository at this point in the history
  25. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    8138130 View commit details
    Browse the repository at this point in the history
  26. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    0ebe5c3 View commit details
    Browse the repository at this point in the history
  27. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    080b0cc View commit details
    Browse the repository at this point in the history
  28. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    9a1d4fd View commit details
    Browse the repository at this point in the history
  29. Update README.rst

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    92e90bd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. bracket

    diskontinuum committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    8563d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512c48e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    c55560b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c9ae6 View commit details
    Browse the repository at this point in the history
  3. renamed module ingest_incl_parquet.py to ingest_parquet.py . Changed …

    …imports and tests accordingly.
    diskontinuum committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    d1610fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6759ce7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    022fb94 View commit details
    Browse the repository at this point in the history
  6. changed command structure. Now the flag '--parquet' will trigger the …

    …parquet backend. The default (no flag) is SQLite.
    diskontinuum committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    81f6e89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6126085 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2660ac View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Configuration menu
    Copy the full SHA
    fe10d81 View commit details
    Browse the repository at this point in the history
  2. included new command flag '--variable_engine/--no-variable_engine' in…

    … a separate, new command module and included all corresponding tests for the command (including default, explicit sqlite and explicit parquet) on all test data. All tests pass.
    diskontinuum committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    d16bcfb View commit details
    Browse the repository at this point in the history
  3. renamed new code version 'ingest_parquet.py'/'test_ingest_parquet.py'…

    … to'ingest_variable_engine.py'/'test_ingest_variable_engine.py'
    diskontinuum committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    2529591 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45a39e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    c17d852 View commit details
    Browse the repository at this point in the history
  2. reversed ordering

    diskontinuum committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    aae91e9 View commit details
    Browse the repository at this point in the history
  3. -

    diskontinuum committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    094707a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edf2953 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Update CONTRIBUTORS.md

    Co-authored-by: Greg Way <[email protected]>
    diskontinuum and gwaybio authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ed68760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cfd9d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799997f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b2976c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

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