Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 17, 2024
1 parent abd46f7 commit 7f9124e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache-environment: true
cache-downloads: true
- name: Run pre pipeline cmd
if: prerun_cmd
if: inputs.prerun_cmd
run: ${{inputs.prerun_cmd}}
shell: bash -el {0}
- name: ${{inputs.name}}
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ name: DeepRVAT Pipeline tests
run-name: DeepRVAT Pipeline tests 🧬🧪💻🧑‍🔬
on: [ push ]


jobs:
Smoke-RunTraining:
steps:
uses: ./.github/workflows/run-pipeline.yml
with:
environment_file: ./deeprvat_env_no_gpu.yml
name: Smoke-RunTraining
pipeline_cmd: |
python -m snakemake -n -j 2 --directory ./example \
--snakefile ./pipelines/run_training.snakefile --show-failed-logs
uses: ./.github/workflows/run-pipeline.yml
with:
environment_file: ./deeprvat_env_no_gpu.yml
name: Smoke-RunTraining
pipeline_cmd: |
python -m snakemake -n -j 2 --directory ./example \
--snakefile ./pipelines/run_training.snakefile --show-failed-logs

# Pipeline-Tests-RunTraining:
# needs: Smoke-RunTraining
Expand Down

0 comments on commit 7f9124e

Please sign in to comment.