gmxapi-79 Safe management of session working directories#100
Open
eirrgang wants to merge 11 commits intokassonlab:develfrom
Open
gmxapi-79 Safe management of session working directories#100eirrgang wants to merge 11 commits intokassonlab:develfrom
eirrgang wants to merge 11 commits intokassonlab:develfrom
Conversation
Begin 0.0.6 development cycle
Fix some typos and provide better documentation for determining or recalculating Python module install location.
Remove target directory to ensure expected move behavior.
* Add __hash__ and serialize() instance methods to WorkSpec. * Add deserialize() class method to WorkSpec. * Add uid() instance method to WorkSpec to generate a consistent, concise and sufficiently unique string to identify a gmxapi_workspec_0_1 dataset. * Update WorkSpec documentation. * Add a CompatibilityError exception.
For simulations run in the local context, this commit allows access to the potentials used in the context after the simulation has run and while the context is still alive. This allows the Python script to interact with the object implementing the potential with any additional interface it may have. This is a temporary form of access until other means of interacting with workflow objects are devised and implemented.
Add badges for development branch.
allow full CMake-driven build and install. Fixes kassonlab#60
Document proposed user interface for filesystem artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve #79 (work in progress)
To support re-runnable jobs and multiple simulations per workflow, we need some filesystem management. However, we also don't want to mess with ambiguities about whether files are local or remote, what relative paths are relative to, and whether files actually exist at any point in time.