Skip to content

1.13

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 15:39
· 42 commits to main since this release

New Features

  • new view command to view workflow log, snakefile, or configuration file.
  • conda environment recipes are now stored in outdir/workflow/envs for more self-contained workflow directories
    • also improves workflow-specific troubleshooting

Breaking Changes

  • stitchparams has been renamed imputeparams

Internal

  • improved handling of conda environments across various commands, allowing for better configuration and dependency management.
  • Updated environment directory paths for better organization and clarity across all workflows
  • local simuG replaced with conda installation
    • Removed dependency on the simuG.pl script for several simulation workflows, streamlining the execution process
    • rename rules and better directory structure for simulate variants

Bug Fixes

  • Improved regular expression handling in file processing to enhance clarity and prevent issues.
  • Corrected typos in align_stats.Rmd and routines for handling no valid barcodes

Issues and PRs

Full Changelog: 1.12...1.13