def make_string_seqrecord(wt, id_txt, name = " ", desc = " " ):

	wt = SeqRecord(Seq(wt, generic_dna), id = "wt", name = "wt", description = "wt")
	wt.direction = "forward"
	return wt