Skip to content

Commit 472262c

Browse files
committed
modify github ci custom_paramsheet test tag
1 parent 8221cbc commit 472262c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
- "maxquant"
4545
- "soft"
4646
- "rnaseq_limma"
47-
- "paramset"
47+
- "rnaseq_dream"
48+
- "custom_paramsheet"
4849
compute_profile:
4950
- "docker"
5051
- "singularity"

tests/test_custom_paramsheet.nf.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ nextflow_pipeline {
22

33
name "Test Workflow main.nf - DIFFERENTIALABUNDANCE"
44
script "../main.nf"
5-
tag "paramset"
5+
tag "custom_paramsheet"
66
tag "pipeline"
77

88
test("Test profile - deseq2") {
@@ -23,7 +23,7 @@ nextflow_pipeline {
2323
}
2424
}
2525

26-
then {6665
26+
then {
2727
// stable_name: All files + folders in ${params.outdir}/ with a stable name
2828
def stable_name = getAllFilesFromDir(params.outdir, relative: true, includeDir: true, ignore: ['pipeline_info/*.{html,json,txt}'])
2929
// stable_path: All files in ${params.outdir}/ with stable content

0 commit comments

Comments
 (0)