mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
e745e167c1
* fix yml formatting * allow fastq.gz and fq.gz as file input, add meta.yml and test * fix yaml files * Revert "allow fastq.gz and fq.gz as file input, add meta.yml and test" This reverts commit 34002d7a7a8c7f7bb4600c3377f35c87849f71a4. * prettier magic! * fix comments for yamllint * remove node version number * fix linting errors Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
- name: checkm lineagewf
|
|
command: nextflow run ./tests/modules/checkm/lineagewf -entry test_checkm_lineagewf -c ./tests/config/nextflow.config -c ./tests/modules/checkm/lineagewf/nextflow.config
|
|
tags:
|
|
- checkm
|
|
- checkm/lineagewf
|
|
files:
|
|
- path: output/checkm/test.tsv
|
|
md5sum: d5559764f563c4b55223e4e4a3dc1ec9
|
|
- path: output/checkm/test/checkm.log
|
|
contains:
|
|
- "INFO: Parsing HMM hits to marker genes:"
|
|
- path: output/checkm/test/lineage.ms
|
|
contains:
|
|
- "# [Lineage Marker File]"
|
|
- "contigs"
|
|
- "UID1"
|
|
|
|
- name: checkm lineagewf_multi
|
|
command: nextflow run ./tests/modules/checkm/lineagewf -entry test_checkm_lineagewf_multi -c ./tests/config/nextflow.config -c ./tests/modules/checkm/lineagewf/nextflow.config
|
|
tags:
|
|
- checkm
|
|
- checkm/lineagewf
|
|
files:
|
|
- path: output/checkm/test.tsv
|
|
md5sum: 7e0fa177dcf151b84b7751813fbde3d1
|
|
- path: output/checkm/test/checkm.log
|
|
contains:
|
|
- "INFO: Parsing HMM hits to marker genes:"
|
|
- path: output/checkm/test/lineage.ms
|
|
contains:
|
|
- "# [Lineage Marker File]"
|
|
- "contigs"
|
|
- "UID1"
|
|
- "genome"
|