Skip to content

Commit

Permalink
Fix bug in main script
Browse files Browse the repository at this point in the history
  • Loading branch information
lafita authored Apr 12, 2018
1 parent 5762f9e commit b84a0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tadoss
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

0 comments on commit b84a0c0

Please sign in to comment.