diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00c3af2..689568c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,24 +65,24 @@ jobs: - name: Use min API shell: bash -l {0} run: | - cd examples/mol2_2ligands_MCL1 + cd ties/examples/mol2_2ligands_MCL1 python3 min_api.py python3 .test_min_api.py - name: Use API shell: bash -l {0} run: | - cd examples/mol2_2ligands_MCL1 + cd ties/examples/mol2_2ligands_MCL1 python3 api.py - name: CMD hybrid shell: bash -l {0} run: | - cd examples/mol2_2ligands_MCL1 + cd ties/examples/mol2_2ligands_MCL1 ties create -l l02.mol2 l03.mol2 -nc -1 -dir cmdties - name: CMD with protein shell: bash -l {0} run: | - cd examples/mol2_2ligands_MCL1 + cd ties/examples/mol2_2ligands_MCL1 ties create -l l02.mol2 l03.mol2 -nc -1 -dir cmdties_protein -p protein.pdb