Open main menu

Changes

<source lang="bash">
sort -b -k 3,3n -k 4,4n -k 5,5n exp_parameters.txt | awk '{print $3, $4, $5}'
</source>
 
= Get the process helper scripts =
Go into the '''scripts''' directory and download these scripts to there.
 
# [[Tutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved_scripts#convert_all.com | convert_all.com]]
# [[Tutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved_scripts#fft_all.com | fft_all.com]]
# [[Tutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved_scripts#CPMG_2_convert_and_process.sh | CPMG_2_convert_and_process.sh ]]
# [[Tutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved_scripts#CPMG_3_fft_all.sh | CPMG_3_fft_all.sh]]
# [[Tutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved_scripts#NMRPipe_to_Sparky.sh | NMRPipe_to_Sparky.sh]]
# [[Tutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved_scripts#sparky_add.sh | sparky_add.sh]]
# [[Tutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved_scripts#stPeakList.pl | stPeakList.pl]]
 
Then make them executable, and add to PATH.
<source lang="bash">
cd scripts
# Change shell
tcsh
 
# Make them executable
chmod +x *.sh *.com *.pl
 
# Add scripts to PATH
setenv PATH ${PWD}:${PATH}
 
# Go back to previous directory
cd ..
</source>
Trusted, Bureaucrats
1,382

edits