Mercurial > repos > ahosny > cnvsim
view setup-linux.sh @ 9:382e447d750c draft
Uploaded setup script for linux
author | ahosny |
---|---|
date | Thu, 18 Aug 2016 18:41:09 -0400 |
parents | |
children | eaf4f14d7cf0 |
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 numpy library sudo pip install numpy # 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