-
Notifications
You must be signed in to change notification settings - Fork 12
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
Parquet_integration #122
Commits on Dec 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d606e21 - Browse repository at this point
Copy the full SHA d606e21View commit details
Commits on Jan 2, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6a66fa8 - Browse repository at this point
Copy the full SHA 6a66fa8View commit details
Commits on Jan 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7e766a5 - Browse repository at this point
Copy the full SHA 7e766a5View commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for abe71e9 - Browse repository at this point
Copy the full SHA abe71e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b9e1e0 - Browse repository at this point
Copy the full SHA 7b9e1e0View commit details -
debuggig: removed comments from config.ini, removed splitext() when r…
…eading out of config file (in seed() from ingest.py)
Configuration menu - View commit details
-
Copy full SHA for cf6039e - Browse repository at this point
Copy the full SHA cf6039eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 847dae7 - Browse repository at this point
Copy the full SHA 847dae7View commit details
Commits on Jan 7, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 25557c2 - Browse repository at this point
Copy the full SHA 25557c2View commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5369033 - Browse repository at this point
Copy the full SHA 5369033View commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 98e673c - Browse repository at this point
Copy the full SHA 98e673cView commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3194ce5 - Browse repository at this point
Copy the full SHA 3194ce5View commit details -
Merge pull request #1 from diskontinuum/convert_schemata
Convert schemata
Configuration menu - View commit details
-
Copy full SHA for a321c09 - Browse repository at this point
Copy the full SHA a321c09View commit details
Commits on Feb 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0e84e68 - Browse repository at this point
Copy the full SHA 0e84e68View commit details
Commits on Feb 10, 2020
-
Added original ingest.py and deleted old partial code. All new code i…
…s in ingest_parquet.py.
Configuration menu - View commit details
-
Copy full SHA for fc27c3e - Browse repository at this point
Copy the full SHA fc27c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee0029 - Browse repository at this point
Copy the full SHA cee0029View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e8185 - Browse repository at this point
Copy the full SHA d9e8185View commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0c07ad2 - Browse repository at this point
Copy the full SHA 0c07ad2View commit details
Commits on Feb 14, 2020
-
deleted deprecated ingest.py. The new version is named ingest_parquet…
….py, the original file is named ingest_old.px
Configuration menu - View commit details
-
Copy full SHA for e1292dd - Browse repository at this point
Copy the full SHA e1292ddView commit details
Commits on Feb 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1b64786 - Browse repository at this point
Copy the full SHA 1b64786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 848baad - Browse repository at this point
Copy the full SHA 848baadView commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6c414f3 - Browse repository at this point
Copy the full SHA 6c414f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5af51c - Browse repository at this point
Copy the full SHA a5af51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f26041 - Browse repository at this point
Copy the full SHA 7f26041View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34c99d - Browse repository at this point
Copy the full SHA a34c99dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9016f01 - Browse repository at this point
Copy the full SHA 9016f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d4685 - Browse repository at this point
Copy the full SHA 62d4685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3ef5b - Browse repository at this point
Copy the full SHA 5a3ef5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7cb5a3 - Browse repository at this point
Copy the full SHA a7cb5a3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7efc190 - Browse repository at this point
Copy the full SHA 7efc190View commit details -
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() .
Configuration menu - View commit details
-
Copy full SHA for 0d2f585 - Browse repository at this point
Copy the full SHA 0d2f585View commit details
Commits on Feb 27, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for d34ce21 - Browse repository at this point
Copy the full SHA d34ce21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a72c6 - Browse repository at this point
Copy the full SHA a0a72c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dedbda - Browse repository at this point
Copy the full SHA 1dedbdaView commit details
Commits on Feb 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e67a239 - Browse repository at this point
Copy the full SHA e67a239View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2565b6c - Browse repository at this point
Copy the full SHA 2565b6cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c42dd91 - Browse repository at this point
Copy the full SHA c42dd91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5193b9 - Browse repository at this point
Copy the full SHA e5193b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e45b21 - Browse repository at this point
Copy the full SHA 8e45b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for e08cb83 - Browse repository at this point
Copy the full SHA e08cb83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 406d164 - Browse repository at this point
Copy the full SHA 406d164View commit details -
Configuration menu - View commit details
-
Copy full SHA for b72dc1d - Browse repository at this point
Copy the full SHA b72dc1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7d50e - Browse repository at this point
Copy the full SHA dd7d50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f3de7 - Browse repository at this point
Copy the full SHA c4f3de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a988d - Browse repository at this point
Copy the full SHA 38a988dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfad784 - Browse repository at this point
Copy the full SHA cfad784View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5a24a - Browse repository at this point
Copy the full SHA be5a24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2eec56 - Browse repository at this point
Copy the full SHA d2eec56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3226f95 - Browse repository at this point
Copy the full SHA 3226f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92e0c85 - Browse repository at this point
Copy the full SHA 92e0c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for adc98df - Browse repository at this point
Copy the full SHA adc98dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd216c - Browse repository at this point
Copy the full SHA 0cd216cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb56cb - Browse repository at this point
Copy the full SHA bfb56cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a97b644 - Browse repository at this point
Copy the full SHA a97b644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 382c8ce - Browse repository at this point
Copy the full SHA 382c8ceView commit details
Commits on May 4, 2020
-
Merged load_df(). Debugged. Passes all tests. ToDo: Further unificati…
…on, get rid of debugging code and print statements.
Configuration menu - View commit details
-
Copy full SHA for 3e7c795 - Browse repository at this point
Copy the full SHA 3e7c795View commit details
Commits on May 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e7e089f - Browse repository at this point
Copy the full SHA e7e089fView commit details
Commits on May 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0d19431 - Browse repository at this point
Copy the full SHA 0d19431View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96303f - Browse repository at this point
Copy the full SHA d96303fView commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d553b38 - Browse repository at this point
Copy the full SHA d553b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for df2eba3 - Browse repository at this point
Copy the full SHA df2eba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cb5f6 - Browse repository at this point
Copy the full SHA 51cb5f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 309ab0d - Browse repository at this point
Copy the full SHA 309ab0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e166bf9 - Browse repository at this point
Copy the full SHA e166bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c987cf5 - Browse repository at this point
Copy the full SHA c987cf5View commit details -
Merge branch 'colab_updates' of github.com:diskontinuum/cytominer-dat…
…abase into colab_updates
Configuration menu - View commit details
-
Copy full SHA for 6ed7b8c - Browse repository at this point
Copy the full SHA 6ed7b8cView commit details -
Finalized docstring comments in main script, including general explan…
…ations of the methodology used in the new Parquet option.
Configuration menu - View commit details
-
Copy full SHA for 5f9631d - Browse repository at this point
Copy the full SHA 5f9631dView commit details
Commits on May 18, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for d0e95c6 - Browse repository at this point
Copy the full SHA d0e95c6View commit details
Commits on May 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d0af406 - Browse repository at this point
Copy the full SHA d0af406View commit details
Commits on May 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1834cd2 - Browse repository at this point
Copy the full SHA 1834cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ec340 - Browse repository at this point
Copy the full SHA 84ec340View commit details
Commits on May 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 733d96d - Browse repository at this point
Copy the full SHA 733d96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ff904 - Browse repository at this point
Copy the full SHA 91ff904View commit details -
Update cytominer_database/ingest_incl_parquet.py
redundant import Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33d3f82 - Browse repository at this point
Copy the full SHA 33d3f82View commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03cd7b2 - Browse repository at this point
Copy the full SHA 03cd7b2View commit details -
Update cytominer_database/load.py
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for befc8a9 - Browse repository at this point
Copy the full SHA befc8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874a22b - Browse repository at this point
Copy the full SHA 874a22bView commit details -
Merge branch 'colab_updates' of github.com:diskontinuum/cytominer-dat…
…abase into colab_updates
Configuration menu - View commit details
-
Copy full SHA for ea2f5e8 - Browse repository at this point
Copy the full SHA ea2f5e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fec3b - Browse repository at this point
Copy the full SHA 09fec3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8236a - Browse repository at this point
Copy the full SHA 5e8236aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3241f2d - Browse repository at this point
Copy the full SHA 3241f2dView commit details -
renamed return arguments ref_dirs and ref_dir to sampled_path_diction…
…ary and path_dictionary respectively
Configuration menu - View commit details
-
Copy full SHA for 79b5c35 - Browse repository at this point
Copy the full SHA 79b5c35View commit details
Commits on May 31, 2020
-
Update cytominer_database/config/config_cellpainting.ini
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bc8d54 - Browse repository at this point
Copy the full SHA 9bc8d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 800b6d3 - Browse repository at this point
Copy the full SHA 800b6d3View commit details -
Update cytominer_database/config/config_htqc.ini
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd527e0 - Browse repository at this point
Copy the full SHA dd527e0View commit details -
Update cytominer_database/ingest.py
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb246b6 - Browse repository at this point
Copy the full SHA fb246b6View commit details -
Update cytominer_database/ingest.py
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1850236 - Browse repository at this point
Copy the full SHA 1850236View commit details -
Configuration menu - View commit details
-
Copy full SHA for de908d6 - Browse repository at this point
Copy the full SHA de908d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf7a99 - Browse repository at this point
Copy the full SHA 2cf7a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bacfac - Browse repository at this point
Copy the full SHA 1bacfacView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2fd6b7 - Browse repository at this point
Copy the full SHA e2fd6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 810a52c - Browse repository at this point
Copy the full SHA 810a52cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 038b77b - Browse repository at this point
Copy the full SHA 038b77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f33d42f - Browse repository at this point
Copy the full SHA f33d42fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c6462 - Browse repository at this point
Copy the full SHA 51c6462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7fbc2 - Browse repository at this point
Copy the full SHA 4d7fbc2View commit details
Commits on Jun 24, 2020
-
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4fd31d - Browse repository at this point
Copy the full SHA c4fd31dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7630aae - Browse repository at this point
Copy the full SHA 7630aaeView commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd50178 - Browse repository at this point
Copy the full SHA bd50178View commit details -
Update cytominer_database/config/config_default.ini
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8276cae - Browse repository at this point
Copy the full SHA 8276caeView commit details -
Update cytominer_database/ingest.py
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a841db0 - Browse repository at this point
Copy the full SHA a841db0View commit details -
Update cytominer_database/write.py
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14428e0 - Browse repository at this point
Copy the full SHA 14428e0View commit details
Commits on Jul 1, 2020
-
Update cytominer_database/ingest.py
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c3c021 - Browse repository at this point
Copy the full SHA 4c3c021View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa10636 - Browse repository at this point
Copy the full SHA aa10636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d10a34 - Browse repository at this point
Copy the full SHA 2d10a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ddfeb - Browse repository at this point
Copy the full SHA 00ddfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce001e - Browse repository at this point
Copy the full SHA 3ce001eView commit details -
Update cytominer_database/ingest.py
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b4f35b - Browse repository at this point
Copy the full SHA 8b4f35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b30e2 - Browse repository at this point
Copy the full SHA 32b30e2View commit details -
Merge branch 'colab_updates' of github.com:diskontinuum/cytominer-dat…
…abase into colab_updates
Configuration menu - View commit details
-
Copy full SHA for cfa0c27 - Browse repository at this point
Copy the full SHA cfa0c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c09ca - Browse repository at this point
Copy the full SHA 97c09caView commit details -
Added raise ValueError to type_conver_dataframe(), for the case in wh…
…ich the config.ini file does not contain the correct entry
Configuration menu - View commit details
-
Copy full SHA for 80728cb - Browse repository at this point
Copy the full SHA 80728cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba394c - Browse repository at this point
Copy the full SHA 4ba394cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ca497 - Browse repository at this point
Copy the full SHA b0ca497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b80f1d - Browse repository at this point
Copy the full SHA 5b80f1dView commit details -
Added further ValueErrors and UserWarnings (in case of conversion err…
…ors or missing conversions).
Configuration menu - View commit details
-
Copy full SHA for 13c3369 - Browse repository at this point
Copy the full SHA 13c3369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076c939 - Browse repository at this point
Copy the full SHA 076c939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a8812 - Browse repository at this point
Copy the full SHA 52a8812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 367cf5c - Browse repository at this point
Copy the full SHA 367cf5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c729cf4 - Browse repository at this point
Copy the full SHA c729cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a07121 - Browse repository at this point
Copy the full SHA 4a07121View commit details -
Configuration menu - View commit details
-
Copy full SHA for f273299 - Browse repository at this point
Copy the full SHA f273299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 339ac19 - Browse repository at this point
Copy the full SHA 339ac19View commit details -
Configuration menu - View commit details
-
Copy full SHA for f709963 - Browse repository at this point
Copy the full SHA f709963View commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bc4ab7 - Browse repository at this point
Copy the full SHA 4bc4ab7View commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e14bcc - Browse repository at this point
Copy the full SHA 7e14bccView commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8138130 - Browse repository at this point
Copy the full SHA 8138130View commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ebe5c3 - Browse repository at this point
Copy the full SHA 0ebe5c3View commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 080b0cc - Browse repository at this point
Copy the full SHA 080b0ccView commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a1d4fd - Browse repository at this point
Copy the full SHA 9a1d4fdView commit details -
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92e90bd - Browse repository at this point
Copy the full SHA 92e90bdView commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8563d6c - Browse repository at this point
Copy the full SHA 8563d6cView commit details -
Merge branch 'colab_updates' of github.com:diskontinuum/cytominer-dat…
…abase into colab_updates
Configuration menu - View commit details
-
Copy full SHA for 512c48e - Browse repository at this point
Copy the full SHA 512c48eView commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c55560b - Browse repository at this point
Copy the full SHA c55560bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c9ae6 - Browse repository at this point
Copy the full SHA a2c9ae6View commit details -
renamed module ingest_incl_parquet.py to ingest_parquet.py . Changed …
…imports and tests accordingly.
Configuration menu - View commit details
-
Copy full SHA for d1610fc - Browse repository at this point
Copy the full SHA d1610fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6759ce7 - Browse repository at this point
Copy the full SHA 6759ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 022fb94 - Browse repository at this point
Copy the full SHA 022fb94View commit details -
changed command structure. Now the flag '--parquet' will trigger the …
…parquet backend. The default (no flag) is SQLite.
Configuration menu - View commit details
-
Copy full SHA for 81f6e89 - Browse repository at this point
Copy the full SHA 81f6e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6126085 - Browse repository at this point
Copy the full SHA 6126085View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2660ac - Browse repository at this point
Copy the full SHA d2660acView commit details
Commits on Jul 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe10d81 - Browse repository at this point
Copy the full SHA fe10d81View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d16bcfb - Browse repository at this point
Copy the full SHA d16bcfbView commit details -
renamed new code version 'ingest_parquet.py'/'test_ingest_parquet.py'…
… to'ingest_variable_engine.py'/'test_ingest_variable_engine.py'
Configuration menu - View commit details
-
Copy full SHA for 2529591 - Browse repository at this point
Copy the full SHA 2529591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a39e9 - Browse repository at this point
Copy the full SHA 45a39e9View commit details
Commits on Jul 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c17d852 - Browse repository at this point
Copy the full SHA c17d852View commit details -
Configuration menu - View commit details
-
Copy full SHA for aae91e9 - Browse repository at this point
Copy the full SHA aae91e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 094707a - Browse repository at this point
Copy the full SHA 094707aView commit details -
Configuration menu - View commit details
-
Copy full SHA for edf2953 - Browse repository at this point
Copy the full SHA edf2953View commit details
Commits on Jul 29, 2020
-
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed68760 - Browse repository at this point
Copy the full SHA ed68760View commit details -
Update cytominer_database/commands/command_ingest_variable_engine.py
Co-authored-by: Greg Way <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cfd9d1 - Browse repository at this point
Copy the full SHA 6cfd9d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 799997f - Browse repository at this point
Copy the full SHA 799997fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2976c - Browse repository at this point
Copy the full SHA 1b2976cView commit details
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91c871c - Browse repository at this point
Copy the full SHA 91c871cView commit details