Skip to content

Commit 6ba7d55

Browse files
committed
nf-test and changelog updated
1 parent 89f5a13 commit 6ba7d55

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Initial release of nf-core/proteinannotator, created with the [nf-core](https://
99

1010
### `Added`
1111

12+
- [#60](https://github.com/nf-core/proteinannotator/pull/60) - Added nf-core module `S4PRED_RUNMODEL` for secondary structure prediction (i.e., α-helix, a β-strand or a coil). (by @vagkaratzas). (by @vagkaratzas)
1213
- [#59](https://github.com/nf-core/proteinannotator/pull/59) - Added nf-core qc and pre-processing subworkflow for amino acid sequences `FAA_SEQFU_SEQKIT`. (by @vagkaratzas). (by @vagkaratzas)
1314
- [#57](https://github.com/nf-core/proteinannotator/pull/57) - nf-core tools template update to 3.5.1. (by @vagkaratzas)
1415
- [#52](https://github.com/nf-core/proteinannotator/pull/52) - Add option to turn off InterProScan for testing

tests/default.nf.test.snap

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"-profile test": {
33
"content": [
4-
11,
4+
13,
55
{
6+
"S4PRED_RUNMODEL": {
7+
"s4pred": "1.2.1"
8+
},
69
"SEQFU_STATS_BEFORE": {
710
"seqfu": "1.22.3"
811
},
@@ -57,7 +60,14 @@
5760
"qc/T1026/T1026_after.tsv",
5861
"qc/T1026/T1026_after_mqc.txt",
5962
"qc/T1026/T1026_before.tsv",
60-
"qc/T1026/T1026_before_mqc.txt"
63+
"qc/T1026/T1026_before_mqc.txt",
64+
"s4pred",
65+
"s4pred/T1024",
66+
"s4pred/T1024/ss2",
67+
"s4pred/T1024/ss2/T1024.ss2",
68+
"s4pred/T1026",
69+
"s4pred/T1026/ss2",
70+
"s4pred/T1026/ss2/T1026.ss2"
6171
],
6272
[
6373
"multiqc_T1024_after.txt:md5,f2a552d4750ff8360941b10cec141499",
@@ -76,13 +86,15 @@
7686
"T1026_after.tsv:md5,052ba564eabda203298ffc26ef80b7ab",
7787
"T1026_after_mqc.txt:md5,3534726223f5a24dedda4446fd202404",
7888
"T1026_before.tsv:md5,052ba564eabda203298ffc26ef80b7ab",
79-
"T1026_before_mqc.txt:md5,3534726223f5a24dedda4446fd202404"
89+
"T1026_before_mqc.txt:md5,3534726223f5a24dedda4446fd202404",
90+
"T1024.ss2:md5,6f2467c4e6974e761333bef106809e88",
91+
"T1026.ss2:md5,cc788acb2aefe43fea147d9dd2b6c2c9"
8092
]
8193
],
8294
"meta": {
8395
"nf-test": "0.9.3",
8496
"nextflow": "25.10.2"
8597
},
86-
"timestamp": "2025-12-01T14:53:54.397071161"
98+
"timestamp": "2025-12-02T10:01:13.30875032"
8799
}
88100
}

0 commit comments

Comments
 (0)