Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web app: Add setting page for data serializer of PythonJob #3

Open
superstar54 opened this issue Dec 3, 2024 · 0 comments
Open

Web app: Add setting page for data serializer of PythonJob #3

superstar54 opened this issue Dec 3, 2024 · 0 comments

Comments

@superstar54
Copy link
Member

If you have multiple plugins that register the same data serializer, the workgraph will raise an error. User can avoid this by selecting the plugin that you want to use in the configuration file.

{
    "serializers": {
        "ase.atoms.Atoms": "abc.ase.atoms.Atoms"
    },
}

Save the configuration file as workgraph.json in the aiida configuration directory (by default, ~/.aiida directory).

Add one setting page to view and edit this configure file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant