-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add output validation/schemas for step 2
- Loading branch information
Showing
9 changed files
with
808 additions
and
29 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
.../annotate_gnomad_v4_exome_variants/exome_coverage_path/gnomad_v4_exome_coverage.ht.schema
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,21 @@ | ||
---------------------------------------- | ||
Global fields: | ||
None | ||
---------------------------------------- | ||
Row fields: | ||
'locus': locus<GRCh38> | ||
'xpos': int64 | ||
'mean': float64 | ||
'median': int32 | ||
'over_1': float32 | ||
'over_5': float32 | ||
'over_10': float32 | ||
'over_15': float32 | ||
'over_20': float32 | ||
'over_25': float32 | ||
'over_30': float32 | ||
'over_50': float32 | ||
'over_100': float32 | ||
---------------------------------------- | ||
Key: ['locus'] | ||
---------------------------------------- |
21 changes: 21 additions & 0 deletions
21
...nnotate_gnomad_v4_exome_variants/genome_coverage_path/gnomad_v4_genome_coverage.ht.schema
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,21 @@ | ||
---------------------------------------- | ||
Global fields: | ||
None | ||
---------------------------------------- | ||
Row fields: | ||
'locus': locus<GRCh38> | ||
'xpos': int64 | ||
'mean': float64 | ||
'median': int32 | ||
'over_1': float32 | ||
'over_5': float32 | ||
'over_10': float32 | ||
'over_15': float32 | ||
'over_20': float32 | ||
'over_25': float32 | ||
'over_30': float32 | ||
'over_50': float32 | ||
'over_100': float32 | ||
---------------------------------------- | ||
Key: ['locus'] | ||
---------------------------------------- |
Oops, something went wrong.