Skip to content

Commit

Permalink
updating rosetta-ci test script, adding unpacking ppi scaffolds
Browse files Browse the repository at this point in the history
  • Loading branch information
lyskov authored and joewatchwell committed Jun 28, 2023
1 parent 9da13dc commit 5606075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ rfdiffusion.egg-info
models/
schedules/

examples/ppi_scaffolds

tests/.results.json
tests/input_pdbs
tests/outputs
tests/ppi_scaffolds
tests/reference_outputs/
tests/target_folds
tests/tim_barrel_scaffold
Expand Down
2 changes: 2 additions & 0 deletions .rosetta-ci/tests/rfd.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def run_main_test_suite(repository_root, working_dir, platform, config, debug):
urllib.request.urlretrieve(url, tmp_file_name)
os.rename(tmp_file_name, file_name)

execute('unpacking ppi scaffolds...', f'cd {repository_root} && tar -xvf examples/ppi_scaffolds_subset.tar.gz -C examples')

with tempfile.TemporaryDirectory(dir=working_dir) as tmpdirname:
# tmpdirname = working_dir+'/.ve'
# if True:
Expand Down

0 comments on commit 5606075

Please sign in to comment.