Skip to content

Fix pVACview aggregate report header tooltips - #1463

Open
susannasiebert wants to merge 1 commit into
hotfixfrom
pvacview_bugfix
Open

Fix pVACview aggregate report header tooltips#1463
susannasiebert wants to merge 1 commit into
hotfixfrom
pvacview_bugfix

Conversation

@susannasiebert

Copy link
Copy Markdown
Contributor

After the changes made in v7.x to the aggregated report, we never updates the header tooltips when displaying this file in pVACview. This PR fixes that. It also fixes a few existing tooltips to better describe the contents of the column.

@tmooney tmooney left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, I'm trusting that these are now the correct columns 🙂

" 'IC50 WT - IC50 binding affinity of the corresponding wildtype epitope.',",
paste(" '%ile MT - ", score_mode, "binding affinity percentile rank of the best-binding mutant epitope across all prediction algorithms used (those that provide percentile output).', "),
" '%ile WT - Binding affinity percentile rank of the corresponding wildtype epitope across all prediction algorithms used (those that provide percentile output).', ",
paste(" 'IC50 MT - ", score_mode, "IC50 binding affinity of the Best Peptide across all binding affinity prediction algorithms used.', "),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like these paste lines have a different number of leading spaces from the literal strings in this list. Is this intentional?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this change locally and it runs without issue so I don't think the number of spaces matters. I believe this is mainly done for human readability (I didn't write this originally so I'm not sure). I think the original intend was to maybe align all array entries with the first entry on line 14 but that no longer seems to be the case either way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants