Skip to content

Commit

Permalink
Change SETUP from 1 to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Dec 5, 2024
1 parent b084e7c commit c1e52e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: tj-actions/branch-names@v8

- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
uses: nf-core/setup-nextflow@v2.14
with:
version: "${{ matrix.NXF_VER }}"

Expand Down
6 changes: 0 additions & 6 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,6 @@ process {
memory = { check_max( 100.GB * task.attempt, 'memory' ) }
}

withName: FKUTILS_FKPROF {
cpus = { check_max( 25 * task.attempt, 'cpus' ) }
memory = { check_max( 1.GB * ( reference.size() < 2e9 ? 50 : Math.ceil( ( reference.size() / 1e+9 ) * 20 ) * Math.ceil( task.attempt * 1 ) ), 'memory' ) }
time = { check_max( 36.h * task.attempt, 'time' ) }
}

//
// GENERAL MODULE LIMITS
// Based on reports from SummaryStats
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/yaml_input.nf
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ workflow YAML_INPUT {
motif_len = selfcomp_data.motif_len
mummer_chunk = selfcomp_data.mummer_chunk

synteny_paths = group.synteny
synteny_paths = group.synteny

intron_size = intron_size.size

Expand Down

0 comments on commit c1e52e8

Please sign in to comment.