Print the shifts in individual atom positions: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
This can be done with one command line (albeit a rather long one). Below is the code with (remove backslashes if pasting as a single line)  
This can be done with one command line (albeit a rather long one). It also implies a rather recent version of awk, some older versions won't support the fixed width argument splitting.  Below is the code with (remove backslashes if pasting as a single line)  


grep 'ATOM\|HETATM' file1.pdb file2.pdb | \
grep 'ATOM\|HETATM' file1.pdb file2.pdb | \
67

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu