Commit 26ff7166 authored by Valentin Vautrot's avatar Valentin Vautrot

Add affycoretools package

parent eeb141e0
......@@ -37,6 +37,7 @@ Rscript -e 'BiocManager::install("pd.clariom.s.mouse", version = "3.19")'
Rscript -e 'BiocManager::install("limma", version = "3.19")'
Rscript -e 'BiocManager::install("gcrma", version = "3.19")'
Rscript -e 'BiocManager::install("biomaRt", version = "3.19")'
Rscript -e 'BiocManager::install("affycoretools", version = "3.19")'
# Clean up
rm -rf /var/lib/apt/lists/*
......@@ -62,6 +63,8 @@ echo "installed gcrma version :"
Rscript -e 'packageVersion("gcrma")'
echo "installed biomaRt version :"
Rscript -e 'packageVersion("biomaRt")'
echo "installed affycoretools version :"
Rscript -e 'packageVersion("affycoretools")'
%labels
Auhtors valentin.vautrot@u-bourgogne.fr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment