Commit 3a21bea1 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Updated min nextflow version

parent 6f107d3f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ jobs:
    strategy:
      matrix:
        # Nextflow versions: check pipeline minimum and current latest
        nxf_ver: ['21.04.0', '']
        nxf_ver: ['21.04.3', '']
    steps:
      - name: Check out pipeline code
        uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
    strategy:
      matrix:
        # We only run this on the specified nextflow version for the pipeline
        nxf_ver: ['21.04.0']
        nxf_ver: ['']
    steps:
      - name: Check out pipeline code
        uses: actions/checkout@v2
@@ -136,7 +136,7 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
        nxf_version: ["21.04.0"]
        nxf_version: ["21.10.3"]
        tags: ["samplesheet", "verify_output_input", "verify_output_align_short", "verify_output_align_long", "verify_output_peak_calling", "verify_output_reporting", "verify_output_save", "verify_output_skip"]
    steps:
      - uses: actions/checkout@v2
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ manifest {
    homePage        = "https://github.com/nf-core/cutandrun"
    description     = "Analysis pipeline for CUT&RUN and CUT&TAG experiments that includes sequencing QC, spike-in normalisation, IgG control normalisation, peak calling and downstream peak analysis."
    mainScript      = "main.nf"
    nextflowVersion = '!>=21.04.0'
    nextflowVersion = '!>=21.04.3'
    version         = '1.0.0'
}