Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gonzalo S Nido
wgbs-pipeline
Commits
dc430961
Commit
dc430961
authored
Sep 18, 2020
by
Gonzalo S Nido
Browse files
Merge branch 'master' of
https://git.app.uib.no/gni042/wgbs-pipeline
parents
afe2587a
89a7a45f
Changes
1
Hide whitespace changes
Inline
Side-by-side
prepare_vm.sh
View file @
dc430961
...
...
@@ -44,6 +44,18 @@ sudo ln -s /opt/Bismark-0.22.3/bismark2bedGraph /usr/local/bin/bismark2bedGraph-
sudo ln
-s
/opt/Bismark-0.22.3/bismark /usr/local/bin/bismark-0.22.3
sudo ln
-s
/opt/Bismark-0.22.3/bam2nuc /usr/local/bin/bam2nuc-0.22.3
echo
"#### Installing FastQC"
cd
~
wget https://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.9.zip
unzip fastqc_v0.11.9.zip
rm
fastqc_v0.11.9.zip
sudo mkdir
/opt/fastqc-0.11.9
sudo cp
-r
FastQC/
*
/opt/fastqc-0.11.9/
sudo chmod
777 /opt/fastqc-0.11.9/fastqc
sudo ln
-s
/opt/fastqc-0.11.9/fastqc /usr/local/bin/fastqc-0.11.9
sudo ln
-s
/usr/local/bin/fastqc-0.11.9 /usr/local/bin/fastqc
rm
-r
./FastQC
echo
"Installing R..."
sudo
apt
-y
install
r-base
sudo
apt
-y
install
libcurl4-openssl-dev libxml2-dev
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment