mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-08 15:02:09 -05:00
Corrected pytest and config
This commit is contained in:
parent
a108bd407e
commit
70de0331a5
12 changed files with 13 additions and 13 deletions
2
.github/workflows/bedtools_merge.yml
vendored
2
.github/workflows/bedtools_merge.yml
vendored
|
@ -37,4 +37,4 @@ jobs:
|
||||||
run: python -m pip install --upgrade pip pytest-workflow
|
run: python -m pip install --upgrade pip pytest-workflow
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: pytest --tag bedtools_merge--symlink --wt 2
|
- run: pytest --tag bedtools_merge --symlink --wt 2
|
||||||
|
|
2
.github/workflows/bedtools_slop.yml
vendored
2
.github/workflows/bedtools_slop.yml
vendored
|
@ -37,4 +37,4 @@ jobs:
|
||||||
run: python -m pip install --upgrade pip pytest-workflow
|
run: python -m pip install --upgrade pip pytest-workflow
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: pytest --tag bedtools_slop--symlink --wt 2
|
- run: pytest --tag bedtools_slop --symlink --wt 2
|
||||||
|
|
2
.github/workflows/bedtools_sort.yml
vendored
2
.github/workflows/bedtools_sort.yml
vendored
|
@ -37,4 +37,4 @@ jobs:
|
||||||
run: python -m pip install --upgrade pip pytest-workflow
|
run: python -m pip install --upgrade pip pytest-workflow
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: pytest --tag bedtools_sort--symlink --wt 2
|
- run: pytest --tag bedtools_sort --symlink --wt 2
|
||||||
|
|
Loading…
Reference in a new issue