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