Skip to content

Commit da509a4

Browse files
committed
apply suggestions
1 parent 6220a67 commit da509a4

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/nf-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
- name: Run nf-test
100100
uses: ./.github/actions/nf-test
101101
env:
102-
NFT_DIFF: ${{ env.NFT_DIFF }}
103-
NFT_DIFF_ARGS: ${{ env.NFT_DIFF_ARGS }}
104102
NFT_WORKDIR: ${{ env.NFT_WORKDIR }}
105103
with:
106104
profile: ${{ matrix.profile }}

tests/.nftignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ shinyngs_app/**/data.rds
1212
.DS_Store
1313
*.dds.rld.rds
1414
**/**/*.dds.rld.rds
15+
**/**/*.limma.rds

tests/test_affy.nf.test.snap

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222
],
223223
[
224224
"raw._eset.rds:md5,8c6c7807ce6c5d8204bd681b941eeb0f",
225-
"phenotype_uninvolved_lesional_GSE50790.MArrayLM.limma.rds:md5,b5ef9fc63c87a83bf925f9284d83663f",
226225
"versions.yml:md5,225ced8832439345efa781c726cf2e5c",
227226
"versions.yml:md5,d5f6ad8fe6242dcd75bc62b654d1d211",
228227
"gene_sets_phenotype_uninvolved_lesional_GSE50790.h.all.v2022.1.Hs.symbols.HALLMARK_ADIPOGENESIS.tsv:md5,6dcf05651f6b0386fe089eaa421c3127",
@@ -284,7 +283,7 @@
284283
"nf-test": "0.9.2",
285284
"nextflow": "25.04.3"
286285
},
287-
"timestamp": "2025-06-17T08:33:54.434923937"
286+
"timestamp": "2025-06-17T09:35:13.777853554"
288287
},
289288
"Test affy profile - with toolsheet": {
290289
"content": [
@@ -509,7 +508,6 @@
509508
],
510509
[
511510
"raw._eset.rds:md5,8c6c7807ce6c5d8204bd681b941eeb0f",
512-
"phenotype_uninvolved_lesional_GSE50790.MArrayLM.limma.rds:md5,b5ef9fc63c87a83bf925f9284d83663f",
513511
"versions.yml:md5,225ced8832439345efa781c726cf2e5c",
514512
"versions.yml:md5,d5f6ad8fe6242dcd75bc62b654d1d211",
515513
"gene_sets_phenotype_uninvolved_lesional_GSE50790.h.all.v2022.1.Hs.symbols.HALLMARK_ADIPOGENESIS.tsv:md5,6dcf05651f6b0386fe089eaa421c3127",
@@ -571,6 +569,6 @@
571569
"nf-test": "0.9.2",
572570
"nextflow": "25.04.3"
573571
},
574-
"timestamp": "2025-06-17T08:37:06.659194094"
572+
"timestamp": "2025-06-17T09:38:26.821359936"
575573
}
576574
}

0 commit comments

Comments
 (0)