















































| Parameter | Example | Description |
| csh SIFT_for_submitting_NCBI_gi_id.csh |   | This is to call up the program that you will be using. |
| <GI # from NCBI> | 22209009 | This example uses http://www.ncbi.nlm.nih.gov/protein/22209009 22209009 (human CHK2 protein) |
| <list of substitutions> | ../test/gi22209009.subst | This list the substitutions of interest |
| <BEST or ALL> | BEST | BEST or ALL. Specify whether to take the BEST hits from NCBI BLink, or ALL hits. |


| Parameter | Example | Description |
| csh SIFT_for_submitting_fasta_seq.csh |   | This is to call up the program that you will be using. |
| <protein in fasta format> | ../test/lacI.fa | Protein sequence in fasta format |
| <database file> | /home/ubuntu/swissprot_db_01May2011/swissprot.fa | Database file |
| <substitution file> | ../test/lacI.subst | Substitution file or "-" if none |


| Command | Description |
| cd /mnt | Change directory to mount |
| sudo chown ubuntu:ubuntu /mnt | Change ownership to user ubuntu |
| mkdir db | Make new directory db |
| cd db | Change directory to db |
