mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci(pytest-workflow): Fix trigger paths
This commit is contained in:
parent
6eeb930bdb
commit
036427d73c
12 changed files with 62 additions and 63 deletions
8
.github/workflows/software/bwa_index.yml
vendored
8
.github/workflows/software/bwa_index.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/bwa/index/**
|
||||
- .github/workflows/bwa_index.yml
|
||||
- tests
|
||||
- .github/workflows/software/bwa_index.yml
|
||||
- tests/software/bwa/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/bwa/index/**
|
||||
- .github/workflows/bwa_index.yml
|
||||
- tests
|
||||
- .github/workflows/software/bwa_index.yml
|
||||
- tests/software/bwa/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
8
.github/workflows/software/bwa_mem.yml
vendored
8
.github/workflows/software/bwa_mem.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/bwa/mem/**
|
||||
- .github/workflows/bwa_mem.yml
|
||||
- tests
|
||||
- .github/workflows/software/bwa_mem.yml
|
||||
- tests/software/bwa/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/bwa/mem/**
|
||||
- .github/workflows/bwa_mem.yml
|
||||
- tests
|
||||
- .github/workflows/software/bwa_mem.yml
|
||||
- tests/software/bwa/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
37
.github/workflows/software/fastqc.yml
vendored
37
.github/workflows/software/fastqc.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/fastqc.yml
|
||||
- tests
|
||||
- .github/workflows/software/fastqc.yml
|
||||
- tests/software/fastqc/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/fastqc.yml
|
||||
- tests
|
||||
- .github/workflows/software/fastqc.yml
|
||||
- tests/software/fastqc/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
@ -17,21 +17,20 @@ jobs:
|
|||
env:
|
||||
NXF_ANSI_LOG: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Nextflow
|
||||
run: |
|
||||
export NXF_VER="20.07.1"
|
||||
wget -qO- get.nextflow.io | bash
|
||||
sudo mv nextflow /usr/local/bin/
|
||||
|
||||
- name: Install Nextflow
|
||||
run: |
|
||||
export NXF_VER="20.07.1"
|
||||
wget -qO- get.nextflow.io | bash
|
||||
sudo mv nextflow /usr/local/bin/
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- name: Install dependencies
|
||||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- name: Install dependencies
|
||||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag fastqc --symlink --wt 2
|
||||
# Test the module
|
||||
- run: pytest --tag fastqc --symlink --wt 2
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/picard/collectmultiplemetrics/**
|
||||
- .github/workflows/picard_collectmultiplemetrics.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_collectmultiplemetrics.yml
|
||||
- tests/software/picard/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/picard/collectmultiplemetrics/**
|
||||
- .github/workflows/picard_collectmultiplemetrics.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_collectmultiplemetrics.yml
|
||||
- tests/software/picard/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/picard/markduplicates/**
|
||||
- .github/workflows/picard_markduplicates.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_markduplicates.yml
|
||||
- tests/software/picard/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/picard/markduplicates/**
|
||||
- .github/workflows/picard_markduplicates.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_markduplicates.yml
|
||||
- tests/software/picard/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/picard/mergesamfiles/**
|
||||
- .github/workflows/picard_mergesamfiles.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_mergesamfiles.yml
|
||||
- tests/software/picard/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/picard/mergesamfiles/**
|
||||
- .github/workflows/picard_mergesamfiles.yml
|
||||
- tests
|
||||
- .github/workflows/software/picard_mergesamfiles.yml
|
||||
- tests/software/picard/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/flagstat/**
|
||||
- .github/workflows/samtools_flagstat.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_flagstat.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/flagstat/**
|
||||
- .github/workflows/samtools_flagstat.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_flagstat.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/idxstats/**
|
||||
- .github/workflows/samtools_idxstats.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_idxstats.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/idxstats/**
|
||||
- .github/workflows/samtools_idxstats.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_idxstats.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/index/**
|
||||
- .github/workflows/samtools_index.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_index.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/index/**
|
||||
- .github/workflows/samtools_index.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_index.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
8
.github/workflows/software/samtools_sort.yml
vendored
8
.github/workflows/software/samtools_sort.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/sort/**
|
||||
- .github/workflows/samtools_sort.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_sort.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/sort/**
|
||||
- .github/workflows/samtools_sort.yml
|
||||
- tests
|
||||
- .github/workflows/software/samtools_sort.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/samtools/stats/**
|
||||
- .github/workflows/samtools_stats.yml
|
||||
- tests
|
||||
- .github/workflows/software/software/samtools_stats.yml
|
||||
- tests/software/samtools/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/samtools/stats/**
|
||||
- .github/workflows/samtools_stats.yml
|
||||
- tests
|
||||
- .github/workflows/software/software/samtools_stats.yml
|
||||
- tests/software/samtools/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
8
.github/workflows/software/trimgalore.yml
vendored
8
.github/workflows/software/trimgalore.yml
vendored
|
@ -3,13 +3,13 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/trimgalore/**
|
||||
- .github/workflows/trimgalore.yml
|
||||
- tests
|
||||
- .github/workflows/software/trimgalore.yml
|
||||
- tests/software/trimgalore/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/trimgalore/**
|
||||
- .github/workflows/trimgalore.yml
|
||||
- tests
|
||||
- .github/workflows/software/trimgalore.yml
|
||||
- tests/software/trimgalore/**
|
||||
|
||||
jobs:
|
||||
ci_test:
|
||||
|
|
Loading…
Reference in a new issue