Previous Thread
Next Thread
Print Thread
#36974 05/22/18 02:49 PM
Joined: Apr 2018
Posts: 6
A
abir Offline OP
Forum Member
OP Offline
Forum Member
A
Joined: Apr 2018
Posts: 6
I am new to charmm. I want to calculate rmsf using this following charmm script which is available in script archive.


* THIS SCRIPT IS FOR RMSF CALCULATION
*

stream toppar.str
! Read PSF
open read unit 10 card name step3_pbcsetup.xplor.ext.psf
read psf unit 10 card xplo

dele atom sele all .and .not (segid PROA .or. segid PROB) end
!dele atom sele all .and .not segid PROA end

! Read COOR
open read unit 10 card name step3_pbcsetup-nowater.crd
read coor unit 10 card

open read unit 51 file name output-protein.dcd

!traj firstu 52 nunit 1 begin 100 skip 100 stop 30000

coor dyna firstu 51 nunit 1 begin 100 skip 100 end 30000
orient select(segid PROA .or. segid PROB) end
!delete atom sele .not. segid main end ! we don't want rmsd for the waters
set R1 1 ! this fragment starts with residue 1
open unit 21 write form name rmsf.dat
stream rmsf-residue.str

stop


But I get this error message:

CHARMM> coor dyna firstu 51 nunit 1 begin 100 skip 100 end 30000

***** LEVEL 0 WARNING FROM *****
***** SELEction keyword missing
******************************************
BOMLEV ( 0) IS REACHED - TERMINATING. WRNLEV IS 5


please help in this regard.

abir #36975 05/22/18 03:45 PM
Joined: Sep 2003
Posts: 8,650
Likes: 26
rmv Online Content
Forum Member
Online Content
Forum Member
Joined: Sep 2003
Posts: 8,650
Likes: 26
The trailing dash (-), which indicates a continued command, appears to be missing from the end of the COOR DYNA line; the line following is part of that command, but is read incorrectly due to the missing dash. Please read usage.doc and pay more attention to command syntax.


Rick Venable
computational chemist

abir #36980 05/23/18 01:48 PM
Joined: Apr 2018
Posts: 6
A
abir Offline OP
Forum Member
OP Offline
Forum Member
A
Joined: Apr 2018
Posts: 6
Thanks Rick, I get the rmsf value.


Moderated by  lennart, rmv 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5
(Release build 20201027)
Responsive Width:

PHP: 7.3.31-1~deb10u3 Page Time: 0.010s Queries: 20 (0.006s) Memory: 0.7369 MB (Peak: 0.7818 MB) Data Comp: Off Server Time: 2023-05-29 22:54:48 UTC
Valid HTML 5 and Valid CSS