Changes

Jump to navigation Jump to search
no edit summary
= Get the process helper scripts =
As of August 2013, one can download the scripts easily, by following this.
<source lang="bash">
cd scripts
# Change shell
tcsh
# Set array of scripts to download
set SCRIPTS="CPMG_1_sort_pseudo3D_initialize_files.sh CPMG_2_convert_and_process.sh CPMG_3_fft_all.sh convert_all.com fft_all.com sparky_add.sh stPeakList.pl NMRPipe_to_Sparky.sh"
 
# Download scripts
foreach SCRIPT ( ${SCRIPTS} )
curl https://raw.github.com/nmr-relax/relax_scripts/master/shell_scripts/$SCRIPT -o $SCRIPT
end
 
# Make them executable
chmod +x *.sh *.com *.pl
 
# Add scripts to PATH
setenv PATH ${PWD}:${PATH}
</source>
 
If the scripts are not possible to download, they are here for reference.
 
= Helper scripts for Spectral processing =
== convert_all.com ==
Trusted, Bureaucrats
1,382

edits

Navigation menu