Skip to content

Commit d204ac7

Browse files
committed
TSV doc update
1 parent 6adeeb8 commit d204ac7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/TSV.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TSV file for sample
22

3-
It's a Tab Separated Value file, based on: `subject gender status sample lane fastq1 fastq2` or `subject gender status sample bam bai` Quite straight-forward:
3+
Input files for Sarek can be specified using a tsv file given to the `--sample` parameter. The tsv file is a Tab Separated Value file with columns: `subject gender status sample lane fastq1 fastq2` or `subject gender status sample bam bai`.
4+
The content of these columns should be quite straight-forward:
45

56
- `subject` designate the subject, it should be the ID of the Patient, or if you don't have one, il could be the Normal ID Sample.
67
- `gender` is the gender of the Patient, (XX or XY)

0 commit comments

Comments
 (0)