Sabine Hurka
Sabine Hurka
Did you try something like ``` vdesk on:4 run:"C:\Program Files\Joplin\Joplin.exe" timeout 10 vdesk on:5 run:"C:\Users\Name AnotherName\AppData\Local\Discord\Update.exe" --processStart "Discord.exe" ``` in your *.bat without using any powershell command for vdesk?
I have tried to do a minimal example. 1. Run with v8.10.8 without any complains 2. Re-run a. v8.10.8 has OSError ([error.log](https://github.com/snakemake/snakemake/files/15078767/error.log)) b. v8.7.0 has _no_ OSError Edit: upgrade of...
No re-run issues with a very minimalistic snakefile and without wrapper. ``` #!/bin/python rule get_fastq_pe_gz: output: "{accession}_1.fastq.gz", "{accession}_2.fastq.gz", log: "{accession}.log", shell: """ touch {output} """ rule all: input: expand( "{accession}_{end}.fastq.gz",...