mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
e937c7950a
* Update README * Rename pytest_software.yml to pytest_modules.yml * Rename main software directory to modules * Remove deprecated modules * Rename tests software to modules * Replace paths for tests in pytest_modules.yml * Replace software with modules in Github Actions * Replace software with modules in main.nf tests * Rename software to modules in test.yml
31 lines
1 KiB
YAML
Executable file
31 lines
1 KiB
YAML
Executable file
- name: nextclade test_nextclade_json
|
|
command: nextflow run tests/modules/nextclade -entry test_nextclade_json -c tests/config/nextflow.config
|
|
tags:
|
|
- nextclade
|
|
files:
|
|
- path: output/nextclade/test.json
|
|
md5sum: cab92830c5cb66076e7d6c054ea98362
|
|
|
|
- name: nextclade test_nextclade_csv
|
|
command: nextflow run tests/modules/nextclade -entry test_nextclade_csv -c tests/config/nextflow.config
|
|
tags:
|
|
- nextclade
|
|
files:
|
|
- path: output/nextclade/test.csv
|
|
md5sum: 4f7096df9be51f99a0d62a38653b29cf
|
|
|
|
- name: nextclade test_nextclade_tsv
|
|
command: nextflow run tests/modules/nextclade -entry test_nextclade_tsv -c tests/config/nextflow.config
|
|
tags:
|
|
- nextclade
|
|
files:
|
|
- path: output/nextclade/test.tsv
|
|
md5sum: fe07dc4ffcd81742ca9bef93f88e8836
|
|
|
|
- name: nextclade test_nextclade_tree
|
|
command: nextflow run tests/modules/nextclade -entry test_nextclade_tree -c tests/config/nextflow.config
|
|
tags:
|
|
- nextclade
|
|
files:
|
|
- path: output/nextclade/test.tree.json
|
|
md5sum: 5c57dd724bc2b5cfde8f42a17ff2865a
|