Sequence Format Converter
sequence_format_convertConvert between FASTA and GenBank (whole sequence, CDS or protein), or export to TSV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Output format. fasta-cds / fasta-protein extract CDS features (GenBank input only). GenBank in and 'genbank' out rewrites the record with its features, qualifiers and topology intact — it is a rewrite, not a re-annotation. | fasta |
| from | No | Input format; 'auto' sniffs it from the first meaningful line. | auto |
| input | Yes | A FASTA or GenBank record to convert. |