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

When automatic transformation of task/flow inputs/outputs are implemented, #4

Open
github-actions bot opened this issue Mar 15, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link

remove to_pandas calls, here and otherwise

import_uniprot, # cast_json,

https://api.github.com/fairtracks/omnipy_examples/blob/c59515884483ceb6930171f6d94da190bd75f0ac/src/omnipy_examples/uniprot.py#L44

@LinearFlowTemplate(
    # TODO: Bug running cast_json in linear flow
    #       (probably due to two argument parameters in cast_dataset)
    # TODO: When automatic transformation of task/flow inputs/outputs are implemented,
    #       remove to_pandas calls, here and otherwise
    import_uniprot,  # cast_json,
    transpose_dataset_of_dicts_to_lists,
    flatten_nested_json,
@github-actions github-actions bot added the todo label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants