@datagrok/proteomics 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/detectors.js ADDED
@@ -0,0 +1,9 @@
1
+ /**
2
+ * The class contains semantic type detectors.
3
+ * Detectors are functions tagged with `DG.FUNC_TYPES.SEM_TYPE_DETECTOR`.
4
+ * See also: https://datagrok.ai/help/develop/how-to/define-semantic-type-detectors
5
+ * The class name is comprised of <PackageName> and the `PackageDetectors` suffix.
6
+ * Follow this naming convention to ensure that your detectors are properly loaded.
7
+ */
8
+ class MonomerDBPackageDetectors extends DG.Package {
9
+ }