We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacc9fe commit de2b1daCopy full SHA for de2b1da
1 file changed
snakemake_executor_plugin_googlebatch/executor.py
@@ -398,7 +398,7 @@ def get_snakefile(self):
398
Use a Snakefile in the present working directory since we write it.
399
"""
400
assert os.path.exists(self.workflow.main_snakefile)
401
- return "Snakefile"
+ return os.path.relpath(self.workflow.main_snakefile, os.getcwd())
402
403
async def check_active_jobs(
404
self, active_jobs: List[SubmittedJobInfo]
0 commit comments