Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Jun 19, 2024
2 parents 47c517f + 6cbb2ac commit f3bfe1c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Release Notes
releases/3_1
releases/4_0
releases/4_1
releases/4_2
19 changes: 19 additions & 0 deletions docs/releases/4_2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Version 4.2
===========

Version 4.2.0
-------------

This is a minor feature release. It adds the following features:

- We added two new modules to pVACview: a :ref:`neofox_module` to visualize
NeoFox neoantigen annotations and a :ref:`custom_module` to visualize
neoantigen data in a TSV file, for example output files from VaxRank,
NeoPredPipe, or antigen.garnish.2.
- We added a :ref:`vignette <pvacseq_vignette>` to our documentation to provide
an extended tutorial on how evaluate neoantigen candidates using pVACview.

This release also fixes the following bug(s):

- When running pVACfuse with Arriba input data, the 3' transcript was not
being parsed correctly. This release fixes this issue.
4 changes: 3 additions & 1 deletion pvactools/tools/pvacview/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ RUN R -e "install.packages(c('shiny',\
'shinydashboardPlus', \
'shinycssloaders', \
'fresh', \
'RCurl' ), repos='https://cran.rstudio.com/')"
'RCurl', \
'shinyWidgets', \
'colourpicker'), repos='https://cran.rstudio.com/')"

RUN R -e "devtools::install_github('eclarke/ggbeeswarm', ref='v0.6.1')"

Expand Down

0 comments on commit f3bfe1c

Please sign in to comment.