@rnacanvas/draw 12.0.1 → 12.1.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/dist/DotBracketDrawer.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
|
@@ -16,7 +16,7 @@ export declare class DotBracketDrawer {
|
|
|
16
16
|
* Currently, this method is only able to handle simple dot-bracket notation
|
|
17
17
|
* (i.e., that only contains the characters ".", "(", and ")").
|
|
18
18
|
*
|
|
19
|
-
* This method will also
|
|
19
|
+
* This method will also apply the RNAcanvas untangling algorithm to the drawn bases
|
|
20
20
|
* and add a primary bond between each consecutive pair of bases.
|
|
21
21
|
*
|
|
22
22
|
* @param seq The sequence of the structure to draw.
|