Skip to content

Commit

Permalink
NA as default and non-required sex col
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob37 committed Oct 17, 2024
1 parent 94497e9 commit 617ab7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@
"type": "string",
"meta": ["sex"],
"enum": ["M", "F", "NA"],
"default": "NA",
"errorMessage": "The valid input for sample sex is M, F or NA"
}
},
"required": ["case", "sample", "fastq_1", "strandedness", "sex"]
"required": ["case", "sample", "fastq_1", "strandedness"]
}
}

0 comments on commit 617ab7b

Please sign in to comment.