Format biological sequences (skbio.format.sequences)

This module provides functions for writing sequence files in a variety of different formats, the available formatters are listed below.

Functions

fasta_from_sequences(seqs[, make_seqlabel, ...]) Returns a FASTA string given a list of sequence objects.
fasta_from_alignment(aln[, make_seqlabel, ...]) Returns a FASTA string given an alignment object
format_fastq_record(seqid, seq, qual[, ...]) Format a FASTQ record