79143204

Date: 2024-10-31 00:54:44
Score: 1
Natty:
Report link

Or just write text.

g=open("outfile.fasta",'w')

for x in data:
    g.write(f">{x.description}\n{x.seq}\n")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: suze1992