Skip to content

Commit c51c2d1

Browse files
authored
Merge pull request #66 from nf-core/strict-syntax
Strict syntax
2 parents b859941 + cc23a69 commit c51c2d1

25 files changed

Lines changed: 48 additions & 699 deletions

File tree

.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- isMain: false
8080
profile: "singularity"
8181
NXF_VER:
82-
- "25.04.0"
82+
- "25.10.0"
8383
- "latest-everything"
8484
env:
8585
NXF_ANSI_LOG: false

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Initial release of nf-core/proteinannotator, created with the [nf-core](https://
1818
- [#52](https://github.com/nf-core/proteinannotator/pull/52) - Add option to turn off InterProScan for testing
1919
- [#51](https://github.com/nf-core/proteinannotator/pull/51) - Update to nf-core/tools v3.3.1
2020
- [#47](https://github.com/nf-core/proteinannotator/pull/47) - Update metromap with more tools added from [May 2025 Hackathon](https://nf-co.re/events/2025/hackathon-boston)
21-
<!-- - [#43](https://github.com/nf-core/proteinannotator/pull/44) - Add [mTM-Align](https://nf-co.re/modules/mtmalign_align/) and [MMseqs2 Search](https://nf-co.re/modules/mmseqs_search/) modules -->
2221
- [#42](https://github.com/nf-core/proteinannotator/pull/42) - Updated to `nf-test` on GitHub Actions and in the `PULL_REQUEST_TEMPLATE.md`
2322
- [#13](https://github.com/nf-core/proteinannotator/pull/13) - Add nf-core seqkit/stats module
2423
- [#9](https://github.com/nf-core/proteinannotator/pull/9) - Add [InterProScan](https://interproscan-docs.readthedocs.io/) module

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![GitHub Actions Linting Status](https://github.com/nf-core/proteinannotator/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/proteinannotator/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/proteinannotator/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)
1111
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
1212

13-
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.04.0-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
13+
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.10.0-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
1414
[![nf-core template version](https://img.shields.io/badge/nf--core_template-3.5.1-green?style=flat&logo=nfcore&logoColor=white&color=%2324B064&link=https%3A%2F%2Fnf-co.re)](https://github.com/nf-core/tools/releases/tag/3.5.1)
1515
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
1616
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)

modules.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
1616
"installed_by": ["modules"]
1717
},
18-
"mmseqs/search": {
19-
"branch": "master",
20-
"git_sha": "38697a933bef7041bb935c9b8374d9948ce6c794",
21-
"installed_by": ["modules"]
22-
},
23-
"mtmalign/align": {
24-
"branch": "master",
25-
"git_sha": "e753770db613ce014b3c4bc94f6cba443427b726",
26-
"installed_by": ["modules"]
27-
},
2818
"multiqc": {
2919
"branch": "master",
3020
"git_sha": "80cba9452fb1e9bb79884976fa1ca0e671949aa2",
@@ -71,7 +61,7 @@
7161
"nf-core": {
7262
"faa_seqfu_seqkit": {
7363
"branch": "master",
74-
"git_sha": "15c0a7968179d3b717a9973a1c4f25beb8a9aa2b",
64+
"git_sha": "911a3c360b0ebdae4e36beaf734e6905174d3507",
7565
"installed_by": ["subworkflows"]
7666
},
7767
"utils_nextflow_pipeline": {
@@ -86,7 +76,7 @@
8676
},
8777
"utils_nfschema_plugin": {
8878
"branch": "master",
89-
"git_sha": "ff506dcada6fc826ed0c641dc2ed1e98f7345fbe",
79+
"git_sha": "fdc08b8b1ae74f56686ce21f7ea11ad11990ce57",
9080
"installed_by": ["subworkflows"]
9181
}
9282
}

modules/nf-core/mmseqs/search/environment.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

modules/nf-core/mmseqs/search/main.nf

Lines changed: 0 additions & 70 deletions
This file was deleted.

modules/nf-core/mmseqs/search/meta.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

modules/nf-core/mmseqs/search/tests/main.nf.test

Lines changed: 0 additions & 95 deletions
This file was deleted.

modules/nf-core/mmseqs/search/tests/main.nf.test.snap

Lines changed: 0 additions & 88 deletions
This file was deleted.

modules/nf-core/mmseqs/search/tests/nextflow.config

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)