How to open .ASO files on Linux
To open .ASO files on Linux, use the filename and source to identify the type; GenBank release files often have names like gbpri1.aso or may arrive as .aso.gz.
Step-by-step instructions
- Use the filename and source to identify the type; GenBank release files often have names like gbpri1.aso or may arrive as .aso.gz.
- For NCBI files, run NCBI DATATOOL or other NCBI Toolkit-based workflows to convert or process the binary ASN.1 data.
- For .aso.gz files, decompress with gzip/gunzip first, then process the resulting .aso file.
- Accounting .ASO files are not generally handled natively on Linux; import them in the intended accounting software or transfer them to a supported desktop.
Recommended software
- VS Code
- Notepad++/TextEdit
- jq (CLI)
Alternative methods
- Open .ASO in a browser-based viewer if desktop apps fail.
- Try opening .ASO on Linux with a secondary app to rule out app-specific issues.
- Convert .ASO only with trusted tools when direct opening is not possible.
Common issues
The file opens as unreadable text or gibberish
NCBI .ASO files are binary ASN.1 data, so a normal text editor will not display meaningful content.
- Confirm whether the file came from NCBI or a GenBank distribution.
- Use NCBI DATATOOL to convert or process the file instead of opening it as plain text.
- If the file is .aso.gz, decompress it first and then run the conversion.
The wrong application tries to open the file
.ASO is used by more than one workflow, so the operating system may associate it with the wrong program or with no program at all.
- Identify whether the file is scientific NCBI data or an accounting OFX-style export.
- Use Open With to choose NCBI DATATOOL-related processing for GenBank data or the appropriate Simply Accounting/Sage workflow for accounting data.
- Avoid changing the file extension as a shortcut; it does not convert the file.
The file is still compressed
NCBI release files are often distributed with a .aso.gz suffix, meaning the .ASO file is inside a gzip-compressed file.
- Decompress the .gz file with a gzip-compatible tool.
- Verify that the extracted file ends in .aso.
- Process the extracted .aso file with the NCBI toolchain.
Accounting import fails
Some .ASO files are Simply Accounting/Sage OFX exports, and import can fail if the file was downloaded for the wrong account, changed after export, or opened in software that does not support that workflow.
- Download the export again from the bank or accounting portal.
- Do not edit the file manually unless instructed by the accounting software vendor.
- Import it using the Simply Accounting or Sage workflow that the bank documents for .ASO files.
Security note
.ASO accounting files can contain sensitive financial account and transaction information; store and share them as confidential data.