You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/TSV.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# TSV file for sample
2
2
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:
4
5
5
6
-`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.
6
7
-`gender` is the gender of the Patient, (XX or XY)
0 commit comments