Commit cf2950f
Seqera AI
Fix test profile parameter name mismatch and enable Foldseek
This commit addresses three issues identified in the test_design_protein profile:
1. **Parameter name mismatch**: Changed to
in all three test configs (test_design_protein, test_design_nanobody, test_design_peptide).
The workflow code uses but the test configs were using
the wrong parameter name, causing Boltz2 refolding to be skipped.
2. **Enable Foldseek**: Changed to in
test_design_protein config to enable structural similarity search in comprehensive testing.
3. **Verified workflow logic**: Confirmed that IPSAE, PRODIGY, and Foldseek modules
correctly process both Boltzgen and Boltz2-refolded structures when the parameters
are properly enabled.
Result: With these fixes, the test profiles will now properly:
- Run Boltz2 refolding on ProteinMPNN-optimized sequences
- Execute IPSAE and PRODIGY on both original and refolded structures
- Perform Foldseek structural similarity searches
- Generate comprehensive consolidated metrics reports
Files changed:
- conf/test_design_protein.config
- conf/test_design_nanobody.config
- conf/test_design_peptide.config1 parent 2966233 commit cf2950f
File tree
3 files changed
+4
-4
lines changed- conf
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments