mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
ci: Use bowtie filter
This will cause a bit of duplication, but it appears to work. Still the same logic, because any changes to bowtie*/build will run the align modules also. So the bowtie_align tags may not even be necessary, since we can't seem to get the bowtie*_build tags to kick off on their own anyways. Thank you for coming to my TED talk.
This commit is contained in:
parent
6fe7b48b5b
commit
d48e865401
1 changed files with 2 additions and 2 deletions
4
.github/filters.yml
vendored
4
.github/filters.yml
vendored
|
@ -3,7 +3,7 @@ bowtie_align:
|
|||
- software/bowtie/build/**
|
||||
- tests/software/bowtie/align/**
|
||||
|
||||
bowtie_build:
|
||||
bowtie:
|
||||
- software/bowtie/build/**
|
||||
- tests/software/bowtie/build/**
|
||||
|
||||
|
@ -12,7 +12,7 @@ bowtie2_align:
|
|||
- software/bowtie2/build/**
|
||||
- tests/software/bowtie2/align/**
|
||||
|
||||
bowtie2_build:
|
||||
bowtie2:
|
||||
- software/bowtie2/build/**
|
||||
- tests/software/bowtie2/build/**
|
||||
|
||||
|
|
Loading…
Reference in a new issue