Skip to content

Update run.py#51

Open
thomas-tugwell wants to merge 1 commit intodauparas:mainfrom
thomas-tugwell:patch-1
Open

Update run.py#51
thomas-tugwell wants to merge 1 commit intodauparas:mainfrom
thomas-tugwell:patch-1

Conversation

@thomas-tugwell
Copy link

@thomas-tugwell thomas-tugwell commented Apr 8, 2025

Changed chain_letters_set = list(set(chain_letters_list)) to chain_letters_set = list(set(chains_to_design_list))

Fixes a problem of trying to design a homooligomer in the presence of a target.
Before, every chain in the pdb would come out to be identical (even if chain lengths differ) instead of just the chains passed through --chains_to_design "A,B,C...etc"

Changed chain_letters_set = list(set(chain_letters_list)) to chain_letters_set = list(set(chains_to_design_list))

Fixes a problem of trying to design a homooligomer in the presence of a target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants