Skip to content

Commit 50002a9

Browse files
authored
Merge pull request #191 from compomics/fix-configuration-docs
Fix incorrect decoy pattern configuration in docs
2 parents 3950020 + 2af7c66 commit 50002a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/userguide/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ expression pattern that extracts the decoy status from the protein name:
244244

245245
.. code-block:: json
246246
247-
"decoy_pattern": "DECOY_"
247+
"id_decoy_pattern": "DECOY_"
248248
249249
.. tab:: TOML
250250

251251
.. code-block:: toml
252252
253-
decoy_pattern = "DECOY_"
253+
id_decoy_pattern = "DECOY_"
254254
255255
256256
Multi-rank rescoring

0 commit comments

Comments
 (0)