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

Create CLI with batch support #70

Open
jvivian opened this issue Mar 21, 2024 · 2 comments
Open

Create CLI with batch support #70

jvivian opened this issue Mar 21, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jvivian
Copy link
Owner

jvivian commented Mar 21, 2024

Could be split into some optional subcommands areas

Data Preparation

  • Help users turn their data into the input used by the pipeline (which we'll change to AnnData shortly, I should have time soon)

Prepare batch inputs

  • Allow user to create some sort of runs.json which contains all the information necessary to run the model with different parameters
  • Just realized this could be a page very similar to the model runner, but it iteratively "collects" parameters the user inputs until they're done then spits out a json file or whatever with the batch run information

Run Model

  • Runs the model given the input data. The assumption is the input data only contains the variables/parameters the user wants to run. Modifying subsets of parameters can be handled by the batch runner.
@jvivian jvivian added the enhancement New feature or request label Mar 21, 2024
@jvivian
Copy link
Owner Author

jvivian commented Mar 29, 2024

All of this fixed by #74 !

@jvivian jvivian closed this as completed Mar 29, 2024
@jvivian jvivian reopened this Mar 29, 2024
@jvivian
Copy link
Owner Author

jvivian commented Mar 29, 2024

Misread this as running CLI with batch parameter -- this is about handling parameterized batch runs.

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

No branches or pull requests

1 participant