Created
March 15, 2018 05:50
-
-
Save sjdv1982/e45b0cfb1e109545f7666f7d9f3afd6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Hex: | |
wget http://hex.loria.fr/dist800/hex-8.0.0-x64-mint14.run | |
chmod +x ./hex-8.0.0-x64-mint14.run | |
./hex-8.0.0-x64-mint14.run | |
Press Enter if there is any default value (in [...] ) | |
Otherwise, type "y" | |
2. Sam: | |
wget http://sam.loria.fr/download/sam-2.0.4-x64-mint17.bin | |
chmod +x ./sam-2.0.4-x64-mint17.bin | |
./sam-2.0.4-x64-mint17.bin | |
Gives an error: | |
./sam-2.0.4-x64-mint17.bin: 1: eval: sam_setup.bin: not found | |
cd sam-tmp-2.0.4 | |
chmod +x sam_setup.bin | |
./sam_setup.bin | |
3. Update .bashrc | |
cat .bash_profile >> .bashrc | |
Then, source .bashrc or open a new terminal | |
and type "hex" or "sam" | |
Manuals in browser: | |
http://hex.loria.fr/manual800/hex_manual.html | |
http://sam.loria.fr/manual.php | |
NGL viewer: | |
http://proteinformatics.charite.de/ngl-tools/ngl/html/ngl.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment