acgtk

acgtk 2.2.0

Toolkit for developing ACG signatures and lexicon

https://acg.loria.fr/
CeCILL Free Software License Agreement v2.0
programs: acgc, acg
Platforms (26)
i686-linuxmicroblazeel-linuxmipsel-linuxarmv5tel-linuxsh4-linuxmips64-linuxloongarch64-linuxriscv64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  acgtk
];
Ad-hoc shell
nix-shell -p acgtk
Flake (nix run)
nix run nixpkgs#acgtk