Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mmagnus/rna-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Nov 22, 2024
2 parents cdba481 + 24af79f commit dfabdb9
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 @@ -1318,7 +1318,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 dfabdb9

Please sign in to comment.