Skip to content

Commit 50f72b7

Browse files
jscghJoseEspinosa
andauthored
Apply suggestions from code review
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
1 parent 4cbdf64 commit 50f72b7

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

nextflow_schema.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@
7272
},
7373
"uniref30_prefix": {
7474
"type": "string",
75-
"default": "UniRef30_2023_02"
75+
"default": "UniRef30_2023_02",
76+
"description": "UniRef major release",
77+
"enum": ["UniRef30_2023_02", "UniRef30_2022_02", "UniRef30_2021_03"],
78+
"fa_icon": "fas fa-database"
7679
}
7780
}
7881
},
@@ -114,7 +117,10 @@
114117
},
115118
"alphafold2_params_prefix": {
116119
"type": "string",
117-
"default": "alphafold_params_2022-12-06"
120+
"default": "alphafold_params_2022-12-06",
121+
"description": "Alphafold2 parameters version",
122+
"enum": ["alphafold_params_2022-12-06", "alphafold_params_2022-03-02", "alphafold_params_2022-01-19", "alphafold_params_2021-07-14"],
123+
"fa_icon": "fas fa-database"
118124
}
119125
}
120126
},

0 commit comments

Comments
 (0)