diff --git a/ContextEmbedding/README.md b/ContextEmbedding/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..77190d848db34856d3fbaee753451d3b3da9eef0
--- /dev/null
+++ b/ContextEmbedding/README.md
@@ -0,0 +1,3 @@
+### Note
+
+Here, you find the scripts used for the context embedding computations. They were designed for personal usage and may require manual work to be executed on your machine.
diff --git a/Evaluation/README.md b/Evaluation/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..76881f4c93c970d3cbac67ab37353b9883c59a38
--- /dev/null
+++ b/Evaluation/README.md
@@ -0,0 +1,3 @@
+### Note
+
+Here, you can find the evaluation scripts used to create the plots of this thesis. However, they were designed for personal usage and may contain absolute paths and other specific adjustments. To execute the evaluations, you may need to do manual adjustments. `comparison_data.py` is the main script, where you add paths to the vaccine peptide sets you like to evaluate.
diff --git a/HOGVAX/README.md b/HOGVAX/README.md
deleted file mode 100644
index 29fc8d4ed54627f46da52a0c74dbeb12c9dfe06c..0000000000000000000000000000000000000000
--- a/HOGVAX/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-conda env create -f hogvax_env.yaml
-conda activate hogvax_env
-python hogvax_data.py [arguments]