mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Rename .github/filters.yml -> tests/config/pytest_software.yml (#271)
* Rename pytest filters.yml * Change filters.yml name * Update resoures for ivar trim
This commit is contained in:
parent
d9396adbdf
commit
9b99b33401
3 changed files with 3 additions and 3 deletions
4
.github/workflows/pytest-workflow.yml
vendored
4
.github/workflows/pytest-workflow.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: dorny/paths-filter@v2
|
||||
id: filter
|
||||
with:
|
||||
filters: '.github/filters.yml'
|
||||
filters: 'tests/config/pytest_software.yml'
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
|
@ -80,7 +80,7 @@ jobs:
|
|||
|
||||
# Test the module
|
||||
- name: Run pytest-workflow
|
||||
# only use one thread for pytest-workflow to avoid race condition on conda cache.
|
||||
# only use one thread for pytest-workflow to avoid race condition on conda cache.
|
||||
run: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --kwdof
|
||||
|
||||
- name: Upload logs on failure
|
||||
|
|
|
@ -6,7 +6,7 @@ options = initOptions(params.options)
|
|||
|
||||
process IVAR_TRIM {
|
||||
tag "$meta.id"
|
||||
label 'process_low'
|
||||
label 'process_medium'
|
||||
publishDir "${params.outdir}",
|
||||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
|
Loading…
Reference in a new issue