FelixBaensch / MORTAR

MOlecule fRagmenTAtion fRamework
MIT License
18 stars 3 forks source link

Integration fingerprints and clustering #19

Open JonasSchaub opened 8 months ago

JonasSchaub commented 8 months ago

Work in progress!

sonarcloud[bot] commented 8 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug E 3 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 183 Code Smells

No Coverage information No Coverage information
9.9% 9.9% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

JonasSchaub commented 8 months ago

Bug: Fingerprint dimensionality 0 can be set ATM but this needs to be prohibited.

JonasSchaub commented 8 months ago

TODO: setting to choose molecule or fragment frequency for choosing the most frequent fragments for fingerprint is available in GUI but has no working functionality behind it yet.

JonasSchaub commented 8 months ago

Bug: Labelling of vigilance parameter buttons, mistake in "k-assignment"

JonasSchaub commented 8 months ago

TODO: Tidy up clustering view controller

JonasSchaub commented 8 months ago

TODO: overview view needs to be taken as module, not copied code. Some functionality has been turned off here, though.

JonasSchaub commented 8 months ago

TODO: overview view needs to be taken as module, not copied code. Some functionality has been turned off here, though.

e.g. the jumping

JonasSchaub commented 8 months ago

TODO: Can histogram be made into a module that is reused instead of copying code?

JonasSchaub commented 8 months ago

TODO: apply spotless for (hopefully) successful Gradle build

JonasSchaub commented 8 months ago

TODO: Look at SonarCloud quality gate failures (bugs, code duplications)

JonasSchaub commented 5 months ago

add default button to histogram view and its other usages within MORTAR.

FelixBaensch commented 4 months ago

Note: this PR points to main branch

JonasSchaub commented 4 months ago

Note: this PR points to main branch

Updated to production. I will deal with the conflicts when mergeing production into this branch before continuing the work here.

JonasSchaub commented 3 months ago

there is an "unnecessary" scroll bar at the bottom of the histogram view.