Skip to content

Commit 39f5624

Browse files
committed
fix typo of max_length in search_space
1 parent bac0012 commit 39f5624

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)