How to open .ASN files on Android
To open .ASN files on Android, android does not commonly support NCBI .asn files directly; you may view text ASN.1 in a text editor, but for actual use transfer it to a desktop system with Genome Workbench or BLAST+ tools.
Step-by-step instructions
- Android does not commonly support NCBI .asn files directly; you may view text ASN.1 in a text editor, but for actual use transfer it to a desktop system with Genome Workbench or BLAST+ tools.
Recommended software
- Acode
- QuickEdit
- JSON Genie
Alternative methods
- Open .ASN in a browser-based viewer if desktop apps fail.
- Try opening .ASN on Android with a secondary app to rule out app-specific issues.
- Convert .ASN only with trusted tools when direct opening is not possible.
Common issues
The .asn file opens as unreadable text or symbols
Not every ASN.1 file is plain text. Some are encoded data intended for a specific parser or NCBI tool.
- Confirm the source of the file, such as BLAST, Pathogen Detection, or a GenBank submission workflow.
- Use the matching tool: Genome Workbench for supported NCBI biological ASN.1 files, or blast_formatter for BLAST archive output.
- Avoid manually editing encoded ASN.1 files in a text editor.
Genome Workbench does not open the file correctly
The file may not be the kind of NCBI ASN.1 data that Genome Workbench expects, or it may be incomplete or damaged.
- Re-download or re-export the file from the original NCBI tool or data source.
- Check whether the file is actually a BLAST archive, which should be handled with blast_formatter instead.
- Make sure you are using a current version of the relevant NCBI software.
The file is a BLAST .asn archive, not a normal report
BLAST archive output is saved as ASN.1 and is meant to be reformatted later rather than read directly.
- Install the NCBI BLAST+ command-line applications.
- Use blast_formatter with the .asn archive as input and select an output format such as a pairwise, tabular, XML, or other supported BLAST report format.
- Keep the original .asn archive if you may need to generate different report formats later.
The file does not work after renaming
Changing the extension to or from .asn does not convert the underlying data or encoding.
- Restore the original filename if you changed it.
- Use an export or conversion feature from the software that created the file.
- Ask the sender which program or NCBI workflow produced the file.
Security note
.asn files are normally data files, not macro-enabled documents, but they should still be opened only with trusted, up-to-date ASN.1-aware software because complex parsers can fail on malformed data.