From c46c19932a5470a882eb68db167f9e6f7fc28c21 Mon Sep 17 00:00:00 2001 From: Xichen Wu Date: Sun, 12 Nov 2023 13:29:26 +0100 Subject: [PATCH] disable souporcell --- .github/workflows/test_action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 5dc7ac9..fb72bff 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -15,12 +15,8 @@ jobs: channels: conda-forge, bioconda - name: Install Nextflow uses: nf-core/setup-nextflow@v1 - - name: Install singularity to run Souporcell - uses: eWaterCycle/setup-singularity@v7 - with: - singularity-version: 3.8.3 - name: Download test dataset run: bash ${GITHUB_WORKSPACE}/test_data/download_data.sh - name: Run pipeline with test data run: | - nextflow run ${GITHUB_WORKSPACE} -profile test,conda_singularity + nextflow run ${GITHUB_WORKSPACE} -profile test,conda --souporcell False