The Amissense Tool analyzes and visualizes AlphaMissense pathogenicity scores, integrating AlphaFold structures and ClinVar data. It offers automated pipelines, visualizations, and versatile command-line utilities.
MIT License
0
stars
0
forks
source link
Bug: PDB file is named after UniProt, should also contain the source of the file #42
Description:
The current naming convention for PDB files only includes the UniProt ID. This makes it difficult to identify the source of the PDB file, such as AlphaFold or RCSB, which can create confusion when multiple PDB files are downloaded from different sources.
Expected Behavior:
PDB file names should include both the UniProt ID and the source (e.g., P41227_alphafold.pdb or P41227_rcsb.pdb).
Proposed Solution:
Modify the naming convention to append the source of the PDB file to the filename.
Description: The current naming convention for PDB files only includes the UniProt ID. This makes it difficult to identify the source of the PDB file, such as AlphaFold or RCSB, which can create confusion when multiple PDB files are downloaded from different sources.
Expected Behavior:
P41227_alphafold.pdb
orP41227_rcsb.pdb
).Proposed Solution: