You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of bug:
RSeqC junction saturation section has an interactive onclick functionality - but it is incompatible with the MultiQC toolbox:
renaming samples renames them in the overview only - in the onclick they are not renamed
when toolbox operation is applied while "side-by-side" view is active, overview gets redrawn but "side-by-side" stays there
same applies for highlight/hide
please checkout this gif for clarification:
in this gif I check out untouched overview first, check unperturbed side-by-side, and after that try to apply some renaming and also clear the renaming while side-by-side is open
MultiQC Error log:
does not apply - I guess as it is just the interactive javascript issue
File that triggers the error:
I use test data for RSeqC: MultiQC_TestData/data/modules/rseqc
MultiQC run details (please complete the following):
Command used to run MultiQC: multiqc --module rseqc --outdir ./ ./MultiQC_TestData/data/modules/rseqc
MultiQC Version: v1.9.dev0 (2e16d7e) [latest from master]
Operating System: Ubuntu 18.04.1
Python Version: Python 3.7.2
Method of MultiQC installation: pip
Additional context
First of, thank you for developing MultiQC - it is a really great tool/platform ! great docs !
I'm actually trying to develop a new module - and I was going to copy/paste some of that JavaScript stuff from RSeqC for my module (e.g. http://ummsres37.ad.umassmed.edu:8080/trash/multiqc_report.html#scalings-plots) - doing this I discovered reported misbehavior.
I'm going to PR a fix for this minor RSeqC issue, and see how my JavaScript understanding aligns with "reality"
The text was updated successfully, but these errors were encountered:
Description of bug:
RSeqC junction saturation section has an interactive
onclick
functionality - but it is incompatible with the MultiQC toolbox:renaming samples
renames them in the overview only - in theonclick
they are not renamedplease checkout this gif for clarification:
in this gif I check out untouched overview first, check unperturbed side-by-side, and after that try to apply some renaming and also clear the renaming while side-by-side is open
MultiQC Error log:
does not apply - I guess as it is just the interactive javascript issue
File that triggers the error:
I use test data for RSeqC:
MultiQC_TestData/data/modules/rseqc
MultiQC run details (please complete the following):
multiqc --module rseqc --outdir ./ ./MultiQC_TestData/data/modules/rseqc
master
]Additional context
First of, thank you for developing MultiQC - it is a really great tool/platform ! great docs !
I'm actually trying to develop a new module - and I was going to copy/paste some of that JavaScript stuff from RSeqC for my module (e.g. http://ummsres37.ad.umassmed.edu:8080/trash/multiqc_report.html#scalings-plots) - doing this I discovered reported misbehavior.
I'm going to PR a fix for this minor RSeqC issue, and see how my JavaScript understanding aligns with "reality"
The text was updated successfully, but these errors were encountered: