mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
12 lines
391 B
YAML
12 lines
391 B
YAML
|
- name: picard liftovervcf test_picard_liftovervcf
|
||
|
command: nextflow run tests/modules/picard/liftovervcf -entry test_picard_liftovervcf -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- picard/liftovervcf
|
||
|
- picard
|
||
|
files:
|
||
|
- path: output/picard/test.lifted.vcf.gz
|
||
|
contains:
|
||
|
- "chr22"
|
||
|
- path: output/picard/test.unlifted.vcf.gz
|
||
|
- path: output/picard/versions.yml
|