From 89f5a13966fa13e8c321ba89b0b08c3313db2e48 Mon Sep 17 00:00:00 2001 From: vagkaratzas Date: Tue, 2 Dec 2025 09:59:36 +0000 Subject: [PATCH 1/3] added s4pred module to pipeline --- CITATIONS.md | 4 + conf/modules.config | 10 ++ docs/output.md | 19 ++++ modules.json | 5 + .../nf-core/s4pred/runmodel/environment.yml | 7 ++ modules/nf-core/s4pred/runmodel/main.nf | 52 ++++++++++ modules/nf-core/s4pred/runmodel/meta.yml | 52 ++++++++++ .../s4pred/runmodel/tests/main.nf.test | 58 +++++++++++ .../s4pred/runmodel/tests/main.nf.test.snap | 98 +++++++++++++++++++ nextflow.config | 4 + nextflow_schema.json | 23 +++++ .../main.nf | 6 ++ workflows/proteinannotator.nf | 4 + 13 files changed, 342 insertions(+) create mode 100644 modules/nf-core/s4pred/runmodel/environment.yml create mode 100644 modules/nf-core/s4pred/runmodel/main.nf create mode 100644 modules/nf-core/s4pred/runmodel/meta.yml create mode 100644 modules/nf-core/s4pred/runmodel/tests/main.nf.test create mode 100644 modules/nf-core/s4pred/runmodel/tests/main.nf.test.snap diff --git a/CITATIONS.md b/CITATIONS.md index 0190458..02178b9 100644 --- a/CITATIONS.md +++ b/CITATIONS.md @@ -22,6 +22,10 @@ > Zdobnov, Evgeni M., and Rolf Apweiler. “InterProScan – an Integration Platform for the Signature-Recognition Methods in InterPro.” Bioinformatics 17, no. 9 (September 1, 2001): 847–48. https://doi.org/10.1093/bioinformatics/17.9.847. +- [s4pred](https://pubmed.ncbi.nlm.nih.gov/34213528/) + +> Moffat L, Jones DT. Increasing the accuracy of single sequence prediction methods using a deep semi-supervised learning framework. Bioinformatics. 2021 Nov 1;37(21):3744-51. doi: 10.1093/bioinformatics/btab491. PubMed PMID: 34213528; PubMed Central PMCID: PMC8570780. +