Skip to content

gsm v2.1.0

Compare
Choose a tag to compare
@lauramaxwell lauramaxwell released this 08 Oct 20:27
· 357 commits to main since this release
0594e99

Overview

This minor release addresses workflow updates which are required for improved modularity and automation. These updates include:

  • Specification of all required data sources in all yaml workflow files, via the spec section of the yaml, which are checked
  • Allow a master spec document to be constructed via the CombineSpecs.
  • Enforce that by default, each yaml file produces only one output- the final output in the workflow steps.
  • Parse out the mapping yamls into individual workflows, one per mapped dataframe.
  • Create a standard structure for yamls and the directories that yamls are stored in, specified in vignette('gsmExtensions'),

What's Changed

New Contributors

Full Changelog: v1.9.2...v2.1.0