You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nextflow_schema.json
+1-30Lines changed: 1 addition & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
"mimetype": "text/csv",
23
23
"pattern": "^\\S+\\.csv$",
24
24
"description": "Path to comma-separated samplesheet file.",
25
-
"help_text": "The samplesheet must contain: `sample`, `design_yaml`, and optionally: `structure_files`, `protocol`, `num_designs`, `budget`, `reuse`\n\nSee schema file in assets/schema_input_design.json for detailed specifications.",
25
+
"help_text": "The samplesheet must contain: `sample_id`, `design_yaml`, `target_sequence`, and optionally: `structure_files`, `protocol`, `num_designs`, `budget`, `reuse`, `target_msa`, `target_template`\n\nSee schema file in assets/schema_input_design.json for detailed specifications.",
26
26
"fa_icon": "fas fa-file-csv"
27
27
},
28
28
"outdir": {
@@ -41,35 +41,6 @@
41
41
"default": "",
42
42
"fa_icon": "fas fa-cogs",
43
43
"properties": {
44
-
"protocol": {
45
-
"type": "string",
46
-
"default": "protein-anything",
47
-
"description": "Boltzgen design protocol.",
48
-
"help_text": "Available protocols:\n- **protein-anything**: General protein design\n- **peptide-anything**: Peptide binder design\n- **protein-small_molecule**: Protein-small molecule interaction\n- **nanobody-anything**: Nanobody design",
49
-
"enum": [
50
-
"protein-anything",
51
-
"peptide-anything",
52
-
"protein-small_molecule",
53
-
"nanobody-anything"
54
-
],
55
-
"fa_icon": "fas fa-flask"
56
-
},
57
-
"num_designs": {
58
-
"type": "integer",
59
-
"default": 100,
60
-
"description": "Number of intermediate designs to generate.",
61
-
"help_text": "For production runs, recommend 10,000-60,000 designs. Lower values (100-1000) suitable for testing.",
62
-
"fa_icon": "fas fa-hashtag",
63
-
"minimum": 1
64
-
},
65
-
"budget": {
66
-
"type": "integer",
67
-
"default": 10,
68
-
"description": "Number of designs in final diversity-optimized set.",
69
-
"help_text": "Boltzgen will select this many diverse, high-quality designs from the intermediate pool.",
0 commit comments