Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename "profiles" to "build-configs" #27

Merged
merged 3 commits into from
Jan 26, 2024
Merged

Commits on Jan 26, 2024

  1. Renamed "config" to "defaults"

    Based on discussion in #27.
    
    Renaming "config" to "defaults" to prevent confusion with the new
    "build-configs" directory to be in the following commit.
    joverlee521 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    14e5dca View commit details
    Browse the repository at this point in the history
  2. Rename "profiles" to "build-configs"

    To avoid confusion with Snakemake's Profiles¹, rename the "profiles"
    directory to "build-configs" based on discussion in
    #27.
    
    This is expected to include subdirectories for specific build configs
    that include both config params and custom Snakemake rules that extend
    and/or override the core workflow.
    
    This also allows us to rename the build specific configs from
    "defaults.yaml" to "config.yaml" since they no longer clash with
    Snakemake Profile configuration files.
    
    ¹ https://snakemake.readthedocs.io/en/stable/executing/cli.html#profiles
    joverlee521 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    534751a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4043f03 View commit details
    Browse the repository at this point in the history