From e51513f0d4b95248a580b456fe9ed4015acd0f78 Mon Sep 17 00:00:00 2001 From: Glenn Chang Date: Fri, 20 Jan 2023 12:14:52 -0800 Subject: [PATCH] edit sample.yaml --- config/samples.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/config/samples.yaml b/config/samples.yaml index db96d37..1e38195 100755 --- a/config/samples.yaml +++ b/config/samples.yaml @@ -1,10 +1,6 @@ # sample name must match the sample ID on the RPKM matrix samples: - exampleInputAlignment: - R1: - - R2: - + exampleSample: rna: /path/to/RNA/alignment.bam phase: @@ -13,16 +9,3 @@ samples: /path/to/cnv/data # Does not need to be included if cancer_analysis = False methyl: /path/to/methyl/data.bed # Does not need to be included if cancer_analysis = False - exampleInputRead: - R1: - /path/to/RNA/short/read/R1_file.fa - R2: - /path/to/RNA/short/read/R2_file.fa - rna: - - phase: - /path/to/phase.vcf - cnv: - /path/to/cnv/data - methyl: - /path/to/methyl/data.bed \ No newline at end of file