Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fasta

Sort Fasta By Sequence Size

I currently want to sort a hudge fasta file (+10**8 lines and sequences) by sequence size. fasta is… Read more Sort Fasta By Sequence Size

How To Split Fasta File

This code is for extract and split sequences from fasta file outfile=open('outf','w'… Read more How To Split Fasta File

Why Is Python Writing Out In Chinese Characters?

This is my first question on Stack Overflow and so I want to apologise first if my question is not … Read more Why Is Python Writing Out In Chinese Characters?