Skip to content

Commit 4cbdf64

Browse files
committed
Linted
1 parent f7340fc commit 4cbdf64

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

nextflow.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ params {
7272
alphafold3_pdb_seqres_path = null
7373
alphafold3_uniprot_path = null
7474

75-
7675
// Boltz links
7776
boltz_ccd_link = null
7877
boltz_model_link = null

nextflow_schema.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
"format": "directory-path",
7070
"description": "The directory where reference data is stored. Individual methods can be overwritten with method-specific paths.",
7171
"fa_icon": "fas fa-folder-open"
72+
},
73+
"uniref30_prefix": {
74+
"type": "string",
75+
"default": "UniRef30_2023_02"
7276
}
7377
}
7478
},
@@ -107,6 +111,10 @@
107111
},
108112
"random_seed": {
109113
"type": "string"
114+
},
115+
"alphafold2_params_prefix": {
116+
"type": "string",
117+
"default": "alphafold_params_2022-12-06"
110118
}
111119
}
112120
},
@@ -469,7 +477,7 @@
469477
"type": "string",
470478
"description": "Path to the AlphaFold2 parameters",
471479
"fa_icon": "fas fa-folder-open",
472-
"default": "null/params/alphafold_params_*/*"
480+
"default": "null/params/alphafold_params_2022-12-06/*"
473481
},
474482
"alphafold2_mgnify_path": {
475483
"type": "string",
@@ -1133,11 +1141,5 @@
11331141
{
11341142
"$ref": "#/$defs/helixfold3_dbs_and_parameters_link_options"
11351143
}
1136-
],
1137-
"properties": {
1138-
"uniref30_prefix": {
1139-
"type": "string",
1140-
"default": "UniRef30_2023_02"
1141-
}
1142-
}
1144+
]
11431145
}

0 commit comments

Comments
 (0)