TRNUS_peak_tracker.py is a Python 2 script for peak picking and peak tracking in a stack of 3D NMR spectra.

Run python2 TRNUS_peak_tracker.py, then enter the corresponding arguments to the prompts in the command line. Alternatively, run the script with the arguments at once, for example: 

python2 TRNUS_peak_tracker.py -p MAIN/CD44/TRNUS_frame240/ -ti 8 -tr 32 -th 2e4 -pl CD44.list

or 

python2 TRNUS_peak_tracker.py -p MAIN/OPN -ti 6 -tr 28 -th 1.5e8 -pl opn.list

Peak list files should be placed in the folders with the stack of spectra. Peak lists for the two IDPs studied in "Temperature as an extra dimension in multidimensional protein NMR" are included in the present folder.


