-
Notifications
You must be signed in to change notification settings - Fork 5
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
CODEX cell types: RIBCA, DeepCellTypes #991
base: devel
Are you sure you want to change the base?
Conversation
return join_quote_command_str(command) | ||
|
||
t_build_cmd_ribca = PythonOperator( | ||
task_id="build_cmd_deepcelltypes", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be renamed as "build_cmd_ribca"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codex DAG is missing the step flow for the new block (before deepcelltypes one):
>> prepare_cwl_ribca
>> t_build_cmd_ribca
>> t_pipeline_exec_cwl_ribca
>> t_maybe_keep_cwl_ribca
This PR adds a submodule for RIBCA, updates the DeepCellTypes submodule, updates SPRM to handle the adjusted output format for both, and adds/updates these in the CODEX DAG.