-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update docs for parallel repeat file structure #1092
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1092 +/- ##
==========================================
- Coverage 94.62% 92.90% -1.73%
==========================================
Files 136 136
Lines 10087 10087
==========================================
- Hits 9545 9371 -174
- Misses 542 716 +174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks for writing this up! Looks great, just a couple of edits.
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.
Only had a brief look but aside from the one typo and @atravitz's suggestions, this looks good to me thanks!
|
||
Serial execution of multiple repeats of a transformation can be inefficient when working with a HPC, in this case higher | ||
throughput can be achieved by running one repeat per HPC job allowing for parallel execution. Most protocols are setup to | ||
run ``three repeats in seral`` by default, however, this can be changed either via the protocol setting ``protocol_repeats``, see the |
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.
run ``three repeats in seral`` by default, however, this can be changed either via the protocol setting ``protocol_repeats``, see the | |
run ``three repeats in serial`` by default, however, this can be changed either via the protocol setting ``protocol_repeats``, see the |
Co-authored-by: Alyssa Travitz <[email protected]>
Co-authored-by: Alyssa Travitz <[email protected]>
Co-authored-by: Alyssa Travitz <[email protected]>
No API break detected ✅ |
Fixes #1063 by adding more docs on setting up the parallel execution file structure, and how to gather the results.
Checklist
news
entryDevelopers certificate of origin