Skip to contents

Devtools

The latest release of AnalyzAIRR can be installed from Github using devtools:

install.packages("devtools")  
devtools::install_github("vanessajmh/AnalyzAIRR")

Load the AnalyzAIRR package

Docker

A Docker image of the AnalyzAIRR tool encapsulating its dependencies, and required run environments is available on docker hub at vanessajmh/analyzairr.

To install the latest version, the following command line can be used:

docker pull vanessajmh/analyzairr:latest

Images are versioned using tags. To install a specific version, the following command line can be used:

docker pull vanessajmh/analyzairr:v1.0.0