pVACfuse logo

Getting StartedΒΆ

pVACfuse provides a set of example data to show the expected format of input and output files. You can download the data set by running the pvacfuse download_example_data command.

The AGFusion example data output can be reproduced by running the following command:

pvacfuse run \
<example_data_dir>/agfusion/ \
Test \
HLA-A*02:01,HLA-B*35:01,DRB1*11:01 \
all \
<output_dir> \
-e1 8,9,10 \
-e2 15

The Arriba example data output can be reproduced by running the following command:

pvacfuse run \
<example_data_dir>/arriba_fusions.tsv \
Test \
HLA-A*02:01,HLA-B*35:01,DRB1*11:01 \
all \
<output_dir> \
-e1 8,9,10 \
-e2 15

A detailed description of all command options can be found on the Usage page.