2 C Read the PDB file and convert the peptide geometry into virtual-chain
6 include 'DIMENSIONS.ZSCOPT'
7 include 'COMMON.CONTROL'
10 include 'COMMON.CHAIN'
11 include 'COMMON.INTERACT'
12 include 'COMMON.IOUNITS'
14 include 'COMMON.NAMES'
15 character*3 seq,atom,res
17 double precision sccor(3,20)
18 integer i,j,iii,ibeg,ishift,ishift1,ity,ires,ires_old
20 integer rescode,kkk,lll,icha,cou,kupa,iprzes
24 read (ipdbin,'(a80)',end=10) card
25 if (card(:3).eq.'END') then
27 else if (card(:3).eq.'TER') then
32 c write (iout,*) "Chain ended",ires,ishift,ires_old
33 call sccenter(ires,iii,sccor)
35 C Fish out the ATOM cards.
36 if (index(card(1:4),'ATOM').gt.0) then
37 read (card(14:16),'(a3)') atom
38 if (atom.eq.'CA' .or. atom.eq.'CH3') then
39 C Calculate the CM of the preceding residue.
41 call sccenter(ires,iii,sccor)
44 c write (iout,'(a80)') card
45 read (card(24:26),*) ires
46 read (card(18:20),'(a3)') res
49 if (res.ne.'GLY' .and. res.ne. 'ACE') then
53 c write (iout,*) "ires",ires," ibeg",ibeg," ishift",ishift
55 else if (ibeg.eq.2) then
57 ishift=-ires_old+ires-1
58 c write (iout,*) "New chain started",ires,ishift
62 c write (2,*) "ires",ires," ishift",ishift
63 if (res.eq.'ACE') then
66 itype(ires)=rescode(ires,res,0)
68 read(card(31:54),'(3f8.3)') (c(j,ires),j=1,3)
69 write (iout,'(2i3,2x,a,3f8.3)')
70 & ires,itype(ires),res,(c(j,ires),j=1,3)
73 sccor(j,iii)=c(j,ires)
75 else if (atom.ne.'O '.and.atom(1:1).ne.'H' .and.
76 & atom.ne.'N ' .and. atom.ne.'C ') then
78 read(card(31:54),'(3f8.3)') (sccor(j,iii),j=1,3)
82 10 write (iout,'(a,i5)') ' Nres: ',ires
83 C Calculate dummy residue coordinates inside the "chain" of a multichain
87 c write (iout,*) i,itype(i)
88 if (itype(i).eq.21) then
89 c write (iout,*) "dummy",i,itype(i)
91 c(j,i)=((c(j,i-1)+c(j,i+1))/2+2*c(j,i-1)-c(j,i-2))/2
92 c c(j,i)=(c(j,i-1)+c(j,i+1))/2
97 C Calculate the CM of the last side chain.
98 call sccenter(ires,iii,sccor)
101 if (itype(nres).ne.10) then
105 dcj=c(j,nres-2)-c(j,nres-3)
106 c(j,nres)=c(j,nres-1)+dcj
107 c(j,2*nres)=c(j,nres)
117 c(j,2*nres)=c(j,nres)
119 if (itype(1).eq.21) then
128 C Calculate internal coordinates.
130 write (iout,'(2i3,2x,a,3f8.3,5x,3f8.3)')
131 & ires,itype(ires),restyp(itype(ires)),(c(j,ires),j=1,3),
132 & (c(j,nres+ires),j=1,3)
134 call int_from_cart(.true.,.false.)
135 write (iout,*) "After int_from_cart"
139 dc(j,i)=c(j,i+1)-c(j,i)
140 dc_norm(j,i)=dc(j,i)*vbld_inv(i+1)
145 dc(j,i+nres)=c(j,i+nres)-c(j,i)
146 dc_norm(j,i+nres)=dc(j,i+nres)*vbld_inv(i+nres)
148 c write (iout,*) i,(dc(j,i+nres),j=1,3),(dc_norm(j,i+nres),j=1,3),
152 C Copy the coordinates to reference coordinates
158 C Splits to single chain if occurs
164 cc write (iout,*) "spraw lancuchy",(c(j,i),j=1,3)
166 if (itype(i-1).eq.21) then
169 c write (iout,*) "spraw lancuchy",(c(j,i),j=1,3)
175 cref(j,i+nres,cou)=c(j,i+nres)
177 chain_rep(j,lll,kkk)=c(j,i)
178 chain_rep(j,lll+nres,kkk)=c(j,i+nres)
183 chain_rep(j,chain_length,symetr)=chain_rep(j,chain_length,1)
184 chain_rep(j,chain_length+nres,symetr)
185 &=chain_rep(j,chain_length+nres,1)
190 c write (iout,*) "spraw lancuchy",chain_length,symetr
192 c do kkk=1,chain_length
193 c write (iout,*) itype(kkk),(chain_rep(j,kkk,i), j=1,3)
197 C makes copy of chains
198 c write (iout,*) "symetr", symetr
200 if (symetr.gt.1) then
207 c write(iout,*) "tabperm", (tabperm(i,kkk),kkk=1,4)
213 c write (iout,*) i,icha
214 do lll=1,chain_length
216 if (cou.le.nres) then
218 kupa=mod(lll,chain_length)
219 iprzes=(kkk-1)*chain_length+lll
220 if (kupa.eq.0) kupa=chain_length
221 c write (iout,*) "kupa", kupa
222 cref(j,iprzes,i)=chain_rep(j,kupa,icha)
223 cref(j,iprzes+nres,i)=chain_rep(j,kupa+nres,icha)
230 C-koniec robienia kopidm
232 write (iout,*) "nowa struktura", nperm
234 write (iout,110) restyp(itype(i)),i,cref(1,i,kkk),
236 &cref(3,i,kkk),cref(1,nres+i,kkk),
237 &cref(2,nres+i,kkk),cref(3,nres+i,kkk)
239 100 format (//' alpha-carbon coordinates ',
240 & ' centroid coordinates'/
241 1 ' ', 6X,'X',11X,'Y',11X,'Z',
242 & 10X,'X',11X,'Y',11X,'Z')
243 110 format (a,'(',i3,')',6f12.5)
250 c---------------------------------------------------------------------------
251 subroutine int_from_cart(lside,lprn)
254 include 'DIMENSIONS.ZSCOPT'
255 include 'COMMON.LOCAL'
257 include 'COMMON.CHAIN'
258 include 'COMMON.INTERACT'
259 include 'COMMON.IOUNITS'
261 include 'COMMON.NAMES'
262 character*3 seq,atom,res
264 double precision sccor(3,20)
266 double precision dist,alpha,beta,di
271 & 'Internal coordinates calculated from crystal structure.'
273 write (iout,'(8a)') ' Res ',' dvb',' Theta',
274 & ' Phi',' Dsc_id',' Dsc',' Alpha',
277 write (iout,'(4a)') ' Res ',' dvb',' Theta',
283 write (iout,*) i,i-1,(c(j,i),j=1,3),(c(j,i-1),j=1,3),dist(i,i-1)
284 if (itype(i-1).ne.21 .and. itype(i).ne.21 .and.
285 & (dist(i,i-1).lt.2.0D0 .or. dist(i,i-1).gt.5.0D0)) then
286 write (iout,'(a,i4)') 'Bad Cartesians for residue',i
289 theta(i+1)=alpha(i-1,i,i+1)
290 if (i.gt.2) phi(i+1)=beta(i-2,i-1,i,i+1)
292 if (itype(1).eq.21) then
294 c(j,1)=c(j,2)+(c(j,3)-c(j,4))
297 if (itype(nres).eq.21) then
299 c(j,nres)=c(j,nres-1)+(c(j,nres-2)-c(j,nres-3))
305 c(j,maxres2)=0.5D0*(c(j,i-1)+c(j,i+1))
310 alph(i)=alpha(nres+i,i,maxres2)
311 omeg(i)=beta(nres+i,i,maxres2,i+1)
314 & write (iout,'(a3,i4,7f10.3)') restyp(iti),i,dist(i,i-1),
315 & rad2deg*theta(i),rad2deg*phi(i),dsc(iti),di,
316 & rad2deg*alph(i),rad2deg*omeg(i)
321 write (iout,'(a3,i4,7f10.3)') restyp(iti),i,dist(i,i-1),
322 & rad2deg*theta(i),rad2deg*phi(i)
327 c---------------------------------------------------------------------------
328 subroutine sccenter(ires,nscat,sccor)
331 include 'COMMON.CHAIN'
332 integer ires,nscat,i,j
333 double precision sccor(3,20),sccmj
337 sccmj=sccmj+sccor(j,i)
339 dc(j,ires)=sccmj/nscat