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 #233

Open
superstar54 opened this issue Aug 15, 2024 · 0 comments
Open

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

superstar54 opened this issue Aug 15, 2024 · 0 comments
Labels
enhancement New feature or request frontend Frontend of the web app.

Comments

@superstar54
Copy link
Member

superstar54 commented Aug 15, 2024

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.

@superstar54 superstar54 added enhancement New feature or request frontend Frontend of the web app. labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Frontend of the web app.
Projects
None yet
Development

No branches or pull requests

1 participant