You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the parameters file is only generated on new job setup. This means that any changes in Settings > MS-DIAL Configurations during an active run would have no effect, because no new parameters.txt file is created.
Instead, call the generate_msdial_parameters_file() function from the DatabaseFunctions module on each save of MS-DIAL configuration parameters. You could just insert this call to the end of the update_msdial_configuration() function.
The text was updated successfully, but these errors were encountered:
Currently, the parameters file is only generated on new job setup. This means that any changes in Settings > MS-DIAL Configurations during an active run would have no effect, because no new parameters.txt file is created.
Instead, call the
generate_msdial_parameters_file()
function from theDatabaseFunctions
module on each save of MS-DIAL configuration parameters. You could just insert this call to the end of theupdate_msdial_configuration()
function.The text was updated successfully, but these errors were encountered: