Mercurial > repos > ahosny > cnvsim
view setup-linux.sh @ 18:eca72016b5b3 draft default tip
Uploaded
author | ahosny |
---|---|
date | Wed, 07 Sep 2016 09:37:49 -0400 |
parents | eaf4f14d7cf0 |
children |
line wrap: on
line source
#!/usr/bin/env bash # python sudo apt-get install python # pip sudo apt-get install python-pip # wget sudo apt-get install wget # Install pysam library sudo pip install pysam # Install Bio Python sudo pip install biopython # install bedtools sudo apt-get install bedtools # install ART mkdir lib/ART wget -O cnvsim/ART/art.tgz http://www.niehs.nih.gov/research/resources/assets/docs/artsrcgreatsmokymountains041716linuxtgz.tgz tar -xvzf cnvsim/ART/art.tgz -C cnvsim/ART rm cnvsim/ART/art.tgz mv cnvsim/ART/art_src_GreatSmokyMountains_Linux/art_illumina cnvsim/ART/art_illumina rm -rf cnvsim/ART/art_src_GreatSmokyMountains_Linux