Skip to content

DeepRVAT Pipeline tests 🧬πŸ§ͺπŸ’»πŸ§‘β€πŸ”¬ #6

DeepRVAT Pipeline tests 🧬πŸ§ͺπŸ’»πŸ§‘β€πŸ”¬

DeepRVAT Pipeline tests 🧬πŸ§ͺπŸ’»πŸ§‘β€πŸ”¬ #6

Workflow file for this run

name: DeepRVAT Pipeline tests
run-name: DeepRVAT Pipeline tests 🧬πŸ§ͺπŸ’»πŸ§‘β€πŸ”¬
on: [ push ]
jobs:
Smoke-RunTraining:
uses: ./.github/workflows/run-pipeline.yml

Check failure on line 7 in .github/workflows/smoke-tests.yml

View workflow run for this annotation

GitHub Actions / DeepRVAT Pipeline tests

Invalid workflow file

The workflow is not valid. In .github/workflows/smoke-tests.yml (Line: 7, Col: 11): Error from called workflow PMBio/deeprvat/.github/workflows/run-pipeline.yml@e4877ea69837351fc78260563568503532da9a8b (Line: 9, Col: 15): Unexpected value 'str' In .github/workflows/smoke-tests.yml (Line: 7, Col: 11): Error from called workflow PMBio/deeprvat/.github/workflows/run-pipeline.yml@e4877ea69837351fc78260563568503532da9a8b (Line: 12, Col: 15): Unexpected value 'str'
with:
environment-file: ${{ github.workspace }}/deeprvat_env_no_gpu.yml
name: Smoke-RunTraining
pipeline_cmd: |
python -m snakemake -n -j 2 --directory ${{ github.workspace }}/example \
--snakefile ${{ github.workspace }}/pipelines/run_training.snakefile --show-failed-logs
# Pipeline-Tests-RunTraining:
# runs-on: ubuntu-latest
# needs: Smoke-RunTraining
# steps:
# - name: Check out repository code
# uses: actions/checkout@v4
# - uses: mamba-org/[email protected]
# with:
# environment-name: deeprvat-gh-action
# environment-file: ${{ github.workspace }}/deeprvat_env_no_gpu.yml
# cache-environment: true
# cache-downloads: true
# - name: Install DeepRVAT
# run: pip install -e ${{ github.workspace }}
# shell: micromamba-shell {0}
# # There are no GPUs on the gh worker, so we disable it in the config
# - name: Update config to use no gpus
# run: "sed -i 's/gpus: 1/gpus: 0/' ${{ github.workspace }}/example/config.yaml"
# shell: bash -el {0}
# - name: Run run_training pipeline
# run: |
# python -m snakemake -j 2 --directory ${{ github.workspace }}/example \
# --snakefile ${{ github.workspace }}/pipelines/run_training.snakefile --show-failed-logs -F
# shell: micromamba-shell {0}