Skip to content

snakemake v7.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 14:39
bbed20f

Features

  • add flag ensure that allows to annotate that certain output files should be non-empty or agree with a given checksum (#1651) (76f69d9)
  • for small files, compare checksums to determine if job needs to run if input file is newer than output file (#1568) (1ae85c6)
  • LockException (#1276) (f5e6fa6)
  • new directive "retries" for annotating the number of times a job shall be restarted after a failure (#1649) (c8d81d0)

Bug Fixes

Documentation

  • singularity sometimes uses system /tmp explanation (#1588) (170c1d9)