Wingetlywingetly
← All apps

Chromas

by Technelysium Pty Ltdv2.6.6

Last updated

A free trace viewer for simple DNA sequencing projects which do not require assembly of multiple sequences.

Install with winget

$ winget install --id Technelysium.Chromas --exact --version 2.6.6

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Chromas

Chromas uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
Chromas266Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Chromas

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Chromas is a free trace viewer for simple DNA sequencing projects which do not require assembly of multiple sequences. Chromas has the following features:

- Opens .ab1 chromatogram files from Applied Biosystems DNA sequencers.

- Opens SCF and ZTR format chromatogram files created by other sequencers or retrieved from databases.

- Save in .scf or Applied Biosystems .ab1 format.

- Print a chromatogram with options to zoom or fit to one page.

- Automatic removal of low-quality sequence (when quality data is available) or vector sequences.

- Export sequences in plain text, FASTA, FASTQ, EMBL, GenBank or GCG formats, or formatted with base numbering for presentation.

- Copy the sequence to the clipboard in plain text, FASTA or FASTQ format for pasting into other applications.

- Reverse & complement the sequence and chromatogram.

- Search for subsequences by exact matching or optimal alignment.

- Display translations in 3 frames along with the sequence.

- Copy an image of a chromatogram section for pasting into documents or presentations.

- Batch processing, including format conversion, sequence export with vector removal, batch printing and batch export of raw data.

- Enhance .ab1 files using the PeakTrace RP component from Nucleics Pty Ltd to improve peak readability and extract more high-quality bases.

Installers · v2.6.6

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Chromas.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • ChromasProTechnelysium Pty Ltd
    Technelysium.Chromas.Prov2.2.0

    ChromasPro is for assembly of sequence reads into contigs, with a graphical contig editor which displays aligned chromatograms. It also peforms general sequence analysis such as restriction enzyme mapping, open-reading-frame searches, and BLAST submission.

  • UGENEUnipro
    Unipro.UGENEv53.1

    UGENE is a free open-source bioinformatics software for Windows, macOS, and Linux.

More from Technelysium Pty Ltd or browse chromatogram, dna, dna-sequencing.

Frequently asked questions

How do I install Chromas on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Technelysium.Chromas --exact --version 2.6.6. winget downloads the installer from Technelysium Pty Ltd and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Chromas silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Technelysium.Chromas --exact 2.6.6 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Chromas?
Chromas uses EXE (Inno Setup). Run the downloaded installer with: Chromas266Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Chromas via winget?
Run: winget uninstall --id Technelysium.Chromas --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Chromas's Apps & Features entry.
Is Chromas free?
Chromas is distributed under Freeware. Refer to the publisher (https://technelysium.com.au/wp/chromas/) for the full license terms - Wingetly itself does not charge for installation.
Does Chromas work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Chromas directly from the publisher.
How do I keep Chromas up to date?
Run winget upgrade --id Technelysium.Chromas --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Chromas from microsoft/winget-pkgs.