This repository contains the "ground truth" dataset of the Minimum Information about a Tailoring Enzyme (MITE) data repository (mite_data/data
).
Furthermore, the repository contains auxiliary files and scripts to automatically update them:
mite_data/metadata
)mite_data/fasta
and mite_data/blast_lib
)mite_data/pdb
and mite_data/img
), if available.When new data is added, auxiliary files must be updated too. Existing fasta and image files will not be overwritten.
For more information, see the README of the MITE-Standard organisation page.
Nota bene: This installation will only work on (Ubuntu) Linux.
python 3.12.x
pipx install hatch
)hatch env create
sudo snap install pymol-oss
(required for option --update_img
)sudo apt install ncbi-blast+
(required for option --update_blast
)Update the MITE metadata files: mite_data
Update MITE files to the newest version of mite_schema
: mite_data --update_mite
Update only enzyme visualization (re-downloads all AlphaFold PDBs): mite_data --update_img
.
Note that this module will fail if you have not installed PyMol-OSS.
Update only BLAST database (re-downloads all protein FASTA files): mite_data --update_blast
Update all files in repository: mite_data --update_all
If necessary, remove the environment again with hatch env remove