Skip to content

Commit

Permalink
Merge pull request #411 from genomic-medicine-sweden/fix-ped-file-error
Browse files Browse the repository at this point in the history
Set "0" a default for missing maternal and paternal id in ped file
  • Loading branch information
ramprasadn authored Aug 18, 2023
2 parents e58c7ef + 060f932 commit 032fb7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"paternal_id": {
"errorMessage": "Paternal ID cannot contain spaces",
"meta": ["paternal"],
"default": "0",
"anyOf": [
{
"type": "string",
Expand All @@ -67,6 +68,7 @@
"maternal_id": {
"errorMessage": "Maternal ID cannot contain spaces",
"meta": ["maternal"],
"default": "0",
"anyOf": [
{
"type": "string",
Expand Down

0 comments on commit 032fb7c

Please sign in to comment.