Skip to content

Commit

Permalink
disable souporcell
Browse files Browse the repository at this point in the history
  • Loading branch information
wxicu committed Nov 12, 2023
1 parent 3749bf0 commit c46c199
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c46c199

Please sign in to comment.