eastgenomics / trendyQC

Django app for monitoring trends in MultiQC data
MIT License
0 stars 0 forks source link

In 644 fix plotting following lane changes #93

Closed Yu-jinKim closed 2 weeks ago

Yu-jinKim commented 1 month ago

Closes #92 Closes #94

Backend

image

image


This change is Reviewable

pep8speaks commented 1 month ago

Hello @Yu-jinKim! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 187:80: E501 line too long (83 > 79 characters) Line 194:80: E501 line too long (81 > 79 characters) Line 311:80: E501 line too long (155 > 79 characters) Line 313:80: E501 line too long (155 > 79 characters) Line 314:80: E501 line too long (155 > 79 characters) Line 315:80: E501 line too long (155 > 79 characters) Line 316:80: E501 line too long (155 > 79 characters) Line 440:80: E501 line too long (87 > 79 characters)

Line 320:80: E501 line too long (84 > 79 characters)

Comment last updated at 2024-06-17 15:31:41 UTC
Yu-jinKim commented 2 weeks ago

Coloring by group (assay sequencer id) image

Yu-jinKim commented 2 weeks ago

Coloring by sequencer id image

Yu-jinKim commented 2 weeks ago

Grouping by assay image

Yu-jinKim commented 2 weeks ago

Couldn't actually trigger the error message because i can cover all possible groups with the amount of colors i have right now. Will check when i do the unittesting