-
Notifications
You must be signed in to change notification settings - Fork 6
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
Maximum number of prediction jobs #116
Conversation
|
@skrakau I added your code review comments, but now I needed to implement another check for the parameter I originally wanted to add this check within the Nextflow logic e.g. utils subworkflow and general test before any task is executed but as the alleles may not be unique between rows and multiple alleles can be assigned per row I needed to use the If you have suggestions to handle this error differently please let me know! Otherwise this PR is ready for review! 👍 |
Would it somehow be possible to avoid writing another file within |
Absolutely true and way cleaner than my solution! I adjusted it to use the already existing |
fc52d45
to
f5cecb9
Compare
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, looks good! :)
I added a dynamic increase of the chunk sizes to set a limit to the generated
PREDICT_EPITOPES
processes. The default value formaximum_process_num
is 1000, which is adjusted to the CFC2.0 HPC Cluster of Tübingen.PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).