We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66e216 commit 7d8c170Copy full SHA for 7d8c170
.github/workflows/publish.yaml
@@ -15,6 +15,7 @@ jobs:
15
- name: Publish Anaconda package to Anaconda.org
16
uses: BEFH/[email protected]
17
with:
18
+ subDir: 'conda'
19
channels: '-c conda-forge -c bioconda -c bfh'
20
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
21
publish: true
snakemake_executor_plugin_lsf/__init__.py
@@ -342,7 +342,8 @@ async def job_stati_bjobs(self):
342
)
343
query_duration = time.time() - time_before_query
344
self.logger.debug(
345
- f"The job status for running jobs was queried with command: {running_cmd}\n"
+ "The job status for running jobs was queried "
346
+ f"with command: {running_cmd}\n"
347
f"It took: {query_duration} seconds\n"
348
f"The output is:\n'{running}'\n"
349
0 commit comments