*
To upload templates - prepare files in /data/CASP9/RESULTS
and run templates_upload.pl. Other 2 scripts seem to upload 
data per target and generate tarballs (check this)

This script combines .lga with .pdb file to generate temp.targ.pdb.res file
in predictioncenter.org:/data/CASP9/templates/
for i in `ls -d T051?`; do echo $i; cd $i; k=`ls -1 | cut -d'.' -f1 | sort | uniq`; echo $k; for j in $k; do cat $j.lga $j.pdb > $j.$i.pdb.res; done; cd ../; done

******************QA evaluation

Main script to upload QA data to DB is qa_MAIN_parse_upload.pl. It does all the job. 
All other qa scripts may be used to perform particular tasks (not tested in caspcommons).

It requires rewritten qa predictions with group numbers instead of group names in the files.
To generate those, run ../create_qa_predictions.pl.

