-
Notifications
You must be signed in to change notification settings - Fork 26
Add functionality to write fasta with protein sequences #57
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
Add functionality to write fasta with protein sequences #57
Conversation
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.
Hi, great that you added this! It is addressing #9 (not #33, although both dealing with FASTAs). I added a few comments.
Could you additionally add a description to the docs/output.md
?
And if I see it right, this option only works (and makes sense) with variants as input, i.e. not with --peptides
or --proteins
. Maybe it would be useful to check at the beginning of the pipline if the parameter combination is valid and throw an error if not. Also this could be mentioned in the help/schema description of this parameter.
Thanks for the review @skrakau! Hope you're happy with the changes :) |
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.
Looks good, just one tiny detail is still missing ;)
The last commit includes more changes than initially planned ;):
|
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.
Looks good! :)
Just one remaining inconsistency in the notation of output files.
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 @christopher-mohr
Thank you @skrakau ! |
Add functionality to write out a FASTA file with protein sequences as mentioned in #9
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/epitopeprediction/tree/master/.github/CONTRIBUTING.md