# UBNMR script for making a protlist of the correct format to submit
# to csi for chemical shift based secondary structure prediction
# NOTE: the prot file should have assigned residues only, NO SRDS
init
read seq ./myprot.seq
read prot ./bbgft_1.prot
write prot myprot_csi CSI

