Skip to content

Commit 6ef663e

Browse files
committed
bug fix
1 parent d8b30e9 commit 6ef663e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/smoke_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: |
4242
nextflow run . -profile test_base,${{ matrix.profile }},docker \
4343
${{ matrix.quantification_mode && format('--quantification_mode {0}', matrix.quantification_mode) || '' }} \
44-
${{ matrix.bam_only && '--bam_only true' || '' }}
44+
${{ matrix.bam_only && '--bam_only' || '' }}

nextflow.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ profiles {
5757

5858
docker {
5959
docker.enabled = true
60-
docker.autoMounts = true
6160
singularity.enabled = false
6261
docker.runOptions = '-u $(id -u):$(id -g)'
6362
}

0 commit comments

Comments
 (0)