Skip to content

DeepRVAT 🧬πŸ§ͺπŸ’»πŸ§‘β€πŸ”¬ #276

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

DeepRVAT 🧬πŸ§ͺπŸ’»πŸ§‘β€πŸ”¬ #276

Workflow file for this run

name: DeepRVAT
run-name: DeepRVAT 🧬πŸ§ͺπŸ’»πŸ§‘β€πŸ”¬
on: [ push ]
jobs:
DeepRVAT-Annotation-Pipeline-Smoke-Tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Annotations Smoke Test
uses: snakemake/snakemake-github-action@v1.25.1
with:
directory: 'example/annotations'
snakefile: 'pipelines/annotations.snakefile'
args: '-j 2 -n --configfile pipelines/config/deeprvat_annotation_config.yaml'
stagein: 'mkdir -pv preprocessing_workdir/norm/variants/variants.tsv.gz ; touch preprocessing_workdir/norm/variants/variants.tsv.gz'