schemarecomb.parent_alignment.web_muscle¶
- schemarecomb.parent_alignment.web_muscle(records)¶
Align sequences using MUSCLE on EMBL-EBI Web Services.
- Parameters
records (
list[SeqRecord]) – The SeqRecords holding the sequences to align.- Return type
str- Returns
- The alignment in a FASTA format string. It can be read manually or
with “SeqIO.parse(StringIO(aln_str), ‘fasta’)”.