Skip to content
Snippets Groups Projects
Commit c428be73 authored by ameyner2's avatar ameyner2
Browse files

Added RTG tools and IGV to installation list

parent 3d3bc60a
No related branches found
No related tags found
No related merge requests found
......@@ -147,3 +147,22 @@ bzip2 -d GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2
tar -xf GenomeAnalysisTK-3.8-0-ge9d806836.tar
mv GenomeAnalysisTK-3.8-0-ge9d806836 ../GenomeAnalysisTK-3.8
```
## RTG tools
```
cd /home/u035/project/software
wget https://github.com/RealTimeGenomics/rtg-tools/releases/download/3.11/rtg-tools-3.11-linux-x64.zip
unzip rtg-tools-3.11-linux-x64.zip
rm rtg-tools-3.11-linux-x64.zip
```
## IGV
```
cd /home/u035/project/software
wget https://data.broadinstitute.org/igv/projects/downloads/2.8/IGV_Linux_2.8.9.zip
unzip IGV_Linux_2.8.9.zip
rm IGV_Linux_2.8.9.zip
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment