-
Notifications
You must be signed in to change notification settings - Fork 20
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
delete old reference data code 😝 #990
Changes from 52 commits
5f4a7fd
4305efe
7ef58ba
1ffa3f5
c1dd30c
045bfcf
fcd9785
de3a81e
3fbf6ea
33d63ff
eb7fae4
914a95c
e5a62f3
4647f78
e23384b
1987cf6
b7a7081
e496c4d
60adacd
572d6d2
9ce1c3c
95f467c
13d6c72
d1abbfb
1ef92f4
d536157
bb8c15c
09ef322
849f6fb
d7bd77b
b825bdb
2909ec0
725e878
9bc0f64
b9a7049
2f90b76
5cee9f2
832d6c9
b123572
e3f4528
cba27ef
2382a42
3092c84
4d4df48
8bac0e0
9db1d3c
526e62b
a5ebfa1
fddba67
d7f8580
3a89d33
f2b0529
18c9d63
21be5f8
2bd006c
1e29b6d
250256f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
from v03_pipeline.lib.model.reference_dataset_collection import ( | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file is also deleteable now right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TRUE |
||
ReferenceDatasetCollection, | ||
) | ||
from v03_pipeline.lib.reference_data.queries import ( | ||
from v03_pipeline.lib.reference_datasets.queries import ( | ||
clinvar_path_variants, | ||
gnomad_coding_and_noncoding_variants, | ||
gnomad_qc, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can just be deleted!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about the rest of the stuff in the v02 directory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can go now, everything should have an appropriate analog in v3!