mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
Add data download directions to README
This commit is contained in:
10
README.md
10
README.md
@@ -14,6 +14,16 @@ conda env create -f environment.yml
|
||||
|
||||
Note that you do not need to have this set up if you are _only_ submitting jobs to the cluster.
|
||||
|
||||
## Downloading data
|
||||
|
||||
We requires some data files not packaged on Git due to their large size. To download these, do the following:
|
||||
|
||||
```bash
|
||||
# Download the CATH dataset
|
||||
cd data # Ensure that you are in the data subdirectory within the codebase
|
||||
./download_cath.sh
|
||||
```
|
||||
|
||||
## Tests
|
||||
Tests are implemented through a mixture of doctests and unittests. To run unittests, run:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user