This is a duplicate of this question. I use ast.literal_eval given in the second answer.
ast.literal_eval
Pandas DataFrame stored list as string: How to convert back to list
df.Seq_1 = df.Seq_1.apply(literal_eval)