diff --git a/tadoss b/tadoss index be994d5..5f7bd87 100755 --- a/tadoss +++ b/tadoss @@ -144,6 +144,6 @@ echo "SUCCESS!" echo "" # Print the total alchemical ddG of the domain to the user -value=$(tail -n 1 sh3-ddG_tot.tsv | awk '{print $5}') +value=$(tail -n 1 ${domain}-ddG_tot.tsv | awk '{print $5}') echo "Total alchemical ddG of ${domain} is ${value} kcal/mol" echo ""