Skip to content

Commit

Permalink
add --rgyration add % of folding
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Oct 25, 2024
1 parent 4fe4cac commit 2eab220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna_tools/rna_pdb_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2eab220

Please sign in to comment.