Skip to content

pangolin v1.1.6

Compare
Choose a tag to compare
@aineniamh aineniamh released this 04 May 20:56
· 751 commits to master since this release

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 and pangolin gets the absolute path of the old cwd and appends outdir to that before calling the snakemake pipeline. Convoluted, but it's fixed now.