Commit 4c85cdf
Seqera AI
Remove target mode variables and clean up pipeline
- Removed target mode specific files:
- assets/schema_input_target.json
- assets/samplesheet_example.csv
- assets/target_samplesheet_example.csv
- assets/design_examples/ directory
- modules/local/generate_design_variants.nf
- Removed target mode test samplesheets:
- assets/test_data/samplesheet_target_*.csv
- Updated documentation to remove target mode references:
- docs/reference/parameters.md: Removed target mode parameters section
- docs/architecture/implementation.md: Updated directory structure and validation examples
- docs/getting-started/quick-reference.md: Simplified samplesheet templates and command recipes
- docs/getting-started/usage.md: Updated design YAML template
- docs/reference/examples.md: Complete rewrite with design mode examples only
- Kept only runnable test samplesheets:
- samplesheet_design_nanobody.csv
- samplesheet_design_peptide.csv
- samplesheet_design_protein.csv
All target mode variables (min_length, max_length, length_step, n_variants_per_length,
design_type, target_chain_ids) have been removed from the pipeline. The pipeline now
operates exclusively in design mode using pre-made Boltzgen YAML specifications.1 parent c89704a commit 4c85cdf
File tree
15 files changed
+358
-711
lines changed- assets
- design_examples
- test_data
- docs
- architecture
- getting-started
- reference
- modules/local
15 files changed
+358
-711
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| |||
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
63 | | - | |
64 | 60 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
| |||
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 83 | + | |
92 | 84 | | |
93 | 85 | | |
94 | 86 | | |
| |||
99 | 91 | | |
100 | 92 | | |
101 | 93 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 94 | + | |
105 | 95 | | |
106 | 96 | | |
107 | 97 | | |
| |||
231 | 221 | | |
232 | 222 | | |
233 | 223 | | |
234 | | - | |
235 | | - | |
| 224 | + | |
| 225 | + | |
236 | 226 | | |
237 | | - | |
238 | | - | |
| 227 | + | |
| 228 | + | |
239 | 229 | | |
240 | 230 | | |
241 | 231 | | |
| |||
0 commit comments