TabularMSA.
write
(file, format='fasta', **kwargs)[source]¶Write an instance of TabularMSA
to a file.
This is a convenience method for skbio.io.registry.write()
.
For more information about the I/O system in scikit-bio, please
see skbio.io
.
Supported file formats include:
'fastq'
(skbio.io.format.fastq
)'clustal'
(skbio.io.format.clustal
)'fasta'
(skbio.io.format.fasta
)'phylip'
(skbio.io.format.phylip
)'stockholm'
(skbio.io.format.stockholm
)Parameters: | file : openable (filepath, URL, filehandle, etc.)
format : str
kwargs : dict, optional
|
---|