n15noe01.tbl 4.8 and 1.8 (soft) n15noe02.tbl 4.8 and 1.8 (soft) n15noe03.tbl 4.8 and 1.8 (soft) n15noe04.tbl 4.8 and 1.8 (soft) n15noe05.tbl 4.8 and 1.8 (soft) n15noe06.tbl 4.8 and 1.8 (soft) n15noe07.tbl 4.8 and 1.8 (soft) n15noe08.tbl 4.8 and 1.8 (soft) n15noe09.tbl 4.8 and 1.8 (soft) n15noe10.tbl 4.8 and 1.8 (soft) n15noe11.tbl 4.8 and 1.8 (soft) n15noe12.tbl 4.8 and 1.8 (soft) n15noe13.tbl 4.8 and 1.8 (soft) n15noe14.tbl 4.8 and 1.8 (soft) n15noe15.tbl 4.8 and 1.8 (soft) n15noe16.tbl 4.8 and 1.8 (soft) n15noe17.tbl 4.8 and 1.8 (soft) ATTN: Make sure to update the path for tcl scripts: #!/usr1/people/gabrielc/bin/nmrPipe/install/nmrbin.sgi6x/nmrWish Converting a PCK file into a XPLOR file (CON format): A. Finding the minimum and the maximum intensities in a PCK file: cp n15noe-17.PCK temp0 1. cut the header of the PCK file: vi temp0 2. for 3d experiments (to remove irrelevant NOEs): split-3d.tcl temp0 > temp cat out.keep temp > temp1 3. grep e+0m temp1 > tempmin (try for m = 3, 4, 5, etc.) grep e+0M temp1 > tempmax (look for the max intensity for non-diag. NOEs) (try for M = 8, 7, 6, etc.) (e.g., my first non-diag. NOE in /000-calib-2/c13noe-4.PCK was: 523 68 8.102 4.5281 114.723 +1.57e+05 R60.HA; G61.N,HN) 4. sort -nk 6.1b tempmin > tempmins sort -nk 6.1b tempmax > tempmaxs [for a 4d experiment: sort -nk 8.1b tempmin > tempmins] (or use xmgr to find the minimum and the maximum intensities) B. Converting the PCK file (using 3dhhn.awk, 4dchhc.awk or 4dchhn.awk): 1. usage: 3dhhn.awk null n15noe-17.PCK > n15noe17-1 2. sort +13n n15noe17-1 > n15noe17-1-sort sort -nk 3 +8 n15noe17-1 > n15noe17-1-sort-res (sort: residue number) adjust the CUTOFF_DIST (4.5 to 5) and XXX parameter: ["K = (CUTOFF_DIST - XXX/(-1.0 + (MAX_INTENSITY/MIN_INTENSITY)^0.3333)"] ["absi = XXX + (-1.0 + absi) * K"] (compare with wutrich book such that for a-helices d(Ai-Ni+3)~3.4) (adjust the minimum and the maximum such that 1.9/2.2 < noe < 4.5/5.0) I used CUTOFF_DIST = 4.8 and XXX = 1.8. Later decided 4.8 and 1.8! 3. adjust also the absi (40% to 25%) 4. corect for non-stereospecific assignments: Need to add DATA SEQUENCE from stapp2.par to n15noe17-1: DATA SEQUENCE MAAVQLSELR DRQAIFETLV AKGRELLACD RVIVYAFDDN YVGTVVAESV DATA SEQUENCE AEGWPQARDQ VIEDPCFREH WVEAYRQGRI QATTDIFKAG LTECHLNQLR DATA SEQUENCE PLKVRANLVV PMVIDDQLFG LLIAHQASEP RQWQEIEIDQ FSELASTGSL DATA SEQUENCE VLERLHFLEQ TIASLHHHHH H nonstereo.tcl n15noe17-1 > n15noe17-1_1 C. Sorting the XPLOR file: sort -nk 3 +8 n15noe17-1_1 > n15noe17-2 D. Eliminating the redundant noes: select.tcl n15noe17-2 > n15noe17-3 E. Deleting all the pairs (resid X and name HJ/HK) (resid X and name HK/HJ): cut.tcl n15noe17-3 > n15noe17-4 F. Transforming "|" in "or": andor2.awk n15noe17-4 > n15noe17-5 G. Opening the lower limit of the noe error range: noe-open-new.tcl n15noe17-5 > n15noe17-6 H. Create the final version (n15noe17) and copy it into xplor/CYANA directory!!! cp n15noe17-6 n15noe17.tbl cp n15noe17-5 n15noe17sq.tbl I. The commented NOEs: n n15noe17.tbl n15noe16.tbl-commented& n n15noe15.tbl n15noe13.tbl-4n15noe17& grep "!" n15noe17.tbl > n15noe17.tbl-commented grep "!" n15noe17sq.tbl > n15noe17sq.tbl-commented cp n15noe17.tbl* /home/noi/work/pixj/xplor/ cp n15noe17sq.tbl* /home/noi/work/pixj/xplor/