mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
d4160c669b
* first commit * first commit * update test.yml * update test.yml * Update modules/picard/crosscheckfingerprints/main.nf Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com> * Update modules/picard/crosscheckfingerprints/main.nf Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com> * add support for vcf haplotype maps * update test * update test data config, use test data * fix exit code * Update modules/picard/crosscheckfingerprints/main.nf Co-authored-by: Sateesh Peri <33637490+sateeshperi@users.noreply.github.com> * Update modules/picard/crosscheckfingerprints/main.nf Co-authored-by: Sateesh Peri <33637490+sateeshperi@users.noreply.github.com> * remove unused stub Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com> Co-authored-by: Sateesh Peri <33637490+sateeshperi@users.noreply.github.com>
8 lines
416 B
YAML
8 lines
416 B
YAML
- name: "picard crosscheckfingerprints"
|
|
command: nextflow run ./tests/modules/picard/crosscheckfingerprints -entry test_picard_crosscheckfingerprints -c ./tests/config/nextflow.config -c ./tests/modules/picard/crosscheckfingerprints/nextflow.config
|
|
tags:
|
|
- "picard"
|
|
- "picard/crosscheckfingerprints"
|
|
files:
|
|
- path: "output/picard/test.crosscheck_metrics.txt"
|
|
- path: output/picard/versions.yml
|