-
Notifications
You must be signed in to change notification settings - Fork 26
Use additional metadata #59
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
Use additional metadata #59
Conversation
@christopher-mohr , you should update the changelog, but otherwise it looks good to me 👍 |
Hi @christopher-mohr , yes we could add the extra info that you mention. Things like AF would be annotated in that field right? That might be useful for the report and some customers were asking for it |
Exactly, if The question is if we should make it optional (via parameter) since this might result in a result file with many columns. |
However you think is reasonable would be fine I guess. To be fair as part of a table I usually do not mind if there is too much information and will use only the fields that I need. But if you think it might be confusing, then it can be controlled by a param. |
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 to me too! As Gisela said, an update to the CHANGELOG would be good though.
Regarding the metadata and the prediction report, I wouldn't think it is really necessary, unless you were thinking of a concrete use case.
Do you mean a concrete use case for the parameter to enable/disable metadata or the additional metadata in general? |
I was referring to your comment Regarding the output of the metadata to the actual results, a parameter might be useful (but it would be also fine without). |
Ah, I see. This was basically just a placeholder for now. The data given by |
This should add functionality to add metadata provided with variants dynamically without being limited to a set of (hardcoded) metadata fields. Which information from VCF files should we store and write to the results table? Currently, the information from the
INFO
column is used but we could additionally store the genotype-specific information, e.g. in the following line that would be the information given forNORMAL
andTUMOR
.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