The original document (MSWord) can also be downloaded
Turn on your computer
-Login: classroom Password: ********
Go to the “My Computer” icon and double-click on it. In My Computer go to Mlab onCl1-mlab… It should be the first folder in the Network Drives section.
Next go to the SHARED folder and scroll to the bottom of the folder.
Double click on putty.exe.
In the “Host Name” box type “capecod.bwh.Harvard.edu”
Right below the Host Name box select the SSH function.
In the “Category” field to the left click on Tunnels under SSH.
Check the Enable X11 forwarding box and press “Open” located in the bottom right.
Login as: rewrk Password : ********
Go to the Start Menu and go to the telnet and other applications menu. select the XWin32 program. XWin32 should open automatically and no further instructions are needed.
1. In the putty console type on the Capecod sun server: “cd ~reseq00/PGAworkshop”
2. Next type “ls to find what is available on the UNIX system within this directory.
3. Type “mkdir ‘your last name’”
-This creates a directory that is named your last name. You will work within this directory for the rest of this workship
Copy the AQP5 and the tarc folders into your personal folder by typing:
“cp –r AQP5 ‘your name’”
- do the same for the tarc folder.
5. Type cd ‘last name’ to go into the folder you just created.
6. Type “ls”
-You should see both the AQP5 and tarc folders.
The Phred/Phrap programs require these folders to be present.
1. Type “cd AQP5” and then type “ls”
-A chromat_dir folder should appear.
Make your directories by typing:
“mkdir edit_dir”
-Make directories phd_dir and poly_dir in the same manner
3. List your folders by typing “ls”
-Listed folders should be: chromat_dir, edit_dir, phd_dir and poly_dir
Go into your chromat_dir folder by typing “cd chromat_dir”
List samples in the file by typing “ls”
-All of your chromatograms from the ABI sequencer should be stored here as well as a file named AQP5refseq.txt.
-The .txt file is your fasta reference sequence obtained from the golden path database at UCSC.
Create a Phred/Phrap friendly reference sequence by typing:
“fasta2Phd.perl AQP5refseq.txt”
List your files in your folder (type ls)
-You should now see a file named AQP5refseq.phd.1
Move the created phd file to your phd_dir folder by typing:
“mv AQP5refseq.phd.1 ../phd_dir”
1. Now that you have constructed a reference sequence it is time to run phred/phrap. Change directories to your edit_dr folder by typing “cd ../edit_dir”
To run phed/Phrap type “phredPhrap.longreads”
When prompted, type consed.
Double click on the ace file created.
A consed window should appear. Open the only file available in the Contig List by double clicking on the file.
Another window should appear. Maximize the new window by pressing the square button located at the top right.
Uncomplement your sequences by pressing the Compl Cont button located at the bottom of the toolbar.
View individual sequence tracings by middle clicking on a base. Note: you can not view your reference sequence as it does not have a chromatogram.
Press the Dismiss button located on the bottom right hand corner of your contig.
Close Consed by pressing the Quit Consed button.
When prompted to save your work and in the new window that opens press OK
In the Putty console type “ls”
-The files listed were generated by Phred and Phrap
Run Polyphred by typing “polyphred –ace AQP5.fasta.screen.ace.2 > AQP5.polyphred.out”
When the program is finished running open consed.
Open the contig file. Note the Yellow labeled sequence and the purple labeled sequence.
Confirm and Tag a polymorphism
At approximately the 180 base pair position of your consensus sequence, there should be a possible SNP labeled in purple. View the tracings to confirm the SNP.
Tag the SNP by middle clicking on the consensus sequence.
A window should appear named “Select Tag Type”
Double click on Polymorphism.
View and clean tagged polymorphisms.
select Navigate in the toolbar and selecting Tags.
In the Tag window that opens select Polymorphism from the list by double clicking on it. A list of tags should open.
Go to the beginning of exon 5 at approximately position 4450 of your consensus sequence (sequence tracings named AQP5X_E5F_00NN).
Note the 2 possible polymorphism and the “bad” sequence tracings that flank the polyphred tags.
Compare the sequence to a good sequence trace by middle clicking.
-The bad sequence is actually an insertion.
Tag the insertion by middle clicking on the consensus sequence and select indelSite from the menu.
The insertion is now stored in Tags section of navigate under indelSite.
Quit Consed
In the putty console type “more AQP5.polyphred.out”
You should see two sections in the text output. The first are the polymorphisms polyphred has tagged, the second section contains the tags you have manually selected.
Press enter to see more of the data or press “q” to exit the export file.
Type “cd ../..” to get you back to your main folder.
Type “cd tarc” to enter the tarc folder.
Follow sections 4, 5 and 6 replacing AQP5 with tarc.
Type “consed” when prompted to do so
Double on the ace file created.
11. Editing Assemblies
Two contigs should appear, open Contig 1. The sequence should have a green strike through most of it. This indicates a match in another contig of the same sequence.
Select approximately 20 base pairs of sequence by pressing the left hand button on the mouse and dragging. You should see the sequence become highlighted.
In the left hand portion of the toolbar press the Search for String button.
Middle click in the empty box, your sequence should paste and press OK. If there is not a middle mouse button, then click both buttons at once.
A window should appear with 2 contigs listed. Double click on contig 2 to open contig 2.
In the tool bar of each alignment window press the Compare Cont button.
In the Compare Contigs window press Align. The two contigs line up pretty well.
Press the Join Contigs button to finalize the process and press OK when the warning window appears.
In the main contig window notice that contig 1 and contig 2 are replaced by contig 3.
Quit consed and save.
Editing by Increasing PhredPhraps Forcelevel
This forces Phrap to assemble sequences more liberally. There are other forcelevels and should be used iteratively as it creates more manual editing of polymorphisms.
In the putty console type “phredPhrap.longreads –forcelevel 5” and when prompted, type “consed”
Notice that there is only one contig.