💡 Quick Summary
EMBL to FASTA accepts one or more EMBL records and returns the DNA sequence(s) in FASTA format, removing all annotation, feature table entries, and non-sequence data.
📋 How to Use
- Paste the contents of one or more EMBL files into the input area.
- Click Convert. Each record's DE (description) line becomes the FASTA title; the SQ section is extracted, cleaned, and wrapped to 60 characters per line.
- The Records Converted and Total Length stats update immediately.
- Use the Copy button to copy the FASTA output to your clipboard.
- Click Load Example to try the tool with a sample EMBL record.
- Click Clear to reset and start again.
🧮 Formulas & Logic
📊 Result Interpretation
Number of EMBL records (ID … //) successfully converted. Each record produces one FASTA entry.
Sum of all extracted DNA sequence characters across all converted records.
🔬 Applications
- Extracting bare DNA sequences from EMBL flat files for use in BLAST or alignment tools
- Converting downloaded ENA/EMBL records to FASTA for downstream bioinformatics pipelines
- Stripping annotation from EMBL files before loading sequences into a sequence editor
- Batch-converting multiple EMBL records into a single multi-FASTA file
⚠️ Common Mistakes & Warnings
Feature annotations (CDS, mRNA, gene coordinates), cross-references, and taxonomy information are discarded. Use the EMBL Feature Extractor tool if you need feature data.
Only the first DE line is used as the FASTA title. If the description spans multiple lines, subsequent lines are not appended.
This matches the original SMS limit. Very large whole-genome EMBL files may need to be split before processing.