@datagrok/bio 2.11.1 → 2.11.2

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "Leonid Stolbov",
6
6
  "email": "lstolbov@datagrok.ai"
7
7
  },
8
- "version": "2.11.1",
8
+ "version": "2.11.2",
9
9
  "description": "Bioinformatics support (import/export of sequences, conversion, visualization, analysis). [See more](https://github.com/datagrok-ai/public/blob/master/packages/Bio/README.md) for details.",
10
10
  "repository": {
11
11
  "type": "git",
package/src/package.ts CHANGED
@@ -1097,7 +1097,6 @@ export async function enumeratorColumnChoice(df: DG.DataFrame, macroMolecule: DG
1097
1097
  await grok.data.detectSemanticTypes(df);
1098
1098
  }
1099
1099
 
1100
- //top-menu: Bio | Convert | SDF to JSON Library...
1101
1100
  //name: SDF to JSON Library
1102
1101
  //input: dataframe table
1103
1102
  export async function sdfToJsonLib(table: DG.DataFrame) {