We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 891dd7d + f93ae93 commit e9345f7Copy full SHA for e9345f7
tools/buildtools/protein_structure_rebuilders/BioPDB/BioPDB_align_and_rmsd.py
@@ -95,7 +95,7 @@ def __main__():
95
96
# Save RMSD into an output file:
97
with open(args.rmsd, 'w') as rmsd_out:
98
- rmsd_out.write(str(super_imposer.rms))
+ rmsd_out.write("{}\n".format(super_imposer.rms))
99
100
# Save aligned coordinates of the model:
101
io = Bio.PDB.PDBIO()
tools/buildtools/protein_structure_rebuilders/BioPDB/BioPDB_align_and_rmsd.xml
@@ -2,7 +2,7 @@
2
<description>using Biopython</description>
3
<macros>
4
<token name="@TOOL_VERSION@">1.79</token>
5
- <token name="@GALAXY_VERSION@">0</token>
+ <token name="@GALAXY_VERSION@">1</token>
6
</macros>
7
<requirements>
8
<requirement type="package" version="1.79">biopython</requirement>
0 commit comments