Skip to content

Commit

Permalink
Create mock files for smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
endast authored Aug 7, 2024
1 parent a209c1e commit c84bc9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pipeline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
with:
pipeline_file: ./pipelines/annotations.snakefile
environment_file: ./deeprvat_annotations.yml
prerun_cmd: |
mkdir -pv ./example/preprocess/workdir/norm/variants && \
mkdir -pv ./example/preprocess/workdir/preprocessed && \
touch ./example/preprocess/workdir/preprocessed/genotypes.h5 && \
touch ./example/preprocess/workdir/norm/variants/variants.parquet
pipeline_config: ./example/config/deeprvat_annotation_config.yaml
pipeline_directory: ./example/annotations
download_fasta_data: true
Expand Down

0 comments on commit c84bc9c

Please sign in to comment.