https://github.com/hernanmd/quantisnp2
https://github.com/hernanmd/quantisnp2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hernanmd/quantisnp2
- Owner: hernanmd
- Created: 2019-09-03T20:19:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T20:19:54.000Z (almost 7 years ago)
- Last Synced: 2025-10-30T11:49:31.006Z (8 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuantiSNP2
```bash
apt-get update
apt-get install bc wget mlocate unzip nano
cd /opt
wget ftp://ftp.stats.ox.ac.uk/pub/yau/quantisnp2/mcr/MCRinstaller64.run
chmod 755 MCRinstaller64.run
./MCRinstaller64.run --noexec --keep --nox11 --target Install
cd Install
./MCRInstaller.bin -is:extract
cd istemp
chmod 755 jre1.5.0-linux-amd64.bin
./jre1.5.0-linux-amd64.bin
./bin/java -jar setup.jar -console
cd ../..
wget ftp://ftp.stats.ox.ac.uk/pub/yau/quantisnp2/executables/09042010/install_quantisnp
chmod 755 install_quantisnp
./install_quantisnp
wget ftp://ftp.stats.ox.ac.uk/pub/yau/quantisnp2/download/b37.tar.gz
cd quantisnp/examples
```