mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Add keep-workflow-wd-on-fail
This commit is contained in:
parent
a1f4d53d3e
commit
73bd2d499e
19 changed files with 19 additions and 19 deletions
2
.github/workflows/bowtie_align.yml
vendored
2
.github/workflows/bowtie_align.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag bowtie_align --symlink --wt 2
|
||||
- run: pytest --kwdof --tag bowtie_align --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/bowtie_index.yml
vendored
2
.github/workflows/bowtie_index.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag bowtie_index --symlink --wt 2
|
||||
- run: pytest --kwdof --tag bowtie_index --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/bwa_index.yml
vendored
2
.github/workflows/bwa_index.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag bwa_index --symlink --wt 2
|
||||
- run: pytest --kwdof --tag bwa_index --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/bwa_mem.yml
vendored
2
.github/workflows/bwa_mem.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag bwa_index --symlink --wt 2
|
||||
- run: pytest --kwdof --tag bwa_index --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/fastqc.yml
vendored
2
.github/workflows/fastqc.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag fastqc --symlink --wt 2
|
||||
- run: pytest --kwdof --tag fastqc --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/gffread.yml
vendored
2
.github/workflows/gffread.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag gffread --symlink --wt 2
|
||||
- run: pytest --kwdof --tag gffread --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/multiqc.yml
vendored
2
.github/workflows/multiqc.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag multiqc --symlink --wt 2
|
||||
- run: pytest --kwdof --tag multiqc --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag picard_collectmultiplemetrics --symlink --wt 2
|
||||
- run: pytest --kwdof --tag picard_collectmultiplemetrics --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/picard_markduplicates.yml
vendored
2
.github/workflows/picard_markduplicates.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag picard_markduplicates --symlink --wt 2
|
||||
- run: pytest --kwdof --tag picard_markduplicates --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/picard_mergesamfiles.yml
vendored
2
.github/workflows/picard_mergesamfiles.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag picard_mergesamfiles --symlink --wt 2
|
||||
- run: pytest --kwdof --tag picard_mergesamfiles --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/preseq_lcextrap.yml
vendored
2
.github/workflows/preseq_lcextrap.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag preseq_lcextrap --symlink --wt 2
|
||||
- run: pytest --kwdof --tag preseq_lcextrap --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/samtools_flagstat.yml
vendored
2
.github/workflows/samtools_flagstat.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag samtools_flagstat --symlink --wt 2
|
||||
- run: pytest --kwdof --tag samtools_flagstat --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/samtools_idxstats.yml
vendored
2
.github/workflows/samtools_idxstats.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag samtools_idxstats --symlink --wt 2
|
||||
- run: pytest --kwdof --tag samtools_idxstats --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/samtools_index.yml
vendored
2
.github/workflows/samtools_index.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag samtools_index --symlink --wt 2
|
||||
- run: pytest --kwdof --tag samtools_index --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/samtools_sort.yml
vendored
2
.github/workflows/samtools_sort.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag samtools_sort --symlink --wt 2
|
||||
- run: pytest --kwdof --tag samtools_sort --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/samtools_stats.yml
vendored
2
.github/workflows/samtools_stats.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag samtools_stats --symlink --wt 2
|
||||
- run: pytest --kwdof --tag samtools_stats --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/stringtie.yml
vendored
2
.github/workflows/stringtie.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag stringtie --symlink --wt 2
|
||||
- run: pytest --kwdof --tag stringtie --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/trimgalore.yml
vendored
2
.github/workflows/trimgalore.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag trimgalore --symlink --wt 2
|
||||
- run: pytest --kwdof --tag trimgalore --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
2
.github/workflows/ucsc_bedgraphtobigwig.yml
vendored
2
.github/workflows/ucsc_bedgraphtobigwig.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip pytest-workflow
|
||||
|
||||
# Test the module
|
||||
- run: pytest --tag ucsc_bedgraphtobigwig --symlink --wt 2
|
||||
- run: pytest --kwdof --tag ucsc_bedgraphtobigwig --symlink --wt 2
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: ${{ failure() }}
|
||||
|
|
Loading…
Reference in a new issue