Skip to content

Commit

Permalink
Add output validation/schemas for step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsolo1 committed Sep 19, 2023
1 parent b778919 commit ec2db60
Show file tree
Hide file tree
Showing 9 changed files with 808 additions and 29 deletions.
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']
----------------------------------------
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']
----------------------------------------
Loading

0 comments on commit ec2db60

Please sign in to comment.