Chang Ye
Chang Ye
Yes. A new algorithm would be a better solution for this. The new Illumina sequencing platforms (Nextseq 2000, NovaSeq) use compressed encoding of the quality score, and the running sum...
Thank you for sharing the paper. It seems that window-based methods are better than running sum based methods? Is the algorithm used in SolexaQA the best? But the curve in...
Thank you @Hocnonsense, I checked the uuid of a series of jobs submitted by slurm executor and found that most of the uuid is identical although these jobs are defined...
I found a quick solution by edit the jobname, but still need some work to store the job id to limit the query output of `sacct` command https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/main...y9c:snakemake-executor-plugin-slurm:main
Thank you @Hocnonsense for providing this solution. It is very helpful. I am trying to fix this on the slurm executor repo, but I'm not sure if the plugin is...
This bug still exists in the latest version (8.2.0)
Hi @dariober Could you help me test this example? ``` configfile: "config.yaml" X = config["unexisting_key"] print(1) print(2) print(3) ``` --- $ snakemake --version **8.2.1** $ python --version **Python 3.12.1**
BTW, this bug still exists in the lastest release (8.4.3)
Thank you @dariober
``` javascript if(!path.existsSync(root)){ ^ TypeError: path.existsSync is not a function ```