Skip to content

Commit 02d8c82

Browse files
authored
Merge pull request #679 from bigbio/upt_schema
🎨 update schema
2 parents 87d51ac + 9276986 commit 02d8c82

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

nextflow_schema.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -378,25 +378,25 @@
378378
"type": "number",
379379
"description": "The minimum precursor m/z for the in silico library generation or library-free search",
380380
"fa_icon": "fas fa-filter",
381-
"default": 400.0
381+
"default": 400
382382
},
383383
"max_pr_mz": {
384384
"type": "number",
385385
"description": "The maximum precursor m/z for the in silico library generation or library-free search",
386386
"fa_icon": "fas fa-filter",
387-
"default": 2400.0
387+
"default": 2400
388388
},
389389
"min_fr_mz": {
390390
"type": "number",
391391
"description": "The minimum fragment m/z for the in silico library generation or library-free search",
392392
"fa_icon": "fas fa-filter",
393-
"default": 100.0
393+
"default": 100
394394
},
395395
"max_fr_mz": {
396396
"type": "number",
397397
"description": "The maximum fragment m/z for the in silico library generation or library-free search",
398398
"fa_icon": "fas fa-filter",
399-
"default": 1800.0
399+
"default": 1800
400400
},
401401
"db_debug": {
402402
"type": "integer",
@@ -459,7 +459,6 @@
459459
"onsite_add_decoys": {
460460
"type": "boolean",
461461
"description": "Add decoy modifications for validation",
462-
"default": false,
463462
"fa_icon": "fas fa-shield-alt",
464463
"help_text": "When enabled, adds decoy modifications for validation. For AScore/PhosphoRS, adds --add-decoys flag. For LucXor, adds PhosphoDecoy(A) to target modifications.",
465464
"hidden": true
@@ -501,14 +500,12 @@
501500
"onsite_disable_split_by_charge": {
502501
"type": "boolean",
503502
"description": "Disable splitting PSMs by charge state for lucxor",
504-
"default": false,
505503
"fa_icon": "fas fa-ban",
506504
"hidden": true
507505
},
508506
"onsite_compute_all_scores": {
509507
"type": "boolean",
510508
"description": "Compute all scores for all candidate sites",
511-
"default": false,
512509
"fa_icon": "fas fa-calculator",
513510
"hidden": true
514511
},
@@ -662,7 +659,6 @@
662659
"type": "boolean",
663660
"description": "Force save fine-tuning model",
664661
"help_text": "When enabled, Force save fine-tuning model even if retrained model is not better than pretrained model",
665-
"default": false,
666662
"fa_icon": "far fa-check-square"
667663
},
668664
"epoch_to_train_ms2": {
@@ -836,26 +832,26 @@
836832
"min_precursor_intensity": {
837833
"type": "number",
838834
"description": "Minimum intensity of the precursor to be extracted",
839-
"default": 1.0,
835+
"default": 1,
840836
"fa_icon": "fas fa-sliders-h"
841837
},
842838
"min_precursor_purity": {
843839
"type": "number",
844840
"description": "Minimum fraction of the total intensity. 0.0:1.0",
845-
"default": 0.0,
841+
"default": 0,
846842
"fa_icon": "fas fa-sliders-h",
847843
"help_text": "Minimum fraction of the total intensity in the isolation window of the precursor spectrum"
848844
},
849845
"min_reporter_intensity": {
850846
"type": "number",
851847
"description": "Minimum intensity of the individual reporter ions to be extracted.",
852-
"default": 0.0,
848+
"default": 0,
853849
"fa_icon": "fas fa-sliders-h"
854850
},
855851
"precursor_isotope_deviation": {
856852
"type": "number",
857853
"description": "Maximum allowed deviation (in ppm) between theoretical and observed isotopic peaks of the precursor peak",
858-
"default": 10.0,
854+
"default": 10,
859855
"fa_icon": "fas fa-sliders-h"
860856
},
861857
"isotope_correction": {
@@ -1089,7 +1085,7 @@
10891085
"lfq_intensity_threshold": {
10901086
"type": "number",
10911087
"description": "The minimum intensity for a feature to be considered for quantification. (default: '1000')",
1092-
"default": 1000.0,
1088+
"default": 1000,
10931089
"fa_icon": "fas fa-filter",
10941090
"help_text": "The minimum intensity for a feature to be considered for quantification. (default: '1000')"
10951091
},

0 commit comments

Comments
 (0)