Skip to content

Commit

Permalink
fix (55): 20.92 %: 86.32%
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus authored Oct 25, 2024
1 parent 2eab220 commit 24af79f
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} %: {round(rg / rgn * 100, 2)}%')
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 24af79f

Please sign in to comment.