Skip to content

Commit 5c9518e

Browse files
Fix formatting
1 parent ad96519 commit 5c9518e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

02-prerequisites.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ cell line. Data from this cell line is commonly used as test data in bioinformat
7171
applications. The input data consists of the following files:
7272

7373
For pVACseq:
74+
7475
- `annotated.expression.vcf.gz`: A somatic (tumor-normal) VCF and its tbi index file. The VCF has been
7576
annotated with VEP and has coverage and expression information added and.
7677
- `phased.vcf.gz`: A phased tumor-germline VCF and its tbi index file to provide information about
@@ -79,19 +80,20 @@ For pVACseq:
7980
- `optitype_normal_result.tsv`: A OptiType file with HLA allele typing predictions
8081

8182
For pVACfuse:
83+
8284
- `agfusion_results`: A AGFusion output directory with annotated fusion calls
8385
- `star-fusion.fusion_predictions.tsv`: A STARFusion prediction file with fusion read support
8486
and expression information
8587

8688
General:
89+
8790
- `Homo_sapiens.GRCh38.pep.all.fa.gz`: A reference proteome peptide FASTA to use
8891
for determining whether there are any reference matches of neoantigen candidates
8992

9093
To download this data, please run the following command:
9194

9295
```{r, engine = 'bash', eval = FALSE}
93-
wget
94-
https://raw.githubusercontent.com/griffithlab/pVACtools_Intro_Course/main/HCC1395_inputs.zip
96+
wget https://raw.githubusercontent.com/griffithlab/pVACtools_Intro_Course/main/HCC1395_inputs.zip
9597
unzip HCC1395_inputs.zip
9698
```
9799

0 commit comments

Comments
 (0)