Commit 05d4b71
committed
fix(executor): Pass
- `snakemake_executor_plugin_googlebatch/executor.py`: Modified the call to `self.get_snakefile()` within `GoogleBatchExecutor.run_job` to pass the `job` object as an argument.
- This change ensures that the `get_snakefile` method receives the necessary `job` context to correctly determine and format the `--snakefile` CLI argument for the Snakemake command executed on Google Batch, addressing a previously missing argument.job object to get_snakefile when formatting CLI args1 parent efcd480 commit 05d4b71
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments