-
Notifications
You must be signed in to change notification settings - Fork 2
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
Extend cell cycle conservation support for zebrafish and C. elegans #22
Conversation
|
||
## Debugging nf-tower runs | ||
|
||
The actual benchmark is run on the [nf-tower platform](https://cloud.seqera.io/orgs/openproblems-bio/workspaces/openproblems-bio/watch). | ||
You can find runs related to the batch integration by filtering for `label:task_batch_integration`, selecting a specific run and browsing the outputs. | ||
|
||
For debugging purposes, you can download the output of a task run from nf-tower following command: | ||
|
||
```bash | ||
common/scripts/fetch_task_run \ | ||
--input s3://openproblems-work/work/<process ID>\ | ||
--output temp_output | ||
``` | ||
|
||
You can find the process ID under the "Work directory" section of the Task details. |
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.
Nice! We should port this info to openproblems-bio/docs too! -- added github issue :P
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.
I'm happy to give this a shot!
@lazappi You too?
Merging it so I can try running it :) |
Describe your changes
Adding support for zebrafish and C. elegans, main changes under scib: theislab/scib#421
Checklist before requesting a review
I have performed a self-review of my code
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI Tests succeed and look good!