You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AlphaFold3 output integration New --af3-json flag in colabfold_search and colabfold_batch to generate AlphaFold3-compatible input JSON files from MSA search results (edc9758, 554c268, bc64530, c417d83, 3456682)
New MSA pairing pipeline Improved complex mode with --pair-mode option (unpaired, paired, unpaired_paired) and faster pairing search (e8d94b2, 07644a8, 26c0d46, 18081af, a77f28d, cffc8d0)
Skip output feature New --skip-output flag allows selective skipping of MSA, plots, and PAE JSON output to reduce disk usage and runtime (5d9710b)
Lighter colabfold_searchcolabfold_search now works with few heavy dependencies installed and has reduced startup overhead (dfbe59d, 62b5286, 77a8204, f0bf465)
Expanded CLI parameters Expose --max-template-hits and --max-template-date to control template control cut-offs (ea3292b)
Debug logging mode New --debug-logging flag for verbose output (e462021)
Initial structure guess New --initial-guess parameter for warm-starting predictions from known structures (1403b76, 27b6e3e, 404772e)
Environmental pairing Experimental environmental sequence pairing feature for improved MSA generation (07644a8, 57b220e). Currently not supported on the public MSA server
Per-entry custom templates in CSV Support for templatepath column in CSV input for sequence-specific templates (972f6a4)
MMseqs2-GPU support GPU-accelerated local MSA search via --gpu 1 in setup_databases.sh and colabfold_search. GPU databases are much smaller since they don't require the k-mer prefilter datastructures. Requires MMseqs2 release 16 or later (88e5efa, 64c8fd6, 379d101, 0cf2621, 2bec5c7)
Ungapped prefilter mode New --prefilter-mode 1 for CPU-based exhaustive ungapped alignment prefilter, providing higher sensitivity at the cost of runtime (be06b20)
Docker improvements New and improved Docker container (8bce4c4)