mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Revert "ci: Test bowtie-build instead of _"
This reverts commit 9b454416d2
.
This commit is contained in:
parent
ffc218e51b
commit
431c699727
3 changed files with 4 additions and 4 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_build:
|
||||
- software/bowtie/build/**
|
||||
- tests/software/bowtie/build/**
|
||||
|
||||
|
@ -12,7 +12,7 @@ bowtie2_align:
|
|||
- software/bowtie2/build/**
|
||||
- tests/software/bowtie2/align/**
|
||||
|
||||
bowtie2-build:
|
||||
bowtie2_build:
|
||||
- software/bowtie2/build/**
|
||||
- tests/software/bowtie2/build/**
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
command: nextflow run ./tests/software/bowtie/build -entry test_bowtie_build -c tests/config/nextflow.config
|
||||
tags:
|
||||
- bowtie
|
||||
- bowtie-build
|
||||
- bowtie_build
|
||||
files:
|
||||
- path: output/bowtie/bowtie/NC_010473.1.ebwt
|
||||
md5sum: 90f0b7aa5bbaeaaa999839ac13ad203c
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
command: nextflow run ./tests/software/bowtie2/build -entry test_bowtie2_build -c tests/config/nextflow.config
|
||||
tags:
|
||||
- bowtie2
|
||||
- bowtie2-build
|
||||
- bowtie2_build
|
||||
files:
|
||||
- path: output/bowtie2/bowtie2/NC_010473.1.bt2
|
||||
md5sum: 4db22d92e72111a5fbf609b3d9a43015
|
||||
|
|
Loading…
Reference in a new issue