Skip to content

Commit 17c8b19

Browse files
Update docs/source/user_guide/peptides_proteins.rst
look more good Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 885ae45 commit 17c8b19

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/source/user_guide/peptides_proteins.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,14 @@ In this tutorial, we will cover a step-by-step guide on how to use the pyopenms
349349
# Generate the modified peptides
350350
peptides_with_variable_modifications = []
351351
keep_unmodified_in_result = False
352-
poms.ModifiedPeptideGenerator.applyVariableModifications(variable_modifications, sequence, max_variable_mods,
353-
peptides_with_variable_modifications,
354-
keep_unmodified_in_result)
355-
352+
poms.ModifiedPeptideGenerator.applyVariableModifications(
353+
variable_modifications,
354+
sequence,
355+
max_variable_mods,
356+
peptides_with_variable_modifications,
357+
keep_unmodified_in_result,
358+
)
359+
356360
# Print the modified peptides generated using Fixed modifications and their mono-isotopic mass.
357361
print("Fixed:", sequence.toString())
358362
print("Mono-isotopic mass:", sequence.getMonoWeight())

0 commit comments

Comments
 (0)