... | ... | @@ -20,6 +20,7 @@ To run our interactive interface, some packages must be installed. To this end r |
|
|
```
|
|
|
# Bioconductor is required for the preprocessing of the fasta files
|
|
|
source("http://bioconductor.org/biocLite.R")
|
|
|
library(BiocInstaller)
|
|
|
biocLite("Biostrings")
|
|
|
|
|
|
# OpenCPU is required to run the interactive binning tool
|
... | ... | |