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

analysis: civic + moa variant analysis #439

Merged
merged 32 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a1284e2
wip: initial analysis for civic
korikuzma Feb 17, 2023
7b01960
wip: update civic analysis
korikuzma Feb 20, 2023
48bd353
wip: include civic variant duplicates
korikuzma Feb 20, 2023
b75b95b
wip: initial work for moa analysis
korikuzma Feb 20, 2023
132341b
wip: fix civic unable to normalize file
korikuzma Feb 20, 2023
1546c15
wip: add breakdown for unable to normalize for civic
korikuzma Feb 21, 2023
4154c7e
wip: add percentage for variant category
korikuzma Feb 21, 2023
db0d070
wip: update civic keywords + analysis
korikuzma Feb 22, 2023
517bcc1
wip: more updates to keywords for civic
korikuzma Feb 22, 2023
8b82d05
wip: fix civic regex patterns + keywords
korikuzma Feb 23, 2023
e82b3bc
wip: more updates to keywords/patterns
korikuzma Feb 23, 2023
f775a70
wip: initial analysis for moa
korikuzma Feb 23, 2023
b427705
wip: incl new stat
korikuzma Feb 23, 2023
0bb5a7e
wip: update final not supported keywords
korikuzma Feb 24, 2023
d679050
wip: update civic analysis
korikuzma Mar 2, 2023
36eb00d
wip: add variant accepted status to civic analysis
korikuzma Mar 3, 2023
f9314eb
build: tmp pin dependencies
korikuzma Apr 20, 2023
c2f05c7
Merge branch 'main' into issue-287
korikuzma Apr 20, 2023
40e8252
wip: update civic analysis
korikuzma Apr 20, 2023
abcdc63
Merge branch 'main' into issue-287
korikuzma May 3, 2023
187d252
re-run civic analysis
korikuzma May 3, 2023
6f03add
re-run moa analysis
korikuzma May 3, 2023
ab45144
re-run analysis with snv as region defined var
korikuzma May 7, 2023
93bd47b
add civicpy cache
korikuzma May 15, 2023
c81964f
transcript should be in not supported file
korikuzma May 15, 2023
3cb1409
wip: update moa analysis with category + vrs id
korikuzma May 31, 2023
b486e87
wip: remove duplicate cell from moa
korikuzma May 31, 2023
4943fac
wip: remove checking for dup moa queries
korikuzma May 31, 2023
9695741
wip: re-run civic analysis
korikuzma May 31, 2023
be4c325
rename all -> should be able to normalize
korikuzma Jun 1, 2023
9c3d1fe
Merge branch 'main' into issue-287
korikuzma Jun 1, 2023
a013f01
rerun
korikuzma Jun 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ pyproject.toml

build/
dynamodb_local_latest/

# Env files
.env

# pickle files
*.pkl
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-docstrings, flake8-quotes, flake8-import-order, flake8-annotations]
- id: check-added-large-files
exclude: ^notebooks/analysis/
- id: detect-private-key
- id: trailing-whitespace
- id: end-of-file-fixer
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ variation-normalizer = {editable = true, path = "."}
jupyter = "*"
ipykernel = "*"
psycopg2-binary = "*"
civicpy = ">=3.0.0"
python-dotenv = "*"

[packages]
"biocommons.seqrepo" = "*"
Expand Down
1,870 changes: 1,870 additions & 0 deletions notebooks/analysis/civic/able_to_normalize_queries.csv

Large diffs are not rendered by default.

Loading