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