File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ bam_test_output/
88ci_output /
99barcode /
1010other /
11+ temp_test /
1112
1213# Latch
1314files_for_latch /
Original file line number Diff line number Diff 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' }
You can’t perform that action at this time.
0 commit comments