If you want to perform Human sequence removal you will need bowtie2 installed. The tools are bundled in the mbtools
R package which also depends on all additional packages you need to run the analyses. You will need to install bioconductor first followed by running
in R.
Alternatively you can use the Docker image which is built and kept up to date automatically by watching this repo. For this you will require a local installation with Docker or a cloud instance which can run docker (for instance CoreOS VMs on AWS or Google Cloud).
First get the image with
You can now start a Rstudio instance at port 8000 using
Now navigate your browser to
When starting the docker container you can pass an option setting the password.
To change the password of an already running container login to the rstudio account with the default credentials (user and password are “rstudio”). Click on the “Tools” in the menu bar and choose “Shell”. Type “passwd” and Enter. You will be promted for the old and new password.