sokrypton / sokrypton/ColabFold

[Feature Request] Option to specify template cutoff date

Open
#365 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
2.9k
Forks
747
PR merge metrics
No merged PRs in 30d

Description

Alphafold has the option --max-template-date that is set to 2100-01-01 as default by ColabFold:

https://github.com/sokrypton/ColabFold/blob/38e21e30f44df8a7a3aa6b8ddc0c4a4826b43e1a/colabfold/batch.py#L154

I expect the same option to be implemented in ColabFold to specify a cutoff date for templates.

Currently, you have to hard-code the date into ColabFold and re-install it every time you want to change the cutoff date.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the ColabFold batch entry point referenced in the issue, especially colabfold/batch.py around the max-template-date handling, and compare it with AlphaFold's --max-template-date option. Trace how template settings are exposed to users. Done means users can specify a cutoff date without hard-coding it or reinstalling ColabFold.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
bioinformatics
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.