Skip to content

Commit a515c2c

Browse files
authored
Gencode refactor to remove gcs (#934)
* Gencode refactor to remove gcs * Fix
1 parent 5930d1c commit a515c2c

File tree

8 files changed

+149
-596
lines changed

8 files changed

+149
-596
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)