Files
AlphaPulldown/test/test_data/features/TEST_feature_metadata_2024-07-29.json
Dima fc41c1a5eb AF3 templates: fix mmCIF parsing by removing synthetic _entity_poly_seq and mapping only present residues
- 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
2025-08-12 14:04:33 +02:00

101 lines
3.2 KiB
JSON
Executable File

{
"databases": {
"UniProt": {
"release_date": "2022-12-13 15:30:36",
"version": null,
"location_url": [
"ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_trembl.fasta.gz",
"ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.fasta.gz"
]
},
"PDB seqres": {
"release_date": "2024-07-01 03:36:14",
"version": "546c661e9ffdb6f035040d28176f1c5a",
"location_url": [
"ftp://ftp.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt"
]
},
"ColabFold": {
"version": "2024-07-29",
"release_date": null,
"location_url": [
"https://wwwuser.gwdg.de/~compbiol/colabfold/colabfold_envdb_202108.tar.gz"
]
}
},
"software": {
"AlphaPulldown": {
"version": "2.0.0.b2"
},
"AlphaFold": {
"version": "2.3.2"
},
"jackhmmer": {
"version": "3.4"
},
"hhblits": {
"version": "3.3.0"
},
"hhsearch": {
"version": "3.3.0"
},
"hmmsearch": {
"version": "3.4"
},
"hmmbuild": {
"version": "3.4"
},
"kalign": {
"version": "2.04"
}
},
"date": "2024-07-29 16:39:44",
"other": {
"logtostderr": "False",
"alsologtostderr": "False",
"log_dir": "",
"v": "0",
"verbosity": "0",
"logger_levels": "{}",
"stderrthreshold": "fatal",
"showprefixforinfo": "True",
"run_with_pdb": "False",
"pdb_post_mortem": "False",
"pdb": "False",
"run_with_profiling": "False",
"only_check_args": "False",
"op_conversion_fallback_to_while_loop": "True",
"delta_threshold": "0.5",
"tt_check_filter": "False",
"tt_single_core_summaries": "False",
"runtime_oom_exit": "True",
"hbm_oom_exit": "True",
"xml_output_file": "",
"fasta_paths": "['test/test_data/fastas/test.fasta']",
"jackhmmer_binary_path": "/home/dmolodenskiy/.conda/envs/AlphaPulldownMamba/bin/jackhmmer",
"hhblits_binary_path": "/home/dmolodenskiy/.conda/envs/AlphaPulldownMamba/bin/hhblits",
"hhsearch_binary_path": "/home/dmolodenskiy/.conda/envs/AlphaPulldownMamba/bin/hhsearch",
"hmmsearch_binary_path": "/home/dmolodenskiy/.conda/envs/AlphaPulldownMamba/bin/hmmsearch",
"hmmbuild_binary_path": "/home/dmolodenskiy/.conda/envs/AlphaPulldownMamba/bin/hmmbuild",
"kalign_binary_path": "/home/dmolodenskiy/.conda/envs/AlphaPulldownMamba/bin/kalign",
"uniprot_database_path": "/scratch/AlphaFold_DBs/2.3.2/uniprot/uniprot.fasta",
"pdb_seqres_database_path": "/scratch/AlphaFold_DBs/2.3.2/pdb_seqres/pdb_seqres.txt",
"template_mmcif_dir": "/scratch/AlphaFold_DBs/2.3.2/pdb_mmcif/mmcif_files",
"obsolete_pdbs_path": "/scratch/AlphaFold_DBs/2.3.2/pdb_mmcif/obsolete.dat",
"db_preset": "full_dbs",
"model_preset": "monomer",
"benchmark": "False",
"num_multimer_predictions_per_model": "5",
"use_precomputed_msas": "False",
"models_to_relax": "ModelsToRelax.BEST",
"use_mmseqs2": "False",
"save_msa_files": "False",
"skip_existing": "False",
"use_hhsearch": "False",
"threshold_clashes": "1000.0",
"hb_allowance": "0.4",
"plddt_threshold": "0.0",
"multiple_mmts": "False",
"use_small_bfd": "False"
}
}