#!/bin/bash

targ=$1

if [ ! -e "$targ.pdb.txt" ]; 
   then
	echo "File $targ.pdb.txt does not exist."
	exit 0;
fi

cp $targ.pdb.txt /www/download_area/CASP13/extra_experiments/
