Commit 7962913
authored
feat: add source cache path attribute for mounting in e.g. containers (#33)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* New Features
* Added an optional configuration to specify a source cache path during
environment initialization, enabling cached sources for improved reuse.
Existing behavior remains unchanged if not provided.
* Tests
* Expanded test coverage to include scenarios using the new source cache
path, ensuring correct handling and integration in typical workflows.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 8e453b2 commit 7962913
File tree
2 files changed
+5
-0
lines changed- snakemake_interface_software_deployment_plugins
2 files changed
+5
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| 160 | + | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
0 commit comments