Base Directory -> User ID -> Database Hash
storage/
+- user_id/
| +- db_hash_proteins_1/ (Protein database 1)
| +- fasta_files/ (Here go all fasta files)
| +- sequences.fasta (Sequence file)
| +- labels.fasta (Labels file for residue_to_class)
| +- mask.fasta (Mask file for residue_to_class)
| +- embeddings/ (Here go all computed embedding files)
| +- reduced_embeddings_file_one_hot_encoding.h5/ ({reduced_}?embeddings_file_{embedder_name}.h5)
| +- embeddings_file_one_hot_encoding.h5/ (Non reduced embeddings)
| +- models/ (Here go all trained models)
| +- model_hash_1/ (Model 1)
| +- CNN/ (model_choice in biotrainer)
| +- one_hot_encoding/ (embedder_name in biotrainer, all checkpoints are found here.)
| +- hold_out_checkpoint.pt (Name depends on cross_validation method)
| +- logger_out.log (Logging output from biotrainer)
| +- out.yml (Result file from biotrainer)
| +- config_file.yml (Config file for biotrainer)
| +- db_hash_proteins_2/ (Protein database 2)
| +- db_hash_interactions_1/ (Interaction database 1)