mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
Delete phantompeakqualtools.yml
This commit is contained in:
parent
a66618be98
commit
2d2f15af0f
1 changed files with 0 additions and 40 deletions
40
.github/workflows/phantompeakqualtools.yml
vendored
40
.github/workflows/phantompeakqualtools.yml
vendored
|
@ -1,40 +0,0 @@
|
||||||
name: phantompeakqualtools
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- software/phantompeakqualtools/**
|
|
||||||
- .github/workflows/phantompeakqualtools.yml
|
|
||||||
- tests/software/phantompeakqualtools/**
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- software/phantompeakqualtools/**
|
|
||||||
- .github/workflows/phantompeakqualtools.yml
|
|
||||||
- tests/software/phantompeakqualtools/**
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
ci_test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
nxf_version: [20.07.1, ""]
|
|
||||||
env:
|
|
||||||
NXF_ANSI_LOG: false
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Install Nextflow
|
|
||||||
env:
|
|
||||||
NXF_VER: ${{ matrix.nxf_version }}
|
|
||||||
run: |
|
|
||||||
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
|
|
||||||
|
|
||||||
# Test the module
|
|
||||||
- run: pytest --tag phantompeakqualtools --symlink --wt 2
|
|
Loading…
Reference in a new issue