mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +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
19 lines
721 B
YAML
19 lines
721 B
YAML
- name: seqtk sample test_seqtk_sample_single_end
|
|
command: nextflow run tests/modules/seqtk/sample -entry test_seqtk_sample_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- seqtk
|
|
- seqtk/sample
|
|
files:
|
|
- path: output/seqtk/test.sampled.fastq.gz
|
|
md5sum: 73c3e8f113860244f3ed3866a8b9d555
|
|
|
|
- name: seqtk sample test_seqtk_sample_paired_end
|
|
command: nextflow run tests/modules/seqtk/sample -entry test_seqtk_sample_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- seqtk
|
|
- seqtk/sample
|
|
files:
|
|
- path: output/seqtk/test.sampled_1.fastq.gz
|
|
md5sum: 73c3e8f113860244f3ed3866a8b9d555
|
|
- path: output/seqtk/test.sampled_2.fastq.gz
|
|
md5sum: 75457ddceea3a5688d05438cdbffba24
|