mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
1016c9bd1a
* Initial commit of seqtk/seq module files * pytest.yml * updated module and tests code, need to finish modules/main.nf * Initial commit of seqtk/seq module files * pytest.yml * updated module and tests code, need to finish modules/main.nf * Adding code and configs for seqtk/seq module * Re-tested module following minor code update * removed trailing whitespace errors * Changed variable name to following reviewer suggestions Co-authored-by: Sateesh <33637490+sateeshperi@users.noreply.github.com>
21 lines
729 B
YAML
21 lines
729 B
YAML
- name: seqtk seq test_seqtk_seq
|
|
command: nextflow run tests/modules/seqtk/seq -entry test_seqtk_seq -c tests/config/nextflow.config
|
|
tags:
|
|
- seqtk/seq
|
|
- seqtk
|
|
files:
|
|
- path: output/seqtk/test.seqtk-seq.fasta.gz
|
|
md5sum: 50d73992c8c7e56dc095ef47ec52a754
|
|
- path: output/seqtk/versions.yml
|
|
md5sum: 2b89cd4a6e28f35fcfbbd2188384f944
|
|
|
|
- name: seqtk seq test_seqtk_seq_fq
|
|
command: nextflow run tests/modules/seqtk/seq -entry test_seqtk_seq_fq -c tests/config/nextflow.config
|
|
tags:
|
|
- seqtk/seq
|
|
- seqtk
|
|
files:
|
|
- path: output/seqtk/test.seqtk-seq.fasta.gz
|
|
md5sum: 2f009f1647971a97b4edec726a99dc1a
|
|
- path: output/seqtk/versions.yml
|
|
md5sum: 3467a76d3540bee8f58de050512bddaa
|