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
Feat: Structure Output Directory in a More Organized Way #31
Description:
Improve the structure of the output directory by creating subdirectories for each step of the pipeline. This will make it easier to navigate the results, especially when dealing with multiple datasets.
Proposed Solution:
Organize output files into subdirectories based on the step of the pipeline (e.g., predictions/, visualizations/).
Name the subfolders and files with relevant information, such as gene name, UniProt ID, PDB ID, and date.
Ensure that the structure is customizable via config.json.
Description:
Improve the structure of the output directory by creating subdirectories for each step of the pipeline. This will make it easier to navigate the results, especially when dealing with multiple datasets.
Proposed Solution:
predictions/
,visualizations/
).config.json
.