From 31fd7b58763b29f8f14e198e3e229539af6647df Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Mon, 21 Oct 2024 15:02:39 +0200 Subject: [PATCH] Fix tyop and remove c/p leak --- .github/workflows/ci_nextflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_nextflow.yml b/.github/workflows/ci_nextflow.yml index b31e2fb..d5e3aef 100644 --- a/.github/workflows/ci_nextflow.yml +++ b/.github/workflows/ci_nextflow.yml @@ -55,6 +55,6 @@ jobs: run: | wget -qO- get.nextflow.io | bash sudo mv nextflow /usr/local/bin/ - - name: Run pipeline with stub-run in alphafold2 split mode + - name: Run pipeline with stub-run run: | - nextflow run ${GITHUB_WORKSPACE} -profile test_stub,docker --oudir results + nextflow run ${GITHUB_WORKSPACE} -profile test_stub,docker --outdir results