Hi there!
this an excerpt from an extracted pdb file my team has done in the format of a text file.
ATOM 1 N ASN A 2 18.668 27.299 52.379 1.00 41.19 N
ATOM 2 CA ASN A 2 19.400 26.674 53.492 1.00 40.18 C
ATOM 3 C ASN A 2 19.710 27.737 54.550 1.00 37.56 C
ATOM 4 O ASN A 2 19.123 27.737 55.640 1.00 38.90 O
ATOM 5 N LEU A 3 20.637 28.606 54.184 1.00 34.40 N
those in bold are the coordinates we need to extract and in the form of (x,y,z) down a long list and save as a new text file.
Would greatly appreciate your help.
I understand that i can't directly extract columns but i have to do a parsing and a split token. I can't use arrays though because there are thousands of these files to extract. Could someone teach me?