@rnacanvas/app-object 2.1.0 → 3.0.1

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.
@@ -37,24 +37,5 @@ export declare class RNAcanvas {
37
37
  * (Has no effect if the DOM node of the app object had no parent container node to begin with.)
38
38
  */
39
39
  remove(): void;
40
- /**
41
- * Draws the structure given in dot-bracket notation.
42
- *
43
- * Will create a nucleobase for each character in the sequence string of the structure.
44
- *
45
- * Will create a secondary bond for each base-pair in the structure.
46
- *
47
- * Will throw if the dot-bracket notation is invalid
48
- * (i.e., contains unmatched upstream and/or downstream partner(s)).
49
- *
50
- * Currently, only simple dot-bracket notation is supported
51
- * (i.e., containing only the characters ".", "(" and ")").
52
- *
53
- * Dot-bracket notation is allowed to be shorter than the sequence length.
54
- *
55
- * @param seq The sequence of the structure.
56
- * @param dotBracket Dot-bracket notation of the base-pairs in the structure.
57
- */
58
- drawDotBracket(seq: string, dotBracket: string): void | never;
59
40
  }
60
41
  //# sourceMappingURL=RNAcanvas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RNAcanvas.d.ts","sourceRoot":"","sources":["../src/RNAcanvas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAYnD;;GAEG;AACH,qBAAa,SAAS;IACpB;;;;OAIG;IACH,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC;IAE9B;;;;;;OAMG;IACH,OAAO,CAAC,WAAW,CAAiB;IAEpC;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC;;IAuBvC;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,IAAI,GAAG,IAAI;IAI/B;;;;OAIG;IACH,MAAM,IAAI,IAAI;IAId;;;;;;;;;;;;;;;;;OAiBG;IACH,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,KAAK;CAoB9D"}
1
+ {"version":3,"file":"RNAcanvas.d.ts","sourceRoot":"","sources":["../src/RNAcanvas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD;;GAEG;AACH,qBAAa,SAAS;IACpB;;;;OAIG;IACH,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC;IAE9B;;;;;;OAMG;IACH,OAAO,CAAC,WAAW,CAAiB;IAEpC;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC;;IAuBvC;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,IAAI,GAAG,IAAI;IAI/B;;;;OAIG;IACH,MAAM,IAAI,IAAI;CAGf"}