Skip to content

Release 2.6.3

Compare
Choose a tag to compare
@bunbun bunbun released this 22 Apr 10:24
· 121 commits to master since this release

Mainly bug fixes for 2.6

  • Transform with the new output_dir parameter now works works even when the output contains more than one file

    @transform(..., suffix("xxx"), output_dir = "/new/output/path") 
  • Subdivide also takes the new output_dir parameter

    @subdivide( ..., suffix("xxx"), output_dir = "/new/output/path")

    works in exactly the same way as

    @transform(..., outputdir="xxx")
  • ruffus.drmaa_wrapper.run_job() works with python3.
    Fixed issue with byte and text streams

  • ruffus.drmaa.wrapper.run_job() allows ``env` (environment) to be set for jobs with are run locally as well as those on the cluster

  • New object-orientated style syntax works seamlessly with Ruffus command line support ruffus.cmdline.run