mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
4f78d40b11
* New module for fasta_windows * Upgraded the code and the test to v2.4 * Standard list of Fasta file extensions Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Output file (and/or directory) names SHOULD just consist of only ${prefix} Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
15 lines
786 B
YAML
15 lines
786 B
YAML
- name: fastawindows test_fastawindows
|
|
command: nextflow run ./tests/modules/fastawindows -entry test_fastawindows -c ./tests/config/nextflow.config -c ./tests/modules/fastawindows/nextflow.config
|
|
tags:
|
|
- fastawindows
|
|
files:
|
|
- path: output/fastawindows/fw_out/test_freq_windows.tsv
|
|
md5sum: 237d50ac5ec2bef3142020d569fa5765
|
|
- path: output/fastawindows/fw_out/test_mononuc_windows.tsv
|
|
md5sum: a1b4437d0c71d9cfd676de6bda2633f0
|
|
- path: output/fastawindows/fw_out/test_dinuc_windows.tsv
|
|
md5sum: 696a9f2a4b2114dfbd6b414694f56a11
|
|
- path: output/fastawindows/fw_out/test_trinuc_windows.tsv
|
|
md5sum: dfb05b758f0474e937e2d6ba6fe46dae
|
|
- path: output/fastawindows/fw_out/test_tetranuc_windows.tsv
|
|
md5sum: e621537175ee8019360f8b6e8f4330b7
|