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

Add support pipeline test extra flags #102

Merged
merged 3 commits into from
May 27, 2024
Merged

Conversation

endast
Copy link
Collaborator

@endast endast commented May 27, 2024

What

Updates the test-pipeline to add support for extra snakemake flags.

You can now pass extra flags to the snakemake cmd using the pipeline_extra_flags parameter.

jobs:
  # Training Pipeline
  Smoke-RunTraining:
    uses: ./.github/workflows/run-pipeline.yml
    with:
      pipeline_file: ./pipelines/run_training.snakefile
      environment_file: ./deeprvat_env_no_gpu.yml
      pipeline_extra_flags: --verbose # Example of adding the verbose flag

@endast endast requested a review from Marcel-Mueck May 27, 2024 09:00
@endast endast merged commit 7531536 into main May 27, 2024
24 checks passed
Marcel-Mueck pushed a commit that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants