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

adapter tutorials to new framework #357

Merged
merged 4 commits into from
Nov 23, 2024
Merged

adapter tutorials to new framework #357

merged 4 commits into from
Nov 23, 2024

Conversation

lisa-sousa
Copy link
Collaborator

PR Checklist

  • Documentation in docs is updated

Description of changes

Changed and adapted the end to end selection tutorials to the oligo designer tool suite API. Updated dependency description and added examples for config files.

Technical details

New API is significantly faster and requires significantly less memory. The memory consumption is now limited by a maximum number of entries that is loaded into ram. The db_max_memory defines how many entries are loaded and has to be at least 2*n_job+1 to run without errors. db_max_memory is set internally in the pipeline to the value describes above. If the memory consumption is too high because too many entries are loaded into ram the performance of the program will be significantly decreased and hence its adviced to decrease the number of jobs n_jobs. For a laptop with 8cores and 16GB RAM and values of n_jobs=4 is a good value.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

Hi @lisa-sousa,

It looks like this pull-request is has been made against the theislab/spapros master or main branch.
The master/main branch should always contain code from the latest release.
Because of this, PRs to master/main are only allowed if they come from any theislab/spapros release or patch branch.

You do not need to close this PR, you can change the target branch to development by clicking the "Edit" button at the top of this page.

Thanks again for your contribution!

@lisa-sousa lisa-sousa changed the base branch from main to development October 28, 2024 10:24
@github-actions github-actions bot added the chore label Nov 23, 2024
@LouisK92 LouisK92 changed the base branch from development to main November 23, 2024 16:17
@LouisK92 LouisK92 merged commit 1ec08e6 into main Nov 23, 2024
5 of 34 checks passed
@LouisK92 LouisK92 deleted the scrinshot_probe_designer branch November 23, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants