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

Bulk Ingest #8301

Merged
merged 46 commits into from
May 17, 2023
Merged

Bulk Ingest #8301

merged 46 commits into from
May 17, 2023

Conversation

@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

❗ No coverage uploaded for pull request base (ah_var_store@0f24625). Click here to learn what that means.
The diff coverage is n/a.

Additional details and impacted files
@@               Coverage Diff                @@
##             ah_var_store     #8301   +/-   ##
================================================
  Coverage                ?   76.562%           
  Complexity              ?     21800           
================================================
  Files                   ?      1390           
  Lines                   ?     83084           
  Branches                ?     13237           
================================================
  Hits                    ?     63611           
  Misses                  ?     14308           
  Partials                ?      5165           

@RoriCremer RoriCremer force-pushed the rc-vs-835-add-defaults-to-ingest branch 2 times, most recently from 85f4cb2 to 92681a8 Compare May 5, 2023 17:31
@RoriCremer RoriCremer marked this pull request as ready for review May 8, 2023 14:22
@RoriCremer RoriCremer changed the title Bulk Ingest draft Bulk Ingest May 8, 2023
@RoriCremer RoriCremer force-pushed the rc-vs-835-add-defaults-to-ingest branch from 06754dd to 232e785 Compare May 8, 2023 15:48
@RoriCremer RoriCremer force-pushed the rc-vs-835-add-defaults-to-ingest branch from 232e785 to 0c180be Compare May 8, 2023 15:52
@RoriCremer RoriCremer force-pushed the rc-vs-835-add-defaults-to-ingest branch 2 times, most recently from 2bd58db to 7792340 Compare May 8, 2023 16:04
@RoriCremer RoriCremer force-pushed the rc-vs-835-add-defaults-to-ingest branch from 7792340 to 6c40ab4 Compare May 8, 2023 16:06
Copy link

@koncheto-broad koncheto-broad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments, but otherwise LGTM. We're THAT much closer to breaking past the ~10k limit for single runs and greatly simplifying ingestion for AoU-scale data! :-D

scripts/variantstore/wdl/GvsBulkIngestGenomes.wdl Outdated Show resolved Hide resolved
scripts/variantstore/wdl/extract/get_columns_for_import.py Outdated Show resolved Hide resolved
scripts/variantstore/wdl/extract/get_columns_for_import.py Outdated Show resolved Hide resolved
scripts/variantstore/wdl/extract/get_columns_for_import.py Outdated Show resolved Hide resolved
scripts/variantstore/wdl/GvsBulkIngestGenomes.wdl Outdated Show resolved Hide resolved
scripts/variantstore/wdl/GvsBulkIngestGenomes.wdl Outdated Show resolved Hide resolved
}

## TODO I dont love that we are hardcoding them here and in the python--they need to be params!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not just do that now with defaulted params?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to update this whole python script in my next pr where I also address sample sets

@RoriCremer RoriCremer merged commit deadfc8 into ah_var_store May 17, 2023
@RoriCremer RoriCremer deleted the rc-vs-835-add-defaults-to-ingest branch May 17, 2023 01:05
mcovarr pushed a commit that referenced this pull request May 17, 2023
* add Aarons changes

* put terra token in python

* id not bucket

* hardcode for testing

* do we need a new docker image?

* set workspace info

* pull in name from rawls

* pass output locations

* add back prepare

* add GvsImportGenomes back

* update python for grabbing cols

* split methods for easier testing

* set defaults, but allow optional overrides for sample table and id

* add unit test for python column guessing

* clean up python for testing

* add proper docker

* is this where the loop is coming from?

* better names

* remove testing artifact

* add back problem lines to the test

* throw out columns with values other than strings

* set defaults in the right place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants