Skip to content

Commit

Permalink
Merge pull request #416 from NCI-GDC/feat/SV-1089-sur-read-pair-num
Browse files Browse the repository at this point in the history
SV-1089: read pair num to submitted unaligned
  • Loading branch information
madopal authored Apr 26, 2018
2 parents 3724dcf + b6f4a90 commit 2f31326
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
1 change: 0 additions & 1 deletion gdcdictionary/examples/valid/read_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"platform": "Illumina",
"read_length": 75,
"read_group_name": "205DD.3",
"read_pair_number": "R1",
"sequencing_center": "BI",
"sequencing_date": "2010-08-04",
"target_capture_kit":"SureSelect Human All Exon v5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"data_type": "Unaligned Reads",
"data_format": "FASTQ",
"experimental_strategy": "WGS",
"read_pair_number": "R1",
"read_groups": {
"submitter_id": "read_group_1"
}
Expand Down
7 changes: 0 additions & 7 deletions gdcdictionary/schemas/read_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,6 @@ properties:
read_length:
type: integer

read_pair_number:
term:
$ref: "_terms.yaml#/read_pair_number"
enum:
- R1
- R2

RIN:
term:
$ref: "_terms.yaml#/RIN"
Expand Down
7 changes: 7 additions & 0 deletions gdcdictionary/schemas/submitted_unaligned_reads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,12 @@ properties:
- WGS
- WXS

read_pair_number:
term:
$ref: "_terms.yaml#/read_pair_number"
enum:
- R1
- R2

read_groups:
$ref: "_definitions.yaml#/to_one"

0 comments on commit 2f31326

Please sign in to comment.