Skip to content

Commit 0225ea3

Browse files
author
Neumann, Jan
committed
Update .gitignore and dataset storage locations
1 parent a530cc9 commit 0225ea3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.gitignore

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
imgs/
2-
target/
1+
/imgs/
2+
/target/
33
__pycache__/
4+
/visualize.py
5+
/trace_*.json
6+
7+
/datasets/
File renamed without changes.
File renamed without changes.

lib/datasets/mutagenesis.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def simple_template_no_bond_embed():
8888

8989

9090
SOURCE_DIRECTORY_MAP: dict[MutagenesisSource, Path] = {
91-
"original": Path(".") / "dataset" / "mutagenesis",
92-
"10x": Path(".") / "dataset" / "mutagenesis_multip",
91+
"original": Path(".") / "datasets_preserved" / "mutagenesis",
92+
"10x": Path(".") / "datasets" / "mutagenesis_multip",
9393
}
9494

9595

0 commit comments

Comments
 (0)