mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
updated test yml file
This commit is contained in:
parent
3cebcbfc0a
commit
028dc3cb87
1 changed files with 25 additions and 5 deletions
|
@ -1,9 +1,29 @@
|
|||
- name: krona ktimporttaxonomy test_krona_ktimporttaxonomy
|
||||
command: nextflow run ./tests/modules/krona/ktimporttaxonomy -entry test_krona_ktimporttaxonomy -c ./tests/config/nextflow.config -c ./tests/modules/krona/ktimporttaxonomy/nextflow.config
|
||||
- name: krona ktimporttaxonomy test_krona_ktimporttaxonomy_reads
|
||||
command: nextflow run tests/modules/krona/ktimporttaxonomy -entry test_krona_ktimporttaxonomy_reads -c tests/config/nextflow.config
|
||||
tags:
|
||||
- krona/ktimporttaxonomy
|
||||
- krona
|
||||
files:
|
||||
- path: output/krona/taxonomy.krona.html
|
||||
contains:
|
||||
- "DOCTYPE html PUBLIC"
|
||||
- path: output/download/taxonomy/taxonomy.tab
|
||||
md5sum: 0d13b5b3838f12d1f51827464345e0f0
|
||||
- path: output/download/versions.yml
|
||||
md5sum: 5bf3137779303fb36e4c5373704a4bb6
|
||||
- path: output/taxonomy/taxonomy.krona.html
|
||||
contains: '[ # TODO nf-core: file md5sum was variable, please replace this text with a string found in the file instead ]'
|
||||
- path: output/taxonomy/versions.yml
|
||||
md5sum: ea32399c9fd3bc1d4fc1081cb3a345d5
|
||||
|
||||
- name: krona ktimporttaxonomy test_krona_ktimporttaxonomy_report
|
||||
command: nextflow run tests/modules/krona/ktimporttaxonomy -entry test_krona_ktimporttaxonomy_report -c tests/config/nextflow.config
|
||||
tags:
|
||||
- krona/ktimporttaxonomy
|
||||
- krona
|
||||
files:
|
||||
- path: output/download/taxonomy/taxonomy.tab
|
||||
md5sum: 0d13b5b3838f12d1f51827464345e0f0
|
||||
- path: output/download/versions.yml
|
||||
md5sum: ea7720c3555ad61eb06b46454c87407e
|
||||
- path: output/taxonomy/taxonomy.krona.html
|
||||
contains: '[ # TODO nf-core: file md5sum was variable, please replace this text with a string found in the file instead ]'
|
||||
- path: output/taxonomy/versions.yml
|
||||
md5sum: 4d46e08ff46dbd1e7075b93903b72400
|
||||
|
|
Loading…
Reference in a new issue