From e983493106722d1361d44da8c5a53215e6862147 Mon Sep 17 00:00:00 2001 From: Magnus Wahlberg Date: Thu, 19 Oct 2023 10:34:36 +0200 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 50a2f9eb..e454f76a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,4 +15,4 @@ jobs: directory: 'example/annotations' snakefile: 'pipelines/annotations.snakefile' args: '-j 2 -n --configfile pipelines/config/deeprvat_annotation_config.yaml' - stagein: 'mkdir -vp reference && touch reference/hg38.fa' + stagein: 'mkdir -vp reference && touch reference/hg38.fa && ls -la reference'