saving work yet again to be extra sure

This commit is contained in:
Tanushree Tunstall 2020-09-10 16:03:04 +01:00
parent 65841e4f5b
commit cf732a3bcc
3 changed files with 7 additions and 25 deletions

View file

@ -97,7 +97,7 @@ table(my_df_u$ligand_distance<10)
my_df_u_lig = my_df_u[my_df_u$ligand_distance <10,]
angstroms_symbol = "\u212b"
cat(paste0("There are ", nrow(my_df_u_lig), " sites lying within 10", angstroms_symbol, " of the ligand"))
cat(paste0("There are ", nrow(my_df_u_lig), " sites lying within 10", angstroms_symbol, " of the ligand\n"))
########################################################################
# end of data extraction and cleaning for plots #