From 2eab2209258911b4620f246595d0cdabbbb31dd5 Mon Sep 17 00:00:00 2001 From: mmagnus Date: Fri, 25 Oct 2024 16:41:31 -0400 Subject: [PATCH] add --rgyration add % of folding --- rna_tools/rna_pdb_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rna_tools/rna_pdb_tools.py b/rna_tools/rna_pdb_tools.py index eeb38e0b..b2237175 100755 --- a/rna_tools/rna_pdb_tools.py +++ b/rna_tools/rna_pdb_tools.py @@ -1282,7 +1282,7 @@ def radius_of_gyration(N): rg = calc_rg() rgn = radius_of_gyration(N) - print(f'radius of gyration: {rg}; expected for this seqlen ({N}): {rgn}') + print(f'radius of gyration: {rg}; expected for this seqlen ({N}): {rgn} %: {round(rg / rgn * 100, 2)}%') if args.renum_nmr: if list != type(args.file):