I have a python variable with a regex inside
sequence_name_with_replaced_number = re.sub(my_regex_pattern, "@.exr" ,without_extention)