sugar._io.fasta module¶
FASTA IO
- sugar._io.fasta.append_fasta(seq, f)[source]¶
Append a
BioSeqsequence to a FASTA fileWarning
This function should NOT be called directly, it registers via
BioBasket.write(), call this instead.
FASTA IO
Append a BioSeq sequence to a FASTA file
Warning
This function should NOT be called directly, it registers via BioBasket.write(), call this instead.