mirror of
https://github.com/KosinskiLab/AlphaPulldown.git
synced 2026-06-04 14:14:24 +08:00
- Strip _entity_poly_seq from generated template mmCIF so AF3 reconstructs _pdbx_poly_seq_scheme from _atom_site, avoiding UNK/gap mismatches - Build query_to_template_map using only residues with atoms to prevent OOB indexing in template features - Add --debug_templates flag to optionally dump generated template mmCIFs into templates_debug/ - Keep templates enabled; test test__chopped_dimer now passes
7 lines
212 B
Bash
Executable File
7 lines
212 B
Bash
Executable File
#!/bin/sh
|
|
_CONDA_ROOT="/home/dmolodenskiy/AlphaPulldown/conda"
|
|
# Copyright (C) 2012 Anaconda, Inc
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
\. "$_CONDA_ROOT/etc/profile.d/conda.sh" || return $?
|
|
conda activate "$@"
|