diff --git a/frappy_psi/tnmr/tnmr_interface.py b/frappy_psi/tnmr/tnmr_interface.py index b8ba7472..a1715ee8 100644 --- a/frappy_psi/tnmr/tnmr_interface.py +++ b/frappy_psi/tnmr/tnmr_interface.py @@ -401,6 +401,7 @@ class TNMR: ntnmr.SaveAs(TEMPLATE_FILE_PATH + 'tmper.tnt') # even more temporary success = ntnmr.OpenFile(TEMPLATE_FILE_PATH + 'tmper.tnt') # reload the file so that we can actually read/write to the Sequence parameters (TNMR bug) self.set_activefile() + print(ntnmr.GetSequenceName()) if(success): print(f'Successfully reloaded')