-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from AkRampersad/json_output_sorting
Added Test Result Sorting
- Loading branch information
Showing
71 changed files
with
36,661 additions
and
36,537 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
14 changes: 7 additions & 7 deletions
14
tests/expected_outputs/find_population_dx_implications/2.json
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,22 +1,22 @@ | ||
{ | ||
"resourceType": "Parameters", | ||
"parameter": [ | ||
{ | ||
"name": "implications", | ||
"part": [ | ||
{ | ||
"name": "numerator", | ||
"name": "denominator", | ||
"valueQuantity": { | ||
"value": 13 | ||
"value": 1116 | ||
} | ||
}, | ||
{ | ||
"name": "denominator", | ||
"name": "numerator", | ||
"valueQuantity": { | ||
"value": 1116 | ||
"value": 13 | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"resourceType": "Parameters" | ||
} |
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
44 changes: 22 additions & 22 deletions
44
tests/expected_outputs/find_population_molecular_consequences/1.json
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,26 +1,26 @@ | ||
{ | ||
"resourceType": "Parameters", | ||
"parameter": [ | ||
{ | ||
"name": "consequences", | ||
"part": [ | ||
"parameter": [ | ||
{ | ||
"name": "numerator", | ||
"valueQuantity": { | ||
"value": 1 | ||
} | ||
}, | ||
{ | ||
"name": "denominator", | ||
"valueQuantity": { | ||
"value": 1116 | ||
} | ||
}, | ||
{ | ||
"name": "subject", | ||
"valueString": "TCGA-DD-A1EH" | ||
"name": "consequences", | ||
"part": [ | ||
{ | ||
"name": "denominator", | ||
"valueQuantity": { | ||
"value": 1116 | ||
} | ||
}, | ||
{ | ||
"name": "numerator", | ||
"valueQuantity": { | ||
"value": 1 | ||
} | ||
}, | ||
{ | ||
"name": "subject", | ||
"valueString": "TCGA-DD-A1EH" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
], | ||
"resourceType": "Parameters" | ||
} |
20 changes: 10 additions & 10 deletions
20
tests/expected_outputs/find_population_specific_haplotypes/1.json
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,30 +1,30 @@ | ||
{ | ||
"resourceType": "Parameters", | ||
"parameter": [ | ||
{ | ||
"name": "variants", | ||
"part": [ | ||
{ | ||
"name": "variantItem", | ||
"valueString": "CYP2C9 *1/*2" | ||
}, | ||
{ | ||
"name": "numerator", | ||
"name": "denominator", | ||
"valueQuantity": { | ||
"value": 1 | ||
"value": 1116 | ||
} | ||
}, | ||
{ | ||
"name": "denominator", | ||
"name": "numerator", | ||
"valueQuantity": { | ||
"value": 1116 | ||
"value": 1 | ||
} | ||
}, | ||
{ | ||
"name": "subject", | ||
"valueString": "NB6TK328" | ||
}, | ||
{ | ||
"name": "variantItem", | ||
"valueString": "CYP2C9 *1/*2" | ||
} | ||
] | ||
} | ||
] | ||
], | ||
"resourceType": "Parameters" | ||
} |
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
Oops, something went wrong.