Skip to content

Commit

Permalink
Merge pull request #19 from OpenFreeEnergy/hotfix-0.1.1
Browse files Browse the repository at this point in the history
Hotfixes following alchemiscale 0.5.2 release
  • Loading branch information
dotsdl authored Nov 25, 2024
2 parents ef651fa + 04e7bba commit 0faeeb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alchemiscale_fah/compute/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from gufe.protocols.protocoldag import ProtocolDAG
from gufe.protocols.protocolunit import ProtocolUnitResult
from alchemiscale.models import ScopedKey
from alchemiscale.keyedchain import KeyedChain
from gufe.tokenization import KeyedChain

from .models import FahProject, FahRun, FahClone

Expand Down
2 changes: 1 addition & 1 deletion alchemiscale_fah/compute/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
InterruptableSleep,
SleepInterrupted,
)
from alchemiscale.keyedchain import KeyedChain
from gufe.tokenization import KeyedChain

from .models import FahProject
from .settings import FahAsynchronousComputeServiceSettings
Expand Down
3 changes: 3 additions & 0 deletions devtools/configs/fah-asynchronous-compute-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ init:
# Frequency in seconds between polls of FAH WS API for completed jobs.
fah_poll_interval: 60

# List of supported core IDs in hex (base 16) format. E.g. 0xa8.
fah_core_ids_supported: []

# options for service execution
start:

Expand Down

0 comments on commit 0faeeb6

Please sign in to comment.