-
Notifications
You must be signed in to change notification settings - Fork 24
Merge Template 3.2.1 #282
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
Merge Template 3.2.1 #282
Conversation
|
… ci tests. mhcflurry fetches models from server, and if multiple tests spawn in parallel, the server doesn't respond anymore
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.
LGTM!
@@ -22,7 +22,7 @@ params { | |||
genome_reference = 'grch37' | |||
|
|||
// Options: Predictions | |||
tools = 'mhcflurry' | |||
tools = 'mhcnuggets' |
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.
Isnt that a change of the default prediction tool? Seems a pretty impactful change, maybe that could be mentioned in the CHANGELOG & documentation? (Well, just saw its aiming at 3.x instead of 2.x, so that might cover it partially)
Thanks! |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).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).