Skip to content

Commit 7b5d4fe

Browse files
committed
starting to add air gapped data upload docs
1 parent b5eb3e2 commit 7b5d4fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/installation.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,16 @@ The output of the script will also be printed to standard out as it is executed.
650650
While no sensitive information is extracted, it is good practice to review the output before sending it or posting it to ensure that nothing needs to be redacted.
651651
For example, if your python path was ``/data/SECRET_COMPOUND_NAME/python`` then that would show up in ``debug.log``.
652652

653+
Testing on an Air Gapped Network (most HPCs)
654+
--------------------------------------------
655+
656+
If you run OpenFE's test suite on an HPC that restricts public internet access, OpenFE's tests that require data that are stored on `Zenodo <https://zenodo.org/>`_ will be skipped.
657+
658+
As a workaround, can manually download the data from zenodo, then upload it to the HPC for OpenFE to use:
659+
660+
.. parsed-literal::
661+
$
662+
$ python -c "import pooch; print(pooch.os_cache('openfe'))"
653663
654664
Common Errors
655665
-------------

0 commit comments

Comments
 (0)