Skip to content

History / Command Reference

Revisions

  • docs: fix min-length default to 1001

    @genomewalker genomewalker committed Feb 27, 2026
  • wiki: fix broken links, drop bacar/SupCon, fix InfoNCE description - Replace [[#anchor]] and {#anchor} with standard markdown anchors - Fix cross-page anchor links (Methods-and-Model#assembly-damage-artifact) - Fix [[README|Home#installation]] — Home has no installation section - Correct InfoNCE: SCG markers are hard negatives, not positive pairs - Remove SCG-SupCon loss section - Replace bacar_marker.hmm with checkm_markers_only.hmm (206 markers) - Update marker count 107→206 in formula and prose - Remove --hmm flag from examples (auto-detected)

    @genomewalker genomewalker committed Feb 26, 2026
  • assembly damage artifact: explain baked-in damage + document amber polish

    @genomewalker genomewalker committed Feb 26, 2026
  • docs: add COMEBin benchmark results, remove chimera subcommand

    @genomewalker genomewalker committed Feb 26, 2026
  • production-ready repo: README, wiki, cmake refactor, CPU build path - CMakeLists.txt: rename target amber_gpu→amber, AMBER_USE_TORCH default OFF, split CORE vs TORCH sources, git version detection, install target, CTest - cmake/version.h.in: git-based version header - include/amber/config.hpp: VERSION from generated version.h - src/bin2/encoder/damage_aware_infonce.h: move DamageProfile/DamageAccumulator outside #ifdef USE_LIBTORCH (pure C++ structs, no LibTorch dependency) - src/cli/cmd_bin_stub.cpp: amber bin error with CPU/GPU build instructions - src/algorithms/damage_extraction_stub.cpp: amber damage stub when TORCH=OFF - README.md: comprehensive with math overview, install paths, benchmarks, citation - wiki/: Home, Methods-and-Model, aDNA-Features, Command-Reference, Output-Formats, Quick-Start-Tutorial, Benchmarks, _Sidebar - .github/workflows/ci.yml + release.yml: CI and tag-triggered releases - conda_recipe/meta.yaml: Bioconda recipe skeleton - environment.yml: dev environment - .gitignore: fix 'amber' → '/amber' (was excluding include/amber/ directory) - polish.cpp, strain_deconvolution.h: --write-modern-bam + deconv stats - Snakefile: assemble_s17_modern rule, deconvolve modern_bam output

    @genomewalker genomewalker committed Feb 26, 2026