Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Nov 2, 2024
1 parent 0f76808 commit 967019c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Nextflow
uses: nf-core/setup-nextflow@v1
with:
version: "24.04.4"
version: "24.10.0"

- name: Install nf-test
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ trace*
logs/*
output*/*
.nextflow*
.nf-test*
3 changes: 1 addition & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manifest {
author = """Luca Cozzuto, Federica Mantica, Toni Hermoso Pulido"""
homePage = 'https://github.com/biocorecrg/ExOrthist'
description = """ExOrthist is a Nextflow-based pipeline to obtain groups of exon orthologous at all evolutionary timescales."""
nextflowVersion = '!>=24.04.2'
nextflowVersion = '!>=24.10.0'
version = '2.0.0'
doi = 'https://doi.org/10.1186/s13059-021-02441-9'
}
Expand Down Expand Up @@ -230,4 +230,3 @@ process {
]
}
}

3 changes: 3 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@
{
"$ref": "#/$defs/plot_parameters"
},
{
"$ref": "#/$defs/institutional_config_options"
},
{
"$ref": "#/$defs/notification_options"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// Impose same minimum Nextflow version as the pipeline for testing
manifest {
nextflowVersion = '!>=24.04.2'
nextflowVersion = '!>=24.10.0'
}

// Disable all Nextflow reporting options
Expand Down
4 changes: 2 additions & 2 deletions tests/workflows/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"meta": {
"nf-test": "0.9.1",
"nextflow": "24.04.4"
"nextflow": "24.10.0"
},
"timestamp": "2024-10-25T19:47:18.31238939"
"timestamp": "2024-11-02T16:22:03.038334081"
}
}

0 comments on commit 967019c

Please sign in to comment.