RNApolis 0.9.0__py3-none-any.whl → 0.9.1__py3-none-any.whl

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.
rnapolis/annotator.py CHANGED
@@ -838,10 +838,15 @@ def main():
838
838
  file = handle_input_file(args.input)
839
839
  structure3d = read_3d_structure(file, None)
840
840
  base_interactions = extract_base_interactions(structure3d)
841
- structure2d, dot_brackets, mapping = structure3d.extract_secondary_structure(
842
- base_interactions, args.find_gaps, args.all_dot_brackets
841
+ structure2d, mapping = structure3d.extract_secondary_structure(
842
+ base_interactions, args.find_gaps
843
843
  )
844
844
 
845
+ if args.all_dot_brackets:
846
+ dot_brackets = mapping.all_dot_brackets
847
+ else:
848
+ dot_brackets = [mapping.dot_bracket]
849
+
845
850
  handle_output_arguments(args, structure2d, dot_brackets, mapping, args.input)
846
851
 
847
852
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RNApolis
3
- Version: 0.9.0
3
+ Version: 0.9.1
4
4
  Summary: A Python library containing RNA-related bioinformatics functions and classes
5
5
  Home-page: https://github.com/tzok/rnapolis-py
6
6
  Author: Tomasz Zok
@@ -1,6 +1,6 @@
1
1
  rnapolis/adapter.py,sha256=b4fyHq0Dt9VLsxungiI-a4o1t-JqSw3Sd_loFYXGaUk,13371
2
2
  rnapolis/aligner.py,sha256=o7rQyjAZ3n4VXcnSPY3HVB8nLNRkVbl552O3NVh0mfg,3429
3
- rnapolis/annotator.py,sha256=4sDNQOvipxa-Axlu7MTvYUFinWh26CW2-wcHrP1Gcuo,30796
3
+ rnapolis/annotator.py,sha256=RyBimPb-IIBCEw0qdWPJZUpuWLQaX0swXD-PqI7xSvc,30893
4
4
  rnapolis/clashfinder.py,sha256=AC9_tIx7QIk57sELq_aKfU1u3UMOXbgcccQeGHhMR6c,8517
5
5
  rnapolis/common.py,sha256=HTe-RSZa_9hEIi-j4-1afxdqt7zAD-BpZ7JxRZGX170,32390
6
6
  rnapolis/component_A.csv,sha256=koirS-AwUZwoYGItT8yn3wS6Idvmh2FANfTQcOS_xh8,2897
@@ -21,9 +21,9 @@ rnapolis/tertiary_v2.py,sha256=y7Rh43Jzt9QU6wCa1wAHIcO3BcNQY83PbbWNTmqI8zM,23424
21
21
  rnapolis/transformer.py,sha256=aC0nBmHHJf5TyLvBIV57Jj3tlwpvHbPo347opfAOlQA,3844
22
22
  rnapolis/unifier.py,sha256=2ge7IB9FdRgzSAiVD39U_ciwtdDJ2fGzf8mUIudbrqY,5820
23
23
  rnapolis/util.py,sha256=IdquFO3PV1_KDqodjupzm0Rqvgy0CeSzxGHaGEHYXVU,543
24
- rnapolis-0.9.0.dist-info/licenses/LICENSE,sha256=ZGRu12MzCgbYA-Lt8MyBlmjvPZh7xfiD5u5wBx0enq4,1066
25
- rnapolis-0.9.0.dist-info/METADATA,sha256=SmNBsfi66LNJ4MGjgR8ovdhocCRlNmYV2eR74vsLLL4,54537
26
- rnapolis-0.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
- rnapolis-0.9.0.dist-info/entry_points.txt,sha256=H00KoN54wU3dFOofAu3H_3PADmZOBTB1hXf5TUU2uzo,438
28
- rnapolis-0.9.0.dist-info/top_level.txt,sha256=LcO18koxZcWoJ21KDRRRo_tyIbmXL5z61dPitZpy8yc,9
29
- rnapolis-0.9.0.dist-info/RECORD,,
24
+ rnapolis-0.9.1.dist-info/licenses/LICENSE,sha256=ZGRu12MzCgbYA-Lt8MyBlmjvPZh7xfiD5u5wBx0enq4,1066
25
+ rnapolis-0.9.1.dist-info/METADATA,sha256=KtsCtbTuW0UsW0MX0bwHfAtETo_3PQQZASfQlYmQPYI,54537
26
+ rnapolis-0.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
+ rnapolis-0.9.1.dist-info/entry_points.txt,sha256=H00KoN54wU3dFOofAu3H_3PADmZOBTB1hXf5TUU2uzo,438
28
+ rnapolis-0.9.1.dist-info/top_level.txt,sha256=LcO18koxZcWoJ21KDRRRo_tyIbmXL5z61dPitZpy8yc,9
29
+ rnapolis-0.9.1.dist-info/RECORD,,