@@ -76,22 +76,22 @@ Output:
7676
7777The table with VCF files expects two tab-separated columns without a header
7878
79- | Patient name | VCF |
80- | ---------------------- | -------------------------------- ----------------------------------------|
81- | patient_1 | /path/to/patient_1.vcf |
82- | patient_2 | /path/to/patient_2.vcf |
79+ | Patient name | VCF |
80+ | -------------------| ----------------------------------------|
81+ | patient_1 | /path/to/patient_1.vcf |
82+ | patient_2 | /path/to/patient_2.vcf |
8383
8484The optional table with BAM files expects two tab-separated columns without a header.
8585
86- | Patient name | Sample name: BAM |
87- | ---------------------- | ---------------------------------|
88- | patient_1 | primary_tumor:/path/to/sample_1.primary.bam |
89- | patient_1 | metastasis_tumor:/path/to/sample_1.metastasis.bam |
90- | patient_1 | normal:/path/to/sample_1.normal.bam |
91- | patient_2 | primary_tumor:/path/to/sample_1.primary_1.bam |
92- | patient_2 | primary_tumor:/path/to/sample_1.primary_2.bam |
93- | patient_2 | metastasis_tumor:/path/to/sample_1.metastasis.bam |
94- | patient_2 | normal:/path/to/sample_1.normal.bam |
86+ | Patient name | Sample name: BAM |
87+ | --------------------| ------------------ ---------------------------------|
88+ | patient_1 | primary_tumor:/path/to/sample_1.primary.bam |
89+ | patient_1 | metastasis_tumor:/path/to/sample_1.metastasis.bam |
90+ | patient_1 | normal:/path/to/sample_1.normal.bam |
91+ | patient_2 | primary_tumor:/path/to/sample_1.primary_1.bam |
92+ | patient_2 | primary_tumor:/path/to/sample_1.primary_2.bam |
93+ | patient_2 | metastasis_tumor:/path/to/sample_1.metastasis.bam |
94+ | patient_2 | normal:/path/to/sample_1.normal.bam |
9595
9696Each patient can have any number of samples. Any sample can have any number of BAM files, annotations from the
9797different BAM files of the same sample will be provided with suffixes _ 1, _ 2, etc.
0 commit comments