Skip to content

Commit 458c5d3

Browse files
committed
Revert to pandas:1.1.5 container for debugging
- Switch back from miniconda3 to pandas container - Test if container execution works with known configuration - Debug silent container execution failure in Nextflow 23.10.1
1 parent 16f27ba commit 458c5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/container.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
process {
2-
withName: MAKE_META_FILE { container = 'continuumio/miniconda3:latest' }
2+
withName: MAKE_META_FILE { container = 'quay.io/biocontainers/pandas:1.1.5' }
33
withName: TRIMGALORE { container = 'quay.io/biocontainers/trim-galore:0.6.7--hdfd78af_0' }
44
withName: MAKE_BWA_INDEX { container = 'quay.io/hdc-workflows/bwa-samtools:latest' }
55
withName: BWA_ALIGN { container = 'quay.io/hdc-workflows/bwa-samtools:latest' }

0 commit comments

Comments
 (0)