From 1d1b31154f04af9f262fa1a0baf357aa4753bb59 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 1 Sep 2025 13:38:44 +0100 Subject: Title case sentence. --- doc/file-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/file-formats.md b/doc/file-formats.md index 8515b38..01263e3 100644 --- a/doc/file-formats.md +++ b/doc/file-formats.md @@ -30,7 +30,7 @@ chr11 3464016 A -0.2400 0.1623 The genotype file is a tab-separated values (TSV) file. The first line MUST be a header with column labels. Each row corresponds to one SNP. The columns labelled `chromosome`, `position` and `reference` contain the chromosome, the position on the chromosome and the reference allele for that SNP. Other columns each contain dosage values for one sample. The headers of these columns MUST be their sample identifiers. Column headers are case-sensitive. -the `reference` column is optional, and should be absent in encrypted genotype files. +The `reference` column is optional, and should be absent in encrypted genotype files. Here is an example genotype file. ``` -- cgit 1.4.1