Skip to content

Commit 23a8f68

Browse files
committed
update docs
1 parent 7865479 commit 23a8f68

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/workflow.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ Sample_1
111111
Sample_2
112112
```
113113

114-
**`variants_all_sorted.vcf.gz`** - a compressed vcf file containing all variants from all samples.
115-
**`variants_all_sorted.vcf.gz.tbi`** - an index file for the vcf file mentioned above.
116-
**`samples/`** - a directory containing each of the samples to be analyzed alongside each other.
117-
**`Sample_1/`** - a sample directory. This will contain input data files as well as output files from RegTools.
118-
**`tumor_rna_alignments.bam`** - file containing aligned RNA-seq reads for the given sample.
119-
**`tumor_rna_alignments.bam.bai`** - index file for the above RNA-seq alignment file.
120-
**`variants.vcf.gz`** - a compressed vcf file containing all variants from a given samples.
121-
**`variants.vcf.gz.tbi`** - an index file for the vcf file mentioned above.
114+
**`variants_all_sorted.vcf.gz`** - a compressed vcf file containing all variants from all samples.\
115+
**`variants_all_sorted.vcf.gz.tbi`** - an index file for the vcf file mentioned above.\
116+
**`samples/`** - a directory containing each of the samples to be analyzed alongside each other.\
117+
**`Sample_1/`** - a sample directory. This will contain input data files as well as output files from RegTools.\
118+
**`tumor_rna_alignments.bam`** - file containing aligned RNA-seq reads for the given sample.\
119+
**`tumor_rna_alignments.bam.bai`** - index file for the above RNA-seq alignment file.\
120+
**`variants.vcf.gz`** - a compressed vcf file containing all variants from a given samples.\
121+
**`variants.vcf.gz.tbi`** - an index file for the vcf file mentioned above.\
122122
**`logs/`** - directory containing log or error files for a given sample.
123123
**`output/`** - directory containing RegTools output files for a given sample.
124124
**`cse_identify_filtered_*`** - RegTools output files from the initial RegTools run for a given sample. This will contain results for this sample's variants only.

0 commit comments

Comments
 (0)