Skip to content

Commit 5f3646d

Browse files
committed
no | in test names as it interfers with the summary
1 parent 198eb78 commit 5f3646d

40 files changed

+84
-84
lines changed

.github/actions/nf-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ runs:
9393
run: |
9494
# Add header if it doesn't exist (using a token file to track this)
9595
if [ ! -f ".summary_header" ]; then
96-
echo "# 🚀 nf-test Results" >> $GITHUB_STEP_SUMMARY
96+
echo "# 🚀 nf-test results" >> $GITHUB_STEP_SUMMARY
9797
echo "" >> $GITHUB_STEP_SUMMARY
9898
echo "| Status | Test Name | Profile | Shard |" >> $GITHUB_STEP_SUMMARY
9999
echo "|:------:|-----------|---------|-------|" >> $GITHUB_STEP_SUMMARY

tests/aligner-bwa-mem.nf.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nextflow_pipeline {
55
tag "pipeline"
66
tag "pipeline_sarek"
77

8-
test("Run with profile test | --aligner bwa-mem --save_reference | skip QC/recal/md") {
8+
test("Run with profile test + --aligner bwa-mem --save_reference + skip QC/recal/md") {
99

1010
when {
1111
params {
@@ -44,7 +44,7 @@ nextflow_pipeline {
4444
}
4545
}
4646

47-
test("Run with profile test | --aligner bwa-mem --save_reference --build_only_index") {
47+
test("Run with profile test + --aligner bwa-mem --save_reference --build_only_index") {
4848

4949
when {
5050
params {

tests/aligner-bwa-mem.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Run with profile test | --aligner bwa-mem --save_reference | skip QC/recal/md": {
2+
"Run with profile test + --aligner bwa-mem --save_reference + skip QC/recal/md": {
33
"content": [
44
10,
55
{
@@ -67,7 +67,7 @@
6767
},
6868
"timestamp": "2024-10-08T11:22:13.394114"
6969
},
70-
"Run with profile test | --aligner bwa-mem --save_reference --build_only_index": {
70+
"Run with profile test + --aligner bwa-mem --save_reference --build_only_index": {
7171
"content": [
7272
5,
7373
{

tests/aligner-bwa-mem2.nf.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nextflow_pipeline {
55
tag "pipeline"
66
tag "pipeline_sarek"
77

8-
test("Run with profile test | --aligner bwa-mem2 --save_reference | skip QC/recal/md") {
8+
test("Run with profile test + --aligner bwa-mem2 --save_reference + skip QC/recal/md") {
99

1010
when {
1111
params {
@@ -44,7 +44,7 @@ nextflow_pipeline {
4444
}
4545
}
4646

47-
test("Run with profile test | --aligner bwa-mem2 --save_reference --build_only_index") {
47+
test("Run with profile test + --aligner bwa-mem2 --save_reference --build_only_index") {
4848

4949
when {
5050
params {

tests/aligner-bwa-mem2.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Run with profile test | --aligner bwa-mem2 --save_reference --build_only_index": {
2+
"Run with profile test + --aligner bwa-mem2 --save_reference --build_only_index": {
33
"content": [
44
5,
55
{
@@ -42,7 +42,7 @@
4242
},
4343
"timestamp": "2024-10-08T11:26:09.886689"
4444
},
45-
"Run with profile test | --aligner bwa-mem2 --save_reference | skip QC/recal/md": {
45+
"Run with profile test + --aligner bwa-mem2 --save_reference + skip QC/recal/md": {
4646
"content": [
4747
10,
4848
{

tests/aligner-dragmap.nf.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nextflow_pipeline {
55
tag "pipeline"
66
tag "pipeline_sarek"
77

8-
test("Run with profile test | --aligner dragmap --save_reference | skip QC/recal/md") {
8+
test("Run with profile test + --aligner dragmap --save_reference + skip QC/recal/md") {
99

1010
when {
1111
params {
@@ -44,7 +44,7 @@ nextflow_pipeline {
4444
}
4545
}
4646

47-
test("Run with profile test | --aligner dragmap --save_reference --build_only_index") {
47+
test("Run with profile test + --aligner dragmap --save_reference --build_only_index") {
4848

4949
when {
5050
params {

tests/aligner-dragmap.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Run with profile test | --aligner dragmap --save_reference --build_only_index": {
2+
"Run with profile test + --aligner dragmap --save_reference --build_only_index": {
33
"content": [
44
5,
55
{
@@ -45,7 +45,7 @@
4545
},
4646
"timestamp": "2024-10-08T11:28:56.135088"
4747
},
48-
"Run with profile test | --aligner dragmap --save_reference | skip QC/recal/md": {
48+
"Run with profile test + --aligner dragmap --save_reference + skip QC/recal/md": {
4949
"content": [
5050
10,
5151
{

tests/alignment_from_everything.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nextflow_pipeline {
66
tag "pipeline_sarek"
77
profile "alignment_from_everything"
88

9-
test("Run with profile test,alignment_from_everything | --save_mapped --save_output_as_bam") {
9+
test("Run with profile test,alignment_from_everything + --save_mapped --save_output_as_bam") {
1010

1111
when {
1212
params {

tests/alignment_from_everything.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Run with profile test,alignment_from_everything | --save_mapped --save_output_as_bam": {
2+
"Run with profile test,alignment_from_everything + --save_mapped --save_output_as_bam": {
33
"content": [
44
27,
55
{

tests/alignment_to_fastq.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nextflow_pipeline {
66
tag "pipeline_sarek"
77
profile "alignment_to_fastq"
88

9-
test("Run with profile test,alignment_to_fastq | --save_mapped --save_output_as_bam") {
9+
test("Run with profile test,alignment_to_fastq + --save_mapped --save_output_as_bam") {
1010

1111
when {
1212
params {

0 commit comments

Comments
 (0)