pangolin v1.1.6
Updates in this release include:
- Bug fix: outdir when explicitly called was appending to cwd, which is now the temp dir for much of the running to write the
.snakemake
dir away from actual cwd. Have now fixed this andpangolin
gets the absolute path of the old cwd and appends outdir to that before calling the snakemake pipeline. Convoluted, but it's fixed now.