-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
229 changed files
with
9,792 additions
and
7,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[build-system] | ||
requires = ["setuptools >= 69.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "truvari" | ||
authors = [ | ||
{name = "ACEnglish", email="[email protected]"} | ||
] | ||
description = "Structural variant comparison tool for VCFs" | ||
readme = "README.md" | ||
license = { text = "MIT" } | ||
dynamic = ["version"] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"pywfa>=0.5.1", | ||
"rich>=12.5.1", | ||
"edlib>=1.3.9", | ||
"pysam>=0.22", | ||
"intervaltree>=3.1", | ||
"joblib>=1.2.0", | ||
"numpy>=1.24.4", | ||
"pytabix>=0.1", | ||
"bwapy>=0.1.4", | ||
"pandas>=1.5.3", | ||
"pyabpoa>=1.4.3", | ||
] | ||
|
||
[project.scripts] | ||
truvari = "truvari.__main__:main" | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/ACEnglish/truvari" | ||
Documentation = "https://truvari.readthedocs.io/en/latest/" | ||
Issues = "https://github.com/ACEnglish/truvari/issues" | ||
Changelog = "https://github.com/ACEnglish/truvari/wiki/Updates" | ||
|
||
[tool.setuptools] | ||
packages = ["truvari", "truvari.annotations"] |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
chr20 258766 258767 | ||
chr20 278929 279069 | ||
chr20 380877 380878 | ||
chr20 420664 420665 | ||
chr20 641912 642330 | ||
chr20 709758 709852 | ||
chr20 727507 727556 | ||
chr20 764536 764537 | ||
chr20 949515 949619 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"base": "/data/repo_utils/test_files/variants/input1.vcf.gz", "comp": "/data/repo_utils/test_files/variants/input2.vcf.gz", "output": "test_results/bench12/", "reference": "/data/repo_utils/test_files/references/reference.fa", "debug": false, "prog": false, "refdist": 500, "pctsim": 0.7, "minhaplen": 50, "pctsize": 0.7, "pctovl": 0.0, "typeignore": false, "dup_to_ins": false, "use_lev": false, "chunksize": 1000, "gtcomp": false, "bSample": "NA24385", "cSample": "NA12878", "sizemin": 50, "sizefilt": 30, "sizemax": 50000, "passonly": false, "no_ref": false, "includebed": null, "extend": 0, "multimatch": false} | ||
{"base": "/data/repo_utils/test_files/variants/input1.vcf.gz", "comp": "/data/repo_utils/test_files/variants/input2.vcf.gz", "output": "test_results/bench12/", "includebed": null, "extend": 0, "debug": false, "reference": "/data/repo_utils/test_files/references/reference.fa", "refdist": 500, "pctseq": 0.7, "minhaplen": 50, "pctsize": 0.7, "pctovl": 0.0, "typeignore": false, "chunksize": 1000, "bSample": "NA24385", "cSample": "NA12878", "dup_to_ins": false, "sizemin": 50, "sizefilt": 30, "sizemax": 50000, "passonly": false, "no_ref": false, "pick": "single", "check_monref": true, "check_multi": true} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
"(1, 1)": 1 | ||
} | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
repo_utils/answer_key/bench/bench12_gtcomp/candidate.refine.bed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
chr20 258766 258767 | ||
chr20 278929 279069 | ||
chr20 380877 380878 | ||
chr20 641912 642330 | ||
chr20 709758 709852 | ||
chr20 727507 727556 | ||
chr20 764536 764537 | ||
chr20 949515 949619 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"base": "/data/repo_utils/test_files/variants/input1.vcf.gz", "comp": "/data/repo_utils/test_files/variants/input2.vcf.gz", "output": "test_results/bench12_gtcomp/", "reference": "/data/repo_utils/test_files/references/reference.fa", "debug": false, "prog": false, "refdist": 500, "pctsim": 0.7, "minhaplen": 50, "pctsize": 0.7, "pctovl": 0.0, "typeignore": false, "dup_to_ins": false, "use_lev": false, "chunksize": 1000, "gtcomp": true, "bSample": "NA24385", "cSample": "NA12878", "sizemin": 50, "sizefilt": 30, "sizemax": 50000, "passonly": false, "no_ref": false, "includebed": null, "extend": 0, "multimatch": false} | ||
{"base": "/data/repo_utils/test_files/variants/input1.vcf.gz", "comp": "/data/repo_utils/test_files/variants/input2.vcf.gz", "output": "test_results/bench12_gtcomp/", "includebed": null, "extend": 0, "debug": false, "reference": "/data/repo_utils/test_files/references/reference.fa", "refdist": 500, "pctseq": 0.7, "minhaplen": 50, "pctsize": 0.7, "pctovl": 0.0, "typeignore": false, "chunksize": 1000, "bSample": "NA24385", "cSample": "NA12878", "dup_to_ins": false, "sizemin": 50, "sizefilt": 30, "sizemax": 50000, "passonly": false, "no_ref": false, "pick": "ac", "check_monref": true, "check_multi": true} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
"(1, 1)": 1 | ||
} | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
repo_utils/answer_key/bench/bench12_gtcomp/tp-base.vcf.gz.tbi
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
repo_utils/answer_key/bench/bench12_gtcomp/tp-comp.vcf.gz.tbi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
chr20 149012 149073 | ||
chr20 183616 183617 | ||
chr20 258766 258767 | ||
chr20 280210 280275 | ||
chr20 380877 380911 | ||
chr20 420664 420665 | ||
chr20 641905 642391 | ||
chr20 709758 709852 | ||
chr20 727555 727590 | ||
chr20 764441 764537 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.