Skip to content

Commit 5e7f0ca

Browse files
committed
update config
1 parent 12c43ad commit 5e7f0ca

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

config.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mate: [1,2] #paired-end fastq format, we recommend naming paired-e
1313
design: Group # Condition on which to do comparsion (as set up in metasheet.csv)
1414
Treatment: R # Treatment use in DESeq2, corresponding to positive log fold change
1515
Control: NR # Control use in DESeq2, corresponding to negative log fold change
16-
batch: syb_batch # Options: 'false' or a column name from the metasheet.csv.
16+
batch: syn_batch # Options: 'false' or a column name from the metasheet.csv.
1717
# If set to a column name in the metasheet.csv, the column name will be used for batch effect analysis (limma).
1818
# It will also be used as a covariate for differential analysis (DESeq2) to account for batch effect.
1919

@@ -22,8 +22,7 @@ pre_treated: false # Option: true or false.
2222
# If set to true, patients have received some form of therapy prior to the current study.
2323

2424

25-
####
26-
pre-treated : True
25+
2726
############################################################
2827
# list samples #
2928
############################################################
@@ -69,15 +68,4 @@ samples:
6968
############################################################
7069
# Neoantigen testing #
7170
############################################################
72-
VCF: #vcf files for tumor samples
73-
SRR8281228:
74-
- /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281228_tnscope.filter.neoantigen.vep.vcf
75-
SRR8281231:
76-
- /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281231_tnscope.filter.neoantigen.vep.vcf
77-
SRR8281222:
78-
- /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281222_tnscope.filter.neoantigen.vep.vcf
79-
SRR8281224:
80-
- /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281224_tnscope.filter.neoantigen.vep.vcf
81-
SRR8281225:
82-
- /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281225_tnscope.filter.neoantigen.vep.vcf
8371

0 commit comments

Comments
 (0)