Skip to content

Commit c3ddff5

Browse files
committed
update config
1 parent 6be292b commit c3ddff5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/nextflow-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
curl -s https://get.nextflow.io | bash
2525
sudo mv nextflow /usr/local/bin
2626
nextflow -version
27+
env:
28+
NXF_VER: 25.10.4
2729

2830
- name: Run Nextflow pipeline with test profile
2931
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ bam_test_output/
88
ci_output/
99
barcode/
1010
other/
11+
temp_test/
1112

1213
# Latch
1314
files_for_latch/

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ process {
3232
memory = '4 GB'
3333
cpus = 1
3434

35-
withName:DORADO_DEMUX { container = 'genomicpariscentre/dorado:1.1.1'; memory = '8 GB'; cpus = 2 }
36-
withName:COMBINE_BARCODES { container = 'ubuntu:20.04' }
35+
withName:DORADO_DEMUX { container = 'genomicpariscentre/dorado:1.2.0'; memory = '8 GB'; cpus = 2 }
36+
withName:COMBINE_BARCODES { container = 'quay.io/biocontainers/samtools:1.21--h50ea8bc_0' }
3737
withName:EXTRACT_HEADER { container = 'quay.io/biocontainers/pysam:0.22.0--py39hcada746_0' }
3838
withName:REHEADER_READS { container = 'seqwell/python:v2.0' }
3939
withName:CUTADAPT_TRIM { container = 'quay.io/biocontainers/cutadapt:5.0--py310h1fe012e_0' }

0 commit comments

Comments
 (0)