@datagrok/sequence-translator 1.10.12 → 1.10.13
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/CLAUDE.md +0 -12
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +1 -1
- package/src/package.ts +3 -1
- package/src/polytool/const.ts +3 -3
- package/src/polytool/pt-dialog.ts +9 -1
- package/test-console-output-1.log +92 -94
- package/test-record-1.mp4 +0 -0
package/CLAUDE.md
CHANGED
|
@@ -7,18 +7,6 @@
|
|
|
7
7
|
**Author:** Davit Rizhinashvili
|
|
8
8
|
**Description:** Translates oligonucleotide sequences between different representations (Axolabs, BioSpring, GCRS, Mermade, HELM, nucleotides, etc.). Also provides pattern design, structure visualization, and advanced polymer conversion (PolyTool).
|
|
9
9
|
|
|
10
|
-
## Quick Reference
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
npm run build # grok api && grok check --soft && webpack
|
|
14
|
-
npm run build-all # Build all deps (chem-meta → js-api → utils → bio → tutorials → this)
|
|
15
|
-
npm run link-all # npm link chem-meta datagrok-api utils bio tutorials
|
|
16
|
-
npm run test # grok test
|
|
17
|
-
npm run test-local # grok test --host localhost
|
|
18
|
-
npm run lint # eslint ./src/**/*.ts
|
|
19
|
-
npm run lint-fix # eslint --fix
|
|
20
|
-
```
|
|
21
|
-
|
|
22
10
|
## Dependencies
|
|
23
11
|
|
|
24
12
|
| Dependency | Purpose |
|