diff --git a/extras/data_generation/structure_db/get_data_from_smtl.py b/extras/data_generation/structure_db/get_data_from_smtl.py
index 59140bbdc6e599492166a8256afc0c7961dd72c9..83785b78c2c5f00e53353bf260be99aec4efdae7 100644
--- a/extras/data_generation/structure_db/get_data_from_smtl.py
+++ b/extras/data_generation/structure_db/get_data_from_smtl.py
@@ -32,7 +32,7 @@ from sm import smtl
 #    the hh-suite available at: https://github.com/soedinglab/hh-suite.
 
 pisces_path = "cullpdb_pc20_res2.0_R0.25_d180524_chains6670"
-smtl_path = "/scicore/data/databases/SMTL/"
+smtl_path = "PATH_TO_SMTL" # TO BE SET
 
 profile_out_dir = "hmms"
 structure_out_dir = "structures"