Skip to content

Commit

Permalink
add cpu/gpu tags to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Dec 2, 2024
1 parent c4d81d4 commit 67c8708
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/bismark_hisat.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark_hisat") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_hisat_rrbs.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark_hisat | rrbs") {
when {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark_hisat | save_reference | save_align_intermeds") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_nomeseq.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark | nomeseq") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_rrbs.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark | rrbs") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_run_preseq.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark | run_preseq") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_run_qualimap.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark | run_qualimap") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_save_reference_save_align_intermeds.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark | save_reference | save_align_intermeds") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_skip_deduplication.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark | skip_deduplication") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_skip_multiqc.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark | skip_multiqc") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bismark_skip_trimming.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bismark | skip_trimming") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bwameth_rrbs.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bwameth | rrbs") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bwameth_save_reference_save_align_intermeds.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bwameth | save_reference | save_align_intermeds") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bwameth_skip_deduplication.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bwameth | skip_deduplication") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/bwameth_skip_trimming.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: bwameth | skip_trimming") {
when {
Expand Down
1 change: 1 addition & 0 deletions tests/default.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ nextflow_pipeline {
name "Test Workflow main.nf"
script "../main.nf"
config "./nextflow.config"
tag "cpu"

test("Params: default") {
when {
Expand Down

0 comments on commit 67c8708

Please sign in to comment.