Skip to content

Commit

Permalink
remove stereoscope
Browse files Browse the repository at this point in the history
  • Loading branch information
csangara committed Oct 3, 2024
1 parent 91cec7d commit be8c2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_run_dataset_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run pipeline with test data
run: |
nextflow run main.nf -profile test,docker --mode run_dataset \
--methods stereoscope,destvi,tangram,stride
--methods destvi,tangram,stride
- name: Upload proportions and metrics
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
run: |
echo $(ls)
Rscript unit-test/test_run_dataset.R \
stereoscope,destvi,tangram,stride
destvi,tangram,stride

0 comments on commit be8c2eb

Please sign in to comment.