-
Notifications
You must be signed in to change notification settings - Fork 3
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
First small bug fixes #1
base: master
Are you sure you want to change the base?
Commits on Mar 30, 2021
-
michaelwenk committed
Mar 30, 2021 Configuration menu - View commit details
-
Copy full SHA for b3badc3 - Browse repository at this point
Copy the full SHA b3badc3View commit details
Commits on Apr 1, 2021
-
assignments can now hold more than only one single assignment index (…
…equivalences); small optimisations
michaelwenk committedApr 1, 2021 Configuration menu - View commit details
-
Copy full SHA for a7ed157 - Browse repository at this point
Copy the full SHA a7ed157View commit details -
disabled SHIH in PyLSDInputFileBuilder.java
michaelwenk committedApr 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 6f531ff - Browse repository at this point
Copy the full SHA 6f531ffView commit details -
michaelwenk committed
Apr 1, 2021 Configuration menu - View commit details
-
Copy full SHA for da49058 - Browse repository at this point
Copy the full SHA da49058View commit details -
Match: when checkEquivalencesCount is set to true then check for equa…
…l number instead of less or equal
michaelwenk committedApr 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 93861d0 - Browse repository at this point
Copy the full SHA 93861d0View commit details -
fix: an error when passing conditions
michaelwenk committedApr 1, 2021 Configuration menu - View commit details
-
Copy full SHA for e731835 - Browse repository at this point
Copy the full SHA e731835View commit details
Commits on Apr 4, 2021
-
feat: changed "mf" to "mfOriginal" and added alphabetic sorted mf as …
…"mf"
michaelwenk committedApr 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 716dcff - Browse repository at this point
Copy the full SHA 716dcffView commit details -
moved try and catch around Tanimoto coefficient calculation
michaelwenk committedApr 4, 2021 Configuration menu - View commit details
-
Copy full SHA for bde083d - Browse repository at this point
Copy the full SHA bde083dView commit details
Commits on Apr 7, 2021
-
feat: multiplicity check when adding a signal to a spectrum
michaelwenk committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 6b1b4ec - Browse repository at this point
Copy the full SHA 6b1b4ecView commit details -
fix: multiplicity check when searching for equivalence signals; use m…
…edian for predicted shift calculation instead of mean
michaelwenk committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 3545940 - Browse repository at this point
Copy the full SHA 3545940View commit details -
fix: added missing multiplicity check when searching for equivalence …
…signals
michaelwenk committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 519bb94 - Browse repository at this point
Copy the full SHA 519bb94View commit details -
feat: added PyLSD ELIM P1 and P2 parameters
michaelwenk committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 2cbcec5 - Browse repository at this point
Copy the full SHA 2cbcec5View commit details -
feat: added useElim parameter and changed filter paths to array
michaelwenk committedApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for b5d758a - Browse repository at this point
Copy the full SHA b5d758aView commit details
Commits on Apr 8, 2021
-
feat: added atom type check when parsing ranked SDF by PyLSD
michaelwenk committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 090cc43 - Browse repository at this point
Copy the full SHA 090cc43View commit details -
feat: re-added SHIH in PyLSD input file
michaelwenk committedApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for bf82a1a - Browse repository at this point
Copy the full SHA bf82a1aView commit details
Commits on Apr 9, 2021
-
feat: added PyLSD HMBC P3, HMBC P4, COSY P3 and COSY P4 parameters
michaelwenk committedApr 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 82c8f19 - Browse repository at this point
Copy the full SHA 82c8f19View commit details
Commits on Apr 10, 2021
-
chore: replace default constructors, setters and getters by lombok an…
…notations
michaelwenk committedApr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for bd3818f - Browse repository at this point
Copy the full SHA bd3818fView commit details -
chore: replace default constructors, setters and getters by lombok an…
…notations (2)
michaelwenk committedApr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for d041935 - Browse repository at this point
Copy the full SHA d041935View commit details -
feat: added allowLowerEquivalencesCount to spectra matching
michaelwenk committedApr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 17d1ca9 - Browse repository at this point
Copy the full SHA 17d1ca9View commit details -
feat: added setSignal method to Spectrum
michaelwenk committedApr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 6bb4077 - Browse repository at this point
Copy the full SHA 6bb4077View commit details -
fix: add equivalences count of newly added signal instead of one only
michaelwenk committedApr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for f2711a3 - Browse repository at this point
Copy the full SHA f2711a3View commit details -
feat: added addAssignment method to Assignment
michaelwenk committedApr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for df12f85 - Browse repository at this point
Copy the full SHA df12f85View commit details -
fix: too high index when checking the dimension
michaelwenk committedApr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 561c0df - Browse repository at this point
Copy the full SHA 561c0dfView commit details
Commits on Apr 13, 2021
-
fix: init non-empty arrays for equivalences
michaelwenk committedApr 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 61b9d3b - Browse repository at this point
Copy the full SHA 61b9d3bView commit details
Commits on Apr 19, 2021
-
fix: use own deep clone method Assignment
michaelwenk committedApr 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 14c9469 - Browse repository at this point
Copy the full SHA 14c9469View commit details
Commits on Apr 23, 2021
-
fix: extended hetero atom list in aromatic cycles in isValidBondAddition
michaelwenk committedApr 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 3be9b47 - Browse repository at this point
Copy the full SHA 3be9b47View commit details -
chore: added UTF-8 encoding and updated two dependencies
michaelwenk committedApr 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 287baf4 - Browse repository at this point
Copy the full SHA 287baf4View commit details -
fix: switched from SmiFlavor.Absolute to SmiFlavor.Unique
michaelwenk committedApr 23, 2021 Configuration menu - View commit details
-
Copy full SHA for ec921de - Browse repository at this point
Copy the full SHA ec921deView commit details
Commits on Apr 24, 2021
-
fix: buildFilters expects direct paths to filters
michaelwenk committedApr 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 63ef95d - Browse repository at this point
Copy the full SHA 63ef95dView commit details
Commits on Apr 25, 2021
-
feat: added parseRankedResultSDFile methods
michaelwenk committedApr 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 5434788 - Browse repository at this point
Copy the full SHA 5434788View commit details
Commits on Apr 29, 2021
-
feat: integration of HOSECodeBuilder project
michaelwenk committedApr 29, 2021 Configuration menu - View commit details
-
Copy full SHA for acc54ba - Browse repository at this point
Copy the full SHA acc54baView commit details -
michaelwenk committed
Apr 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 54afba9 - Browse repository at this point
Copy the full SHA 54afba9View commit details
Commits on May 5, 2021
-
michaelwenk committed
May 5, 2021 Configuration menu - View commit details
-
Copy full SHA for bcc849e - Browse repository at this point
Copy the full SHA bcc849eView commit details
Commits on May 10, 2021
-
fix: wrong order if allowLowerEquivalencesCount is checked
michaelwenk committedMay 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b57ef0 - Browse repository at this point
Copy the full SHA 9b57ef0View commit details
Commits on Jun 4, 2021
-
feat: added method to remove a node from connection tree
michaelwenk committedJun 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 0327450 - Browse repository at this point
Copy the full SHA 0327450View commit details -
fix: parse multiplicities with toLowerCase
michaelwenk committedJun 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 3f174f7 - Browse repository at this point
Copy the full SHA 3f174f7View commit details -
feat: added H to HOSE code node weight
michaelwenk committedJun 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 881fad3 - Browse repository at this point
Copy the full SHA 881fad3View commit details -
feat: added methods to add and convert implicit to explicit hydrogens…
… and to calculate the RMS value
michaelwenk committedJun 4, 2021 Configuration menu - View commit details
-
Copy full SHA for b3a0a6a - Browse repository at this point
Copy the full SHA b3a0a6aView commit details -
fix: take implicit hydrogens into account when building root sphere
michaelwenk committedJun 4, 2021 Configuration menu - View commit details
-
Copy full SHA for af7a27e - Browse repository at this point
Copy the full SHA af7a27eView commit details -
feat: added method to build HOSE code statistics
michaelwenk committedJun 4, 2021 Configuration menu - View commit details
-
Copy full SHA for aa194fa - Browse repository at this point
Copy the full SHA aa194faView commit details
Commits on Jun 5, 2021
-
feat: added ExtendedHOSEGenerator
michaelwenk committedJun 5, 2021 Configuration menu - View commit details
-
Copy full SHA for ad3c42f - Browse repository at this point
Copy the full SHA ad3c42fView commit details -
feat: added Utils class for DB services
michaelwenk committedJun 5, 2021 Configuration menu - View commit details
-
Copy full SHA for ec2d00c - Browse repository at this point
Copy the full SHA ec2d00cView commit details -
feat: added COCONUT data set import
michaelwenk committedJun 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 76e24db - Browse repository at this point
Copy the full SHA 76e24dbView commit details
Commits on Jun 6, 2021
-
chore: update of toString method
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 82c0f99 - Browse repository at this point
Copy the full SHA 82c0f99View commit details -
chore: update of toString method
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for aa7ff8a - Browse repository at this point
Copy the full SHA aa7ff8aView commit details -
fix: improvement in multiplicity picking
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 337fc52 - Browse repository at this point
Copy the full SHA 337fc52View commit details -
fix: return lower case multiplicity string
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for e5794d1 - Browse repository at this point
Copy the full SHA e5794d1View commit details -
fix: wrong explicit H removals; optional second sprectrum property st…
…ring
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 46aa804 - Browse repository at this point
Copy the full SHA 46aa804View commit details -
feat: added HOSECodeShiftStatistics
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for e2185a6 - Browse repository at this point
Copy the full SHA e2185a6View commit details -
chore: added GSON and BSON as dependencies
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 14c5f0b - Browse repository at this point
Copy the full SHA 14c5f0bView commit details -
michaelwenk committed
Jun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for ef42758 - Browse repository at this point
Copy the full SHA ef42758View commit details -
feat: added method for simple signal addition
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 7022ed9 - Browse repository at this point
Copy the full SHA 7022ed9View commit details -
fix: restore to previous multiplicity picking
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for b0ad16a - Browse repository at this point
Copy the full SHA b0ad16aView commit details -
fix: multiple multiplicity filter when adding a signal
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 7188b4e - Browse repository at this point
Copy the full SHA 7188b4eView commit details -
fix: set node weight for explicit H to 0
michaelwenk committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 8da8922 - Browse repository at this point
Copy the full SHA 8da8922View commit details
Commits on Jun 7, 2021
-
fix: crash when adding assignments in higher dimension
michaelwenk committedJun 7, 2021 Configuration menu - View commit details
-
Copy full SHA for ecd4c08 - Browse repository at this point
Copy the full SHA ecd4c08View commit details
Commits on Jun 8, 2021
-
feat: addSignal now returns the index of added signal and enables pic…
…k precision for each dimension
michaelwenk committedJun 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 7f3abee - Browse repository at this point
Copy the full SHA 7f3abeeView commit details -
michaelwenk committed
Jun 8, 2021 Configuration menu - View commit details
-
Copy full SHA for c40b943 - Browse repository at this point
Copy the full SHA c40b943View commit details -
feat: integration of 1D and 2D spectrum prediction based on HOSE code…
… (no diastereotopic distinctions for now)
michaelwenk committedJun 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 51e35d1 - Browse repository at this point
Copy the full SHA 51e35d1View commit details -
michaelwenk committed
Jun 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a89327c - Browse repository at this point
Copy the full SHA a89327cView commit details
Commits on Jun 10, 2021
-
feat: specified HSQC und edited HSQC methods
michaelwenk committedJun 10, 2021 Configuration menu - View commit details
-
Copy full SHA for bba7784 - Browse repository at this point
Copy the full SHA bba7784View commit details
Commits on Jun 15, 2021
-
feat: new fragmentation functionality and movement of connection tree…
… (node) model classes
michaelwenk committedJun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for fefb9ef - Browse repository at this point
Copy the full SHA fefb9efView commit details -
feat: added getUnsaturatedAtomIndices method
michaelwenk committedJun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for f153caf - Browse repository at this point
Copy the full SHA f153cafView commit details -
feat: added a wrapper method to build a fragment
michaelwenk committedJun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 9fbcbf1 - Browse repository at this point
Copy the full SHA 9fbcbf1View commit details
Commits on Jun 16, 2021
-
feat: added isPseudoNode property to ConnectionTreeNode
michaelwenk committedJun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for f67787c - Browse repository at this point
Copy the full SHA f67787cView commit details -
fix: bugfixes and improvements when building fragments
michaelwenk committedJun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 62a1e3a - Browse repository at this point
Copy the full SHA 62a1e3aView commit details -
fix: fixed an issue when closing rings
michaelwenk committedJun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 3c171d0 - Browse repository at this point
Copy the full SHA 3c171d0View commit details
Commits on Jun 18, 2021
-
feat: added toString method to ConnectionTreeNode and enabled to set …
…parent node and bond to parent node
michaelwenk committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 0e74ce2 - Browse repository at this point
Copy the full SHA 0e74ce2View commit details -
feat: added addSubtree method to ConnectionTree class
michaelwenk committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for ad054e2 - Browse repository at this point
Copy the full SHA ad054e2View commit details -
feat: improvement of fragmentation by ring extension via a given maxS…
…phereRing and bugfixes
michaelwenk committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 8fc8044 - Browse repository at this point
Copy the full SHA 8fc8044View commit details
Commits on Jun 19, 2021
-
feat: added method for checking equivalences
michaelwenk committedJun 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 34ee705 - Browse repository at this point
Copy the full SHA 34ee705View commit details -
feat: added methods for building fragment trees and fragment datasets
michaelwenk committedJun 19, 2021 Configuration menu - View commit details
-
Copy full SHA for e3f6f76 - Browse repository at this point
Copy the full SHA e3f6f76View commit details
Commits on Jun 20, 2021
-
fix: fixed invalid atom index usage
michaelwenk committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for b19035c - Browse repository at this point
Copy the full SHA b19035cView commit details -
fix: ensure pseudo atom when converting ExtendedConnectionMatrix to I…
…AtomContainer
michaelwenk committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 6f682a3 - Browse repository at this point
Copy the full SHA 6f682a3View commit details -
feat: addition and usage of method for removing identical fragment trees
michaelwenk committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for d45b897 - Browse repository at this point
Copy the full SHA d45b897View commit details
Commits on Jun 21, 2021
-
feat: consider fused ring systems in fragmentation too
michaelwenk committedJun 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 31c5c8b - Browse repository at this point
Copy the full SHA 31c5c8bView commit details -
feat: implemented separated method buildRingFragmentTrees and method …
…descriptions were added
michaelwenk committedJun 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 97311d1 - Browse repository at this point
Copy the full SHA 97311d1View commit details
Commits on Jun 23, 2021
-
feat: added closeRings for IAtomContainer as input too
michaelwenk committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for b01d927 - Browse repository at this point
Copy the full SHA b01d927View commit details -
feat: added initKeySet method to ConnectionTree
michaelwenk committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d0652b - Browse repository at this point
Copy the full SHA 0d0652bView commit details -
chore: moved additional methods to FragmentationUtils
michaelwenk committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 03f4d2f - Browse repository at this point
Copy the full SHA 03f4d2fView commit details -
chore: moved attachPseudoAtoms and addPseudoNode to FragmentationUtils
michaelwenk committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 1d7269f - Browse repository at this point
Copy the full SHA 1d7269fView commit details
Commits on Jun 27, 2021
-
fix: getIndex method in Assignment did not return all indices
michaelwenk committedJun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 36781bc - Browse repository at this point
Copy the full SHA 36781bcView commit details -
fix: thrown exception if both multiplicities are null while checking …
…them
michaelwenk committedJun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 47b9fad - Browse repository at this point
Copy the full SHA 47b9fadView commit details -
fix: parse empty multiplicity as null
michaelwenk committedJun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 7f521ed - Browse repository at this point
Copy the full SHA 7f521edView commit details -
feat: added methods for MF comparisons and allow different aromaticit…
…y models
michaelwenk committedJun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 43a23aa - Browse repository at this point
Copy the full SHA 43a23aaView commit details -
feat: added ErtlFunctionalGroup class containing helper methods regar…
…ding ErtlFunctionalGroupsFinder
michaelwenk committedJun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for c3df5ba - Browse repository at this point
Copy the full SHA c3df5baView commit details -
Michael Wenk authored
Jun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 9565873 - Browse repository at this point
Copy the full SHA 9565873View commit details -
Michael Wenk authored
Jun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 5e225d5 - Browse repository at this point
Copy the full SHA 5e225d5View commit details -
Michael Wenk authored
Jun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 184c760 - Browse repository at this point
Copy the full SHA 184c760View commit details -
Merge branch 'master' into add-fragmentation
michaelwenk committedJun 27, 2021 Configuration menu - View commit details
-
Copy full SHA for ec7d2c6 - Browse repository at this point
Copy the full SHA ec7d2c6View commit details
Commits on Jun 28, 2021
-
fix: adaption to changes of getIndices() in Assignment
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for f64bf37 - Browse repository at this point
Copy the full SHA f64bf37View commit details -
Michael Wenk authored
Jun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 287e84c - Browse repository at this point
Copy the full SHA 287e84cView commit details -
Michael Wenk authored
Jun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 4a37bdd - Browse repository at this point
Copy the full SHA 4a37bddView commit details -
Merge branch 'master' into add-fragmentation
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 24a6eba - Browse repository at this point
Copy the full SHA 24a6ebaView commit details -
feat: pasted ErtlFunctionalGroupsFinder class
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 95a8c77 - Browse repository at this point
Copy the full SHA 95a8c77View commit details -
feat: store RMSD and average deviation in sub-datasets via findMatche…
…s method
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for ffa81d8 - Browse repository at this point
Copy the full SHA ffa81d8View commit details -
chore: removed unused MongoDB class
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 3dd950c - Browse repository at this point
Copy the full SHA 3dd950cView commit details -
chore: moved methods from old Utils class to new Statistics and Utils…
… class
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 0c5a1bd - Browse repository at this point
Copy the full SHA 0c5a1bdView commit details -
chore: moved calculation methods for RMSD and average deviation to St…
…atistics class
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for a555a9d - Browse repository at this point
Copy the full SHA a555a9dView commit details -
chore: moved "fragmentation" into new "fragments" package; moved gene…
…ral utility methods for fragments to new FragmentUtilities class
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 6bb045a - Browse repository at this point
Copy the full SHA 6bb045aView commit details -
chore: put classes from "utils" package to separate packages
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 2cf185d - Browse repository at this point
Copy the full SHA 2cf185dView commit details -
feat: extended findMatches in FragmentUtilities by goodlist and badlist
michaelwenk committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 65de333 - Browse repository at this point
Copy the full SHA 65de333View commit details
Commits on Jun 30, 2021
-
fix: allow unsaturated fragments only
michaelwenk committedJun 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 2506cf4 - Browse repository at this point
Copy the full SHA 2506cf4View commit details -
feat: added general getDeviation method and possibility to use previo…
…us assignments
michaelwenk committedJun 30, 2021 Configuration menu - View commit details
-
Copy full SHA for adc838a - Browse repository at this point
Copy the full SHA adc838aView commit details -
chore: added notice to BFS method (book by Elyashberg, Williams and B…
…linov)
michaelwenk committedJun 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 17b9b08 - Browse repository at this point
Copy the full SHA 17b9b08View commit details -
Merge pull request #1 from michaelwenk/add-fragmentation
feat: add fragmentation and functional groups
Michael Wenk authoredJun 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 69b1635 - Browse repository at this point
Copy the full SHA 69b1635View commit details
Commits on Jul 6, 2021
-
feat: introduction of maximum average deviation for dereplication and…
… elucidation
michaelwenk committedJul 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 42722b0 - Browse repository at this point
Copy the full SHA 42722b0View commit details
Commits on Jul 13, 2021
-
feat: added usePrediction to ElucidationOptions
michaelwenk committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 866ccf4 - Browse repository at this point
Copy the full SHA 866ccf4View commit details -
chore: improvement of outlier detection and removal methods
michaelwenk committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for d9c1a6d - Browse repository at this point
Copy the full SHA d9c1a6dView commit details -
feat: added general SDF parser
michaelwenk committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d4a7f1 - Browse repository at this point
Copy the full SHA 3d4a7f1View commit details -
chore: switched solvent and nucleus parameter
michaelwenk committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for abddd24 - Browse repository at this point
Copy the full SHA abddd24View commit details -
feat: added withExplicitH parameter to HOSE code statistic collection…
… and usage of outlier removal
michaelwenk committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for cd4df4d - Browse repository at this point
Copy the full SHA cd4df4dView commit details
Commits on Jul 20, 2021
-
feat: added default values for fluorine
michaelwenk committedJul 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 0f2b27f - Browse repository at this point
Copy the full SHA 0f2b27fView commit details -
fix: wrong number of proton equivalences, i.e. in case of CH3 groups
michaelwenk committedJul 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 01a681c - Browse repository at this point
Copy the full SHA 01a681cView commit details
Commits on Jul 21, 2021
-
feat: added methods for files cleanup and SMILES file parsing
michaelwenk committedJul 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 7638f88 - Browse repository at this point
Copy the full SHA 7638f88View commit details -
chore: marked RankedResultSDFParser.java as deprecated
michaelwenk committedJul 21, 2021 Configuration menu - View commit details
-
Copy full SHA for eb12c6a - Browse repository at this point
Copy the full SHA eb12c6aView commit details
Commits on Jul 29, 2021
-
feat: added a method to build HOSE codes statistics by list of datasets
michaelwenk committedJul 29, 2021 Configuration menu - View commit details
-
Copy full SHA for abfa9ca - Browse repository at this point
Copy the full SHA abfa9caView commit details -
feat: set the multiplicity of carbon atoms when predicting spectra
michaelwenk committedJul 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 0bfc272 - Browse repository at this point
Copy the full SHA 0bfc272View commit details -
chore: improvements in MultiplicitySectionsBuilder
michaelwenk committedJul 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 7190371 - Browse repository at this point
Copy the full SHA 7190371View commit details -
chore: added dimension of spectrum
michaelwenk committedJul 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 9d00efd - Browse repository at this point
Copy the full SHA 9d00efdView commit details -
feat: added method to calculate the Tanimoto coefficient between two …
…spectra
michaelwenk committedJul 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 5da296d - Browse repository at this point
Copy the full SHA 5da296dView commit details
Commits on Aug 6, 2021
-
feat: improvement of matching between two spectra by using minimal di…
…stances
michaelwenk committedAug 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 743d5b0 - Browse repository at this point
Copy the full SHA 743d5b0View commit details
Commits on Aug 10, 2021
-
fix: insert missing equivalences in matchSpectra & small optimisations
michaelwenk committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for cc41b55 - Browse repository at this point
Copy the full SHA cc41b55View commit details -
feat: added public method to calculate the steps & small optimisations
michaelwenk committedAug 10, 2021 Configuration menu - View commit details
-
Copy full SHA for c3a77d8 - Browse repository at this point
Copy the full SHA c3a77d8View commit details
Commits on Aug 16, 2021
-
chore: optimisation of toString method in Assignment
michaelwenk committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for fe85d82 - Browse repository at this point
Copy the full SHA fe85d82View commit details -
fix: initialise meta map when adding an info in DataSet
michaelwenk committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for bdd0053 - Browse repository at this point
Copy the full SHA bdd0053View commit details -
fix: use case insensitive comparison of multiplicities
michaelwenk committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for ebd336e - Browse repository at this point
Copy the full SHA ebd336eView commit details -
feat: added atomContainerToDataSet method to Utils
michaelwenk committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for d996b77 - Browse repository at this point
Copy the full SHA d996b77View commit details -
feat: added methods to parse SMILES from file in Parser
michaelwenk committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for f89a92c - Browse repository at this point
Copy the full SHA f89a92cView commit details -
feat: added optional hybridizations to check when searching for goodl…
…ist and badlist elements; added matchAssignment to meta info
michaelwenk committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 04a3969 - Browse repository at this point
Copy the full SHA 04a3969View commit details -
feat: added ConnectivityStatistics class
michaelwenk committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for cc5505d - Browse repository at this point
Copy the full SHA cc5505dView commit details
Commits on Aug 18, 2021
-
chore: use Utils.atomContainerToDataSet() in COCONUT.java
michaelwenk committedAug 18, 2021 Configuration menu - View commit details
-
Copy full SHA for ef293a3 - Browse repository at this point
Copy the full SHA ef293a3View commit details -
chore: receive general dataSet list when collecting functional groups…
… (instead of path to NMRShiftDB)
michaelwenk committedAug 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 8a1fe38 - Browse repository at this point
Copy the full SHA 8a1fe38View commit details -
chore: simplification and renaming of ExtendedConnectionMatrix into E…
…xtendedAdjacencyList
michaelwenk committedAug 18, 2021 Configuration menu - View commit details
-
Copy full SHA for b9cfc9f - Browse repository at this point
Copy the full SHA b9cfc9fView commit details
Commits on Aug 19, 2021
-
chore: optimisation of ExtendedAdjacencyList
michaelwenk committedAug 19, 2021 Configuration menu - View commit details
-
Copy full SHA for e03a404 - Browse repository at this point
Copy the full SHA e03a404View commit details -
fix: check for null value of hybridisation state
michaelwenk committedAug 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 9eecafe - Browse repository at this point
Copy the full SHA 9eecafeView commit details
Commits on Aug 22, 2021
-
fix: renaming to atomCount and bondCount to avoid storage in JSON format
michaelwenk committedAug 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 856fe5a - Browse repository at this point
Copy the full SHA 856fe5aView commit details -
chore: optimisations on Spectrum class
michaelwenk committedAug 22, 2021 Configuration menu - View commit details
-
Copy full SHA for ec92521 - Browse repository at this point
Copy the full SHA ec92521View commit details
Commits on Aug 23, 2021
-
feat: usage of Concurrent class when building HOSE code statistics
michaelwenk committedAug 23, 2021 Configuration menu - View commit details
-
Copy full SHA for d74ee7e - Browse repository at this point
Copy the full SHA d74ee7eView commit details -
fix: pre-set carbon hybridization states when having at least two pro…
…tons
michaelwenk committedAug 23, 2021 Configuration menu - View commit details
-
Copy full SHA for ac7e74a - Browse repository at this point
Copy the full SHA ac7e74aView commit details
Commits on Aug 25, 2021
-
chore: use common parser method for COCONUT and NMRShiftDB
michaelwenk committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for fbd8f51 - Browse repository at this point
Copy the full SHA fbd8f51View commit details
Commits on Aug 26, 2021
-
chore: usage of more compact classes in DataSet
michaelwenk committedAug 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 5e5aa8b - Browse repository at this point
Copy the full SHA 5e5aa8bView commit details
Commits on Aug 27, 2021
-
chore: extracted buildConnectivityStatistics method
michaelwenk committedAug 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 145c1c7 - Browse repository at this point
Copy the full SHA 145c1c7View commit details
Commits on Aug 28, 2021
-
feat: methods for extraction of neighbor atom types and hybridizations
michaelwenk committedAug 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 7dea28c - Browse repository at this point
Copy the full SHA 7dea28cView commit details
Commits on Aug 30, 2021
-
feat: use connectivity information to forbid bonds between an atom an…
…d a group of atoms
michaelwenk committedAug 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 22d2bd1 - Browse repository at this point
Copy the full SHA 22d2bd1View commit details
Commits on Sep 1, 2021
-
chore: renamed nmrdisplayer package to nmrium
michaelwenk committedSep 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 6850f57 - Browse repository at this point
Copy the full SHA 6850f57View commit details -
chore: changed string values to numeric ones; hybridizationConversion…
…Map contains atom type as key instead of nucleus
michaelwenk committedSep 1, 2021 Configuration menu - View commit details
-
Copy full SHA for f56ab3a - Browse repository at this point
Copy the full SHA f56ab3aView commit details -
feat: use hybridization statistics too to forbid bonds
michaelwenk committedSep 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 53d50eb - Browse repository at this point
Copy the full SHA 53d50ebView commit details
Commits on Sep 3, 2021
-
feat: use SHIX command in PyLSD to let it recognise equivalent atoms …
…by shift values
michaelwenk committedSep 3, 2021 Configuration menu - View commit details
-
Copy full SHA for b3dc392 - Browse repository at this point
Copy the full SHA b3dc392View commit details -
chore: added PLANAR3 for O to hybridizationConversionMap
michaelwenk committedSep 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 373d1b5 - Browse repository at this point
Copy the full SHA 373d1b5View commit details -
feat: simplified connectivity statistics filtering
michaelwenk committedSep 3, 2021 Configuration menu - View commit details
-
Copy full SHA for e272d43 - Browse repository at this point
Copy the full SHA e272d43View commit details
Commits on Sep 11, 2021
-
chore: simplification in Constants
michaelwenk committedSep 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 168277e - Browse repository at this point
Copy the full SHA 168277eView commit details -
feat: use utility classes for LIST and PROP creation and extension of…
… connection forbids; allow multiple hybridizations
michaelwenk committedSep 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 04e407f - Browse repository at this point
Copy the full SHA 04e407fView commit details -
feat: ability to use of INADEQUATE information
michaelwenk committedSep 11, 2021 Configuration menu - View commit details
-
Copy full SHA for deda39c - Browse repository at this point
Copy the full SHA deda39cView commit details
Commits on Sep 13, 2021
-
fix: use unique hybridization states in MULT
michaelwenk committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for d08bc3a - Browse repository at this point
Copy the full SHA d08bc3aView commit details -
fix: wrong if conditions for setting possible hybridizations of heter…
…o atoms
michaelwenk committedSep 13, 2021 Configuration menu - View commit details
-
Copy full SHA for dd39bcd - Browse repository at this point
Copy the full SHA dd39bcdView commit details
Commits on Sep 16, 2021
-
fix: enable max ring size when detecting rings for ring fragment tree…
…s building
michaelwenk committedSep 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 68aa8d2 - Browse repository at this point
Copy the full SHA 68aa8d2View commit details -
feat: added correlationListToSpectrum1D method to Utils
michaelwenk committedSep 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 664fa34 - Browse repository at this point
Copy the full SHA 664fa34View commit details
Commits on Oct 11, 2021
-
feat: added getFileContent method to FileSystem
michaelwenk committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for e1bc684 - Browse repository at this point
Copy the full SHA e1bc684View commit details -
feat: added MultiThreading class
michaelwenk committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for af01c1e - Browse repository at this point
Copy the full SHA af01c1eView commit details -
chore: NMRium signal classes use a common parent class
michaelwenk committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for fdc155b - Browse repository at this point
Copy the full SHA fdc155bView commit details -
chore: adoptions regarding change in correlation data structure in nm…
…r-correlation package
michaelwenk committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for ad465b0 - Browse repository at this point
Copy the full SHA ad465b0View commit details -
chore: changed "phase" class member to Integer
michaelwenk committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e71690 - Browse repository at this point
Copy the full SHA 1e71690View commit details -
fix: wrong if condition when checking signal for null value
michaelwenk committedOct 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 341f847 - Browse repository at this point
Copy the full SHA 341f847View commit details
Commits on Oct 19, 2021
-
chore: made buildForbiddenNeighborHybridizationsAndProtonCounts more …
…general to re-use it
michaelwenk committedOct 19, 2021 Configuration menu - View commit details
-
Copy full SHA for b97c87b - Browse repository at this point
Copy the full SHA b97c87bView commit details
Commits on Oct 22, 2021
-
fix: do not start proton atom count at heavy atom count
michaelwenk committedOct 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 0f8b38a - Browse repository at this point
Copy the full SHA 0f8b38aView commit details -
chore: receive forbidden neighbors from external
michaelwenk committedOct 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 78f16f9 - Browse repository at this point
Copy the full SHA 78f16f9View commit details
Commits on Nov 2, 2021
-
chore: simplification of neighborhood -> occurrences without hybridiz…
…ation layer & use of set neighbors
michaelwenk committedNov 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 2e21330 - Browse repository at this point
Copy the full SHA 2e21330View commit details -
chore: renamed requestID to pattern
michaelwenk committedNov 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 8848e4e - Browse repository at this point
Copy the full SHA 8848e4eView commit details
Commits on Nov 15, 2021
-
michaelwenk committed
Nov 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 7a760ec - Browse repository at this point
Copy the full SHA 7a760ecView commit details
Commits on Nov 17, 2021
-
chore: separated DEFF and FEXP
michaelwenk committedNov 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 02c9b83 - Browse repository at this point
Copy the full SHA 02c9b83View commit details -
chore: use common method for forbidden or set neighbors LIST and PROP…
… creation
michaelwenk committedNov 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 6dbb349 - Browse repository at this point
Copy the full SHA 6dbb349View commit details -
chore: use common method for forbidden or set neighbors LIST and PROP…
… creation
michaelwenk committedNov 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 0cd0f95 - Browse repository at this point
Copy the full SHA 0cd0f95View commit details
Commits on Nov 18, 2021
-
chore: moved buildFixedNeighborsByINADEQUATE method to Utilities clas…
…s && created buildBONDByFixedNeighbors method
michaelwenk committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 337fb78 - Browse repository at this point
Copy the full SHA 337fb78View commit details -
michaelwenk committed
Nov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 08376c7 - Browse repository at this point
Copy the full SHA 08376c7View commit details -
Merge pull request #2 from michaelwenk/re-insert-hybridzations
feat: re-use hybridzations
Michael Wenk authoredNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for b946cee - Browse repository at this point
Copy the full SHA b946ceeView commit details
Commits on Nov 23, 2021
-
feat: use path length information from 2D signal if given
michaelwenk committedNov 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 706b44a - Browse repository at this point
Copy the full SHA 706b44aView commit details
Commits on Nov 26, 2021
-
fix: do not check state of correlation data in buildPyLSDInputFileCon…
…tent method anymore
michaelwenk committedNov 26, 2021 Configuration menu - View commit details
-
Copy full SHA for caeb7eb - Browse repository at this point
Copy the full SHA caeb7ebView commit details
Commits on Dec 8, 2021
-
fix: simplification regarding equivalences and HSQC and HMBC section …
…creation
michaelwenk committedDec 8, 2021 Configuration menu - View commit details
-
Copy full SHA for aeeb3fe - Browse repository at this point
Copy the full SHA aeeb3feView commit details
Commits on Dec 9, 2021
-
feat: introduction of Detections class
michaelwenk committedDec 9, 2021 Configuration menu - View commit details
-
Copy full SHA for acc15f3 - Browse repository at this point
Copy the full SHA acc15f3View commit details
Commits on Dec 12, 2021
-
chore: expect Correlations as input instead of Data in buildPyLSDInpu…
…tFileContent
michaelwenk committedDec 12, 2021 Configuration menu - View commit details
-
Copy full SHA for a72534b - Browse repository at this point
Copy the full SHA a72534bView commit details
Commits on Dec 14, 2021
-
chore: extension of LSD Constants
michaelwenk committedDec 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 93549cc - Browse repository at this point
Copy the full SHA 93549ccView commit details -
fix: mentioning of casekit in PyLSD header builder
michaelwenk committedDec 14, 2021 Configuration menu - View commit details
-
Copy full SHA for a38c399 - Browse repository at this point
Copy the full SHA a38c399View commit details
Commits on Dec 15, 2021
-
chore: removed unused variables in PyLSDInputFileBuilder
michaelwenk committedDec 15, 2021 Configuration menu - View commit details
-
Copy full SHA for fb89655 - Browse repository at this point
Copy the full SHA fb89655View commit details -
chore: removed unused variables in PyLSDInputFileBuilder
michaelwenk committedDec 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b3d4b3 - Browse repository at this point
Copy the full SHA 4b3d4b3View commit details
Commits on Dec 23, 2021
-
fix: set hybridizations of correlations too after detecting them
michaelwenk committedDec 23, 2021 Configuration menu - View commit details
-
Copy full SHA for e854c2c - Browse repository at this point
Copy the full SHA e854c2cView commit details -
chore: do not use specific neighbor hybridization states for now && s…
…implifications
michaelwenk committedDec 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 1917470 - Browse repository at this point
Copy the full SHA 1917470View commit details
Commits on Jan 4, 2022
-
feat: introduction of Grouping class
michaelwenk committedJan 4, 2022 Configuration menu - View commit details
-
Copy full SHA for f9f6982 - Browse repository at this point
Copy the full SHA f9f6982View commit details -
fix: forbidden list was incomplete
michaelwenk committedJan 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 953c7e3 - Browse repository at this point
Copy the full SHA 953c7e3View commit details
Commits on Jan 6, 2022
-
feat: allow flexible HMBC and COSY
michaelwenk committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for be04b5a - Browse repository at this point
Copy the full SHA be04b5aView commit details
Commits on Jan 8, 2022
-
chore: use common method for COSY and HMBC section build
michaelwenk committedJan 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 59de93b - Browse repository at this point
Copy the full SHA 59de93bView commit details -
feat: added onAtomTypeLevel parameter to filterExtractedConnectivitie…
…s method & added convertToNumericHybridizationMapKeys method
michaelwenk committedJan 8, 2022 Configuration menu - View commit details
-
Copy full SHA for f7bc142 - Browse repository at this point
Copy the full SHA f7bc142View commit details
Commits on Jan 18, 2022
-
feat: added buildOccurrenceStatistics method in ConnectivityStatistic…
…s.java
michaelwenk committedJan 18, 2022 Configuration menu - View commit details
-
Copy full SHA for cb121c5 - Browse repository at this point
Copy the full SHA cb121c5View commit details -
feat: use grouping information when building HMBC or COSY PyLSD input…
… file section
michaelwenk committedJan 18, 2022 Configuration menu - View commit details
-
Copy full SHA for e0f67b5 - Browse repository at this point
Copy the full SHA e0f67b5View commit details
Commits on Jan 20, 2022
-
fix: do not insert incomplete HMBC or COSY lines in PyLSD file by mis…
…sing proton attachments
michaelwenk committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for e7abbe1 - Browse repository at this point
Copy the full SHA e7abbe1View commit details
Commits on Jan 25, 2022
-
chore: introduction of MolecularConnectivity class && extended list o…
…f default atoms and use of all valencies in MULT section
michaelwenk committedJan 25, 2022 Configuration menu - View commit details
-
Copy full SHA for b93c91b - Browse repository at this point
Copy the full SHA b93c91bView commit details
Commits on Jan 26, 2022
-
chore: added Si properties to Constants
michaelwenk committedJan 26, 2022 Configuration menu - View commit details
-
Copy full SHA for e1b3aec - Browse repository at this point
Copy the full SHA e1b3aecView commit details
Commits on Jan 27, 2022
-
feat: filter group members when building HMBC and COSY section
michaelwenk committedJan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 24e32e2 - Browse repository at this point
Copy the full SHA 24e32e2View commit details
Commits on Jan 28, 2022
-
chore: moved Distance.java to model class
michaelwenk committedJan 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 52100c5 - Browse repository at this point
Copy the full SHA 52100c5View commit details
Commits on Feb 4, 2022
-
chore: separation and movements to new elucidation package and lsd su…
…bpackage
michaelwenk committedFeb 4, 2022 Configuration menu - View commit details
-
Copy full SHA for a5ea98c - Browse repository at this point
Copy the full SHA a5ea98cView commit details -
chore: use one proton index only instead of multiple ones
michaelwenk committedFeb 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 725fa4c - Browse repository at this point
Copy the full SHA 725fa4cView commit details
Commits on Feb 10, 2022
-
chore: added PathLength to Signal class
michaelwenk committedFeb 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 020ba05 - Browse repository at this point
Copy the full SHA 020ba05View commit details -
chore: added PathLength to Signal class (2)
michaelwenk committedFeb 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 43451cd - Browse repository at this point
Copy the full SHA 43451cdView commit details -
chore: use Lists in MolecularConnectivity.java instead of Sets
michaelwenk committedFeb 10, 2022 Configuration menu - View commit details
-
Copy full SHA for c54db34 - Browse repository at this point
Copy the full SHA c54db34View commit details -
chore: use MolecularConnectivity class
michaelwenk committedFeb 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 1098b17 - Browse repository at this point
Copy the full SHA 1098b17View commit details
Commits on Feb 11, 2022
-
fix: avoid NullPointerException and duplicated entries in PYLSD input…
… file
michaelwenk committedFeb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for caec677 - Browse repository at this point
Copy the full SHA caec677View commit details
Commits on Feb 14, 2022
-
feat: enabling of flexibility in HSQC
michaelwenk committedFeb 14, 2022 Configuration menu - View commit details
-
Copy full SHA for e462d68 - Browse repository at this point
Copy the full SHA e462d68View commit details
Commits on Feb 17, 2022
-
feat: check whether hetero atoms are present before disallowing heter…
…o hetero bonds
michaelwenk committedFeb 17, 2022 Configuration menu - View commit details
-
Copy full SHA for db93021 - Browse repository at this point
Copy the full SHA db93021View commit details -
michaelwenk committed
Feb 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 608c3a7 - Browse repository at this point
Copy the full SHA 608c3a7View commit details -
Merge pull request #3 from michaelwenk/allow-flexible-HSQC
feat: implementation of combinatorics for HSQC and HMBC
Michael Wenk authoredFeb 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 35e1978 - Browse repository at this point
Copy the full SHA 35e1978View commit details
Commits on Feb 18, 2022
-
feat: added attachment of objects to DataSet
michaelwenk committedFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 4979d8f - Browse repository at this point
Copy the full SHA 4979d8fView commit details
Commits on Feb 22, 2022
-
feat: enable 3D HOSE code in HOSECodeShiftStatistics
michaelwenk committedFeb 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 5afdcb1 - Browse repository at this point
Copy the full SHA 5afdcb1View commit details
Commits on Feb 26, 2022
-
feat: moved prediction, filter and rank methods from Sherlock to here
michaelwenk committedFeb 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 35d66d1 - Browse repository at this point
Copy the full SHA 35d66d1View commit details
Commits on Mar 2, 2022
-
chore: do not store molfiles during filtering and ranking & store sim…
…ilarity values in DataSet attachment and not meta
michaelwenk committedMar 2, 2022 Configuration menu - View commit details
-
Copy full SHA for e47c3f4 - Browse repository at this point
Copy the full SHA e47c3f4View commit details -
fix: avoid exceptions when parsing doubles
michaelwenk committedMar 2, 2022 Configuration menu - View commit details
-
Copy full SHA for a9eb4bb - Browse repository at this point
Copy the full SHA a9eb4bbView commit details -
chore: allow to set the number of threads to use for prediction
michaelwenk committedMar 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 0c9a594 - Browse repository at this point
Copy the full SHA 0c9a594View commit details -
chore: rank results by number of hits at first and then by average de…
…viation
michaelwenk committedMar 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 3ea00d1 - Browse repository at this point
Copy the full SHA 3ea00d1View commit details
Commits on Mar 9, 2022
-
michaelwenk committed
Mar 9, 2022 Configuration menu - View commit details
-
Copy full SHA for bd9e7ca - Browse repository at this point
Copy the full SHA bd9e7caView commit details
Commits on Mar 11, 2022
-
chore: adoptions to new J and PathLength class (NMRium)
michaelwenk committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 4aa4c67 - Browse repository at this point
Copy the full SHA 4aa4c67View commit details
Commits on Mar 12, 2022
-
feat: added methods to build heavy atom statistics
michaelwenk committedMar 12, 2022 Configuration menu - View commit details
-
Copy full SHA for f03d60c - Browse repository at this point
Copy the full SHA f03d60cView commit details
Commits on Mar 15, 2022
-
chore: allow to pass the checkMultiplicity and checkEquivalencesCount
michaelwenk committedMar 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 9e877b8 - Browse repository at this point
Copy the full SHA 9e877b8View commit details
Commits on Mar 22, 2022
-
chore: renaming in Assignment class
michaelwenk committedMar 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 64539cc - Browse repository at this point
Copy the full SHA 64539ccView commit details -
feat: switch position of query and dataset spectrum in spectral assig…
…nment && added prediction method for SMILES strings
michaelwenk committedMar 22, 2022 Configuration menu - View commit details
-
Copy full SHA for d572c68 - Browse repository at this point
Copy the full SHA d572c68View commit details
Commits on Mar 29, 2022
-
feat: added prediction meta data to Prediction
michaelwenk committedMar 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 7ef8981 - Browse repository at this point
Copy the full SHA 7ef8981View commit details
Commits on Apr 6, 2022
-
feat: extended spectral matching methods to consider structural const…
…raints if given
michaelwenk committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 6d9f457 - Browse repository at this point
Copy the full SHA 6d9f457View commit details
Commits on Apr 11, 2022
-
feat: added ID property to Signal
michaelwenk committedApr 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 1e65f57 - Browse repository at this point
Copy the full SHA 1e65f57View commit details
Commits on Apr 25, 2022
-
chore: renamed Data class to NMRiumData
michaelwenk committedApr 25, 2022 Configuration menu - View commit details
-
Copy full SHA for ffe2172 - Browse repository at this point
Copy the full SHA ffe2172View commit details
Commits on May 3, 2022
-
chore: adoptions to current spectra format in NMRium
michaelwenk committedMay 3, 2022 Configuration menu - View commit details
-
Copy full SHA for a2f3553 - Browse repository at this point
Copy the full SHA a2f3553View commit details
Commits on May 10, 2022
-
fix: use manually set and detected hybridization in pyLSD input file
michaelwenk committedMay 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 8f0daa3 - Browse repository at this point
Copy the full SHA 8f0daa3View commit details
Commits on May 12, 2022
-
chore: use capitalized AND for FEXP command
michaelwenk committedMay 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 7b6a3be - Browse repository at this point
Copy the full SHA 7b6a3beView commit details
Commits on May 13, 2022
-
chore: no use of concurrency classes in HOSECodeShiftStatistics
michaelwenk committedMay 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 35afc07 - Browse repository at this point
Copy the full SHA 35afc07View commit details
Commits on May 17, 2022
-
feat: allow usage of Ertl functional groups (or fragments in general)…
… in PyLSD
michaelwenk committedMay 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 4be9003 - Browse repository at this point
Copy the full SHA 4be9003View commit details
Commits on May 18, 2022
-
chore: renamed FunctionalGroup to Fragment
michaelwenk committedMay 18, 2022 Configuration menu - View commit details
-
Copy full SHA for e626ede - Browse repository at this point
Copy the full SHA e626edeView commit details
Commits on May 21, 2022
-
fix: use different DEFF files for fragment definition in LSD
michaelwenk committedMay 21, 2022 Configuration menu - View commit details
-
Copy full SHA for b3d7b23 - Browse repository at this point
Copy the full SHA b3d7b23View commit details -
fix: use different DEFF files for fragment definition in LSD (2)
michaelwenk committedMay 21, 2022 Configuration menu - View commit details
-
Copy full SHA for ec06241 - Browse repository at this point
Copy the full SHA ec06241View commit details
Commits on May 22, 2022
-
fix: do not store stringified spectral match assignment
michaelwenk committedMay 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 608866a - Browse repository at this point
Copy the full SHA 608866aView commit details
Commits on May 23, 2022
-
fix: swapped query spectrum in first place with (sub)spectrum when do…
…ing spectral matching
michaelwenk committedMay 23, 2022 Configuration menu - View commit details
-
Copy full SHA for eafefc2 - Browse repository at this point
Copy the full SHA eafefc2View commit details
Commits on Aug 28, 2022
-
Michael Wenk authored
Aug 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 99e2911 - Browse repository at this point
Copy the full SHA 99e2911View commit details
Commits on Sep 27, 2022
-
fix: avoid bidirectional BOND commands in PyLSD input file; close #4
michaelwenk committedSep 27, 2022 Configuration menu - View commit details
-
Copy full SHA for f78392e - Browse repository at this point
Copy the full SHA f78392eView commit details -
Merge pull request #5 from michaelwenk/fix-bidirectional-BOND-command
fix: avoid bidirectional BOND commands in PyLSD input file; close #4
Michael Wenk authoredSep 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 6a5c78c - Browse repository at this point
Copy the full SHA 6a5c78cView commit details
Commits on Apr 11, 2023
-
fix: consider bond stereo configuration in StructureCompact class and…
… during stereo HOSE code prediction
michaelwenk committedApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for b680e23 - Browse repository at this point
Copy the full SHA b680e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for aabccde - Browse repository at this point
Copy the full SHA aabccdeView commit details -
Merge pull request #7 from michaelwenk/add-bond-stereo
Add and consider bond stereo
Michael Wenk authoredApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for ae5b813 - Browse repository at this point
Copy the full SHA ae5b813View commit details
Commits on Apr 12, 2023
-
chore: use common method placeExplicitHydrogens
michaelwenk committedApr 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 35721e3 - Browse repository at this point
Copy the full SHA 35721e3View commit details
Commits on Apr 13, 2023
-
fix: configure structure atomContainerToDataSet method
michaelwenk committedApr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 6da415b - Browse repository at this point
Copy the full SHA 6da415bView commit details -
fix: remove unnecessary command
michaelwenk committedApr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for c81b222 - Browse repository at this point
Copy the full SHA c81b222View commit details
Commits on Apr 14, 2023
-
fix: do not place explicit hydrogens when no bonds exist
michaelwenk committedApr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 8425573 - Browse repository at this point
Copy the full SHA 8425573View commit details
Commits on Apr 18, 2023
-
chore: inserted separate buildAlphabeticMF method
michaelwenk committedApr 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 83c4fce - Browse repository at this point
Copy the full SHA 83c4fceView commit details
Commits on Jun 15, 2023
-
fix: enable no stereo bond information in StructureCompact class
michaelwenk committedJun 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 7f44e3d - Browse repository at this point
Copy the full SHA 7f44e3dView commit details
Commits on Jun 20, 2023
-
chore: optimised getOutliers method
michaelwenk committedJun 20, 2023 Configuration menu - View commit details
-
Copy full SHA for b2a5de5 - Browse repository at this point
Copy the full SHA b2a5de5View commit details