# http://rna-tools.online/tools/qrnas/da7a3228
source ~/.env
rm log.txt
time rna_refinement.py -i *.pdb 2>&1 | tee log.txt
echo 'DONE!' >> log.txt
