|
378 | 378 | "type": "number", |
379 | 379 | "description": "The minimum precursor m/z for the in silico library generation or library-free search", |
380 | 380 | "fa_icon": "fas fa-filter", |
381 | | - "default": 400.0 |
| 381 | + "default": 400 |
382 | 382 | }, |
383 | 383 | "max_pr_mz": { |
384 | 384 | "type": "number", |
385 | 385 | "description": "The maximum precursor m/z for the in silico library generation or library-free search", |
386 | 386 | "fa_icon": "fas fa-filter", |
387 | | - "default": 2400.0 |
| 387 | + "default": 2400 |
388 | 388 | }, |
389 | 389 | "min_fr_mz": { |
390 | 390 | "type": "number", |
391 | 391 | "description": "The minimum fragment m/z for the in silico library generation or library-free search", |
392 | 392 | "fa_icon": "fas fa-filter", |
393 | | - "default": 100.0 |
| 393 | + "default": 100 |
394 | 394 | }, |
395 | 395 | "max_fr_mz": { |
396 | 396 | "type": "number", |
397 | 397 | "description": "The maximum fragment m/z for the in silico library generation or library-free search", |
398 | 398 | "fa_icon": "fas fa-filter", |
399 | | - "default": 1800.0 |
| 399 | + "default": 1800 |
400 | 400 | }, |
401 | 401 | "db_debug": { |
402 | 402 | "type": "integer", |
|
459 | 459 | "onsite_add_decoys": { |
460 | 460 | "type": "boolean", |
461 | 461 | "description": "Add decoy modifications for validation", |
462 | | - "default": false, |
463 | 462 | "fa_icon": "fas fa-shield-alt", |
464 | 463 | "help_text": "When enabled, adds decoy modifications for validation. For AScore/PhosphoRS, adds --add-decoys flag. For LucXor, adds PhosphoDecoy(A) to target modifications.", |
465 | 464 | "hidden": true |
|
501 | 500 | "onsite_disable_split_by_charge": { |
502 | 501 | "type": "boolean", |
503 | 502 | "description": "Disable splitting PSMs by charge state for lucxor", |
504 | | - "default": false, |
505 | 503 | "fa_icon": "fas fa-ban", |
506 | 504 | "hidden": true |
507 | 505 | }, |
508 | 506 | "onsite_compute_all_scores": { |
509 | 507 | "type": "boolean", |
510 | 508 | "description": "Compute all scores for all candidate sites", |
511 | | - "default": false, |
512 | 509 | "fa_icon": "fas fa-calculator", |
513 | 510 | "hidden": true |
514 | 511 | }, |
|
662 | 659 | "type": "boolean", |
663 | 660 | "description": "Force save fine-tuning model", |
664 | 661 | "help_text": "When enabled, Force save fine-tuning model even if retrained model is not better than pretrained model", |
665 | | - "default": false, |
666 | 662 | "fa_icon": "far fa-check-square" |
667 | 663 | }, |
668 | 664 | "epoch_to_train_ms2": { |
|
836 | 832 | "min_precursor_intensity": { |
837 | 833 | "type": "number", |
838 | 834 | "description": "Minimum intensity of the precursor to be extracted", |
839 | | - "default": 1.0, |
| 835 | + "default": 1, |
840 | 836 | "fa_icon": "fas fa-sliders-h" |
841 | 837 | }, |
842 | 838 | "min_precursor_purity": { |
843 | 839 | "type": "number", |
844 | 840 | "description": "Minimum fraction of the total intensity. 0.0:1.0", |
845 | | - "default": 0.0, |
| 841 | + "default": 0, |
846 | 842 | "fa_icon": "fas fa-sliders-h", |
847 | 843 | "help_text": "Minimum fraction of the total intensity in the isolation window of the precursor spectrum" |
848 | 844 | }, |
849 | 845 | "min_reporter_intensity": { |
850 | 846 | "type": "number", |
851 | 847 | "description": "Minimum intensity of the individual reporter ions to be extracted.", |
852 | | - "default": 0.0, |
| 848 | + "default": 0, |
853 | 849 | "fa_icon": "fas fa-sliders-h" |
854 | 850 | }, |
855 | 851 | "precursor_isotope_deviation": { |
856 | 852 | "type": "number", |
857 | 853 | "description": "Maximum allowed deviation (in ppm) between theoretical and observed isotopic peaks of the precursor peak", |
858 | | - "default": 10.0, |
| 854 | + "default": 10, |
859 | 855 | "fa_icon": "fas fa-sliders-h" |
860 | 856 | }, |
861 | 857 | "isotope_correction": { |
|
1089 | 1085 | "lfq_intensity_threshold": { |
1090 | 1086 | "type": "number", |
1091 | 1087 | "description": "The minimum intensity for a feature to be considered for quantification. (default: '1000')", |
1092 | | - "default": 1000.0, |
| 1088 | + "default": 1000, |
1093 | 1089 | "fa_icon": "fas fa-filter", |
1094 | 1090 | "help_text": "The minimum intensity for a feature to be considered for quantification. (default: '1000')" |
1095 | 1091 | }, |
|
0 commit comments