Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,7 @@ To install in a fresh environment:

To run the AtomWorks test suite, you need to download the test data and configure environment variables.

**Step 1: Download test data**

From the repository root, run:

.. code-block:: bash

atomworks setup tests

This downloads and extracts the test pack (~500 MB) to ``tests/data/``, which includes:

* ``tests/data/pdb/`` β€” A mini PDB mirror with test structures
* ``tests/data/ccd/`` β€” A mini CCD mirror with test ligand definitions
* ``tests/data/shared/`` β€” MSA files, templates, and metadata for ML tests

**Step 2: Create a .env file**
**Step 1: Create a .env file**

Create a ``.env`` file in the repository root with the paths to the test data:

Expand All @@ -91,6 +77,21 @@ You can copy ``.env.sample`` as a starting point:
cp .env.sample .env
# Then edit .env to set the paths above

**Step 2: Download test data**

From the repository root, run:

.. code-block:: bash

atomworks setup tests
atomworks ccd sync tests/data/ccd # (or $CCD_MIRROR_PATH if you exported the variable to your shell)

This downloads and extracts the test pack (~500 MB) to ``tests/data/``, which includes:

* ``tests/data/pdb/`` β€” A mini PDB mirror with test structures
* ``tests/data/ccd/`` β€” A mini CCD mirror with test ligand definitions
* ``tests/data/shared/`` β€” MSA files, templates, and metadata for ML tests

**Step 3: Run the tests**

.. code-block:: bash
Expand Down