> If you simple replace HETATM with ATOM, i.e.:
> 
> :1,$s/HETATM/ATOM/
> 
> you shift all columns left by two characters.  This is probably why, instead 
> of 
> reading GLY, pdb2gmx is reading Y only.  The proper replacement would be:
> 
> :1,$s/HETATM/ATOM  /
> 
> Note the two trailing spaces after ATOM.
> 
> -Justin

Justin, adding the two spaces did the job.  Thanks
                                          
-- 
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to