From 9306245716e9f5cf160d6746a4a8d9553a1423b1 Mon Sep 17 00:00:00 2001 From: Felipe Almeida Date: Tue, 13 Feb 2024 12:44:28 -0300 Subject: [PATCH] hybid test uses pacbio --- .github/workflows/test_pr_hybrid_docker.yml | 2 +- .github/workflows/test_pr_hybrid_singularity.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_pr_hybrid_docker.yml b/.github/workflows/test_pr_hybrid_docker.yml index 49b3e902..3016bced 100644 --- a/.github/workflows/test_pr_hybrid_docker.yml +++ b/.github/workflows/test_pr_hybrid_docker.yml @@ -28,7 +28,7 @@ jobs: - name: Run tests for hybrid run: | - nextflow run main.nf -profile docker,test,hybrid + nextflow run main.nf -profile docker,test,hybrid,pacbio rm -r work .nextflow* - name: View results diff --git a/.github/workflows/test_pr_hybrid_singularity.yml b/.github/workflows/test_pr_hybrid_singularity.yml index 5949cd36..1dc93d68 100644 --- a/.github/workflows/test_pr_hybrid_singularity.yml +++ b/.github/workflows/test_pr_hybrid_singularity.yml @@ -33,7 +33,7 @@ jobs: - name: Run tests for hybrid run: | - nextflow run main.nf -profile singularity,test,hybrid + nextflow run main.nf -profile singularity,test,hybrid,pacbio rm -r work .nextflow* - name: View results