From 39f5624ed8b9943776e8ae43470fe23f9ac998d6 Mon Sep 17 00:00:00 2001 From: Kevin Velghe Date: Wed, 28 May 2025 14:51:10 +0200 Subject: [PATCH] fix typo of max_length in search_space --- ms2pip/search_space.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms2pip/search_space.py b/ms2pip/search_space.py index 2ac3a87..72eab41 100644 --- a/ms2pip/search_space.py +++ b/ms2pip/search_space.py @@ -15,7 +15,7 @@ { "fasta_file": "test.fasta", "min_length": 8, - "max_length": 3, + "max_length": 30, "cleavage_rule": "trypsin", "missed_cleavages": 2, "semi_specific": false,