Skip to content

Commit 3fd23c2

Browse files
authored
Merge pull request #245 from paretje/hotfix/fix-typo
fix typo of max_length in search_space
2 parents bac0012 + 39f5624 commit 3fd23c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms2pip/search_space.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"fasta_file": "test.fasta",
1717
"min_length": 8,
18-
"max_length": 3,
18+
"max_length": 30,
1919
"cleavage_rule": "trypsin",
2020
"missed_cleavages": 2,
2121
"semi_specific": false,

0 commit comments

Comments
 (0)