Skip to content

Commit 1386bb9

Browse files
bpblankenjklugherz
andauthored
Dev (#952)
* add task to write relatedness check to tsv (#930) * add task to write relatedness check to tsv * fix requirements * relatedness_check_table_path * add relatedness check file path to metadata.json * Benb/use metadata as source of family table load (#936) * use run metadata as source of family table load * ruff * Support gcs dirs in rsync (#932) * Support gcs dirs in rsync * ws * Gencode refactor to remove gcs (#934) * Gencode refactor to remove gcs * Fix * additional semi join (#947) * metadata parameters refactor (#946) * metadata parameters refactor * fix missing param * tweak * missed one * last one * fix test * last few bugfixes * fix * bump * missed one * change parameter type due to confusing bug * push * enum * Parse clinvar version from header (#949) * Parse clinvar version from header * responses activate * fix test * Dependency reordering so that `ValidateCallsetTask` runs before updating the reference data. (#950) * Parse clinvar version from header * Dependency reordering for reference data updates and validation * ruff * missed one * Revert relatedness changes * push * Fix import issue * Fix sample type * ruff * Fix import mocking * imports * responses activate * fix test * Tweaks * comment * Benb/check parsed clinvar version in complete (#951) * Parse clinvar version from header * First pass * Bump hail tables to https * correct dataset/dataset types * Fix clinvar mito * Fix combined * Dependency reordering for reference data updates and validation * ruff * missed one * Revert relatedness changes * push * Fix import issue * Fix sample type * ruff * Fix import mocking * imports * Missed one * First mocking pass * Finish mocks in reference data * responses activate * ruff * commas * fix test * Update compare_globals.py * import --------- Co-authored-by: Julia Klugherz <juliaklugherz@gmail.com>
1 parent e4682a9 commit 1386bb9

File tree

122 files changed

+847
-890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+847
-890
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ extend-exclude = [
2929
'luigi_pipeline/lib/*',
3030
'luigi_pipeline/seqr*.py',
3131
'luigi_pipeline/tests/data/*',
32-
'v03_pipeline/lib/reference_data/gencode/*',
3332
]
3433
ignore = [
3534
# Individual Rules

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ google-api-python-client>=1.8.0
33
hail==0.2.132
44
luigi>=3.4.0
55
gnomad==0.6.4
6-
google-cloud-storage>=2.14.0
76
aiofiles==24.1.0
87
pydantic==2.8.2

0 commit comments

Comments
 (0)