mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
12 lines
446 B
YAML
12 lines
446 B
YAML
|
- name: angsd docounts test_angsd_docounts
|
||
|
command: nextflow run ./tests/modules/angsd/docounts -entry test_angsd_docounts -c ./tests/config/nextflow.config -c ./tests/modules/angsd/docounts/nextflow.config
|
||
|
tags:
|
||
|
- angsd/docounts
|
||
|
- angsd
|
||
|
files:
|
||
|
- path: output/angsd/test.counts.gz
|
||
|
contains: ["ind0TotDepth"]
|
||
|
- path: output/angsd/test.icnts.gz
|
||
|
- path: output/angsd/test.pos.gz
|
||
|
contains: ["chr pos totDepth"]
|