From 28825eeedc445fdd6e860d3215870bc9840b1622 Mon Sep 17 00:00:00 2001 From: kevinmenden Date: Mon, 21 Dec 2020 07:18:10 +0100 Subject: [PATCH] updated CI action --- .github/workflows/ci-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 47801d8..d8a69fd 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -26,11 +26,11 @@ jobs: - name: Create example data run: | mkdir example_data - scaden example -out example_data + scaden example --out example_data/ - name: Simulate training data run: | - scaden simulate -d example_data --pattern '*_counts.txt' + scaden simulate --data example_data/ --pattern '*_counts.txt' - name: Scaden process run: |