mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
bd68797ffb
* mutect2 files added, first draft of module code entered * removing comment from main.nf * removing comment from main.nf * test added, commit made before editing yaml * tests added, still needs final check and info/comments added * gatk4 version changed to gatk4=4.2.0.0 * multiple sample support added, information added to module yaml file * Update meta.yml fixed linting error * add keywords to meta.yml * Corrections made to meta.yml * removed whitespace from meta.yml Co-authored-by: Gavin.Mackenzie <gavin.mackenzie@nibsc.org> Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
27 lines
966 B
YAML
27 lines
966 B
YAML
- name: gatk4 mutect2 test_gatk4_mutect2_tumor_normal_pair
|
|
command: nextflow run tests/modules/gatk4/mutect2 -entry test_gatk4_mutect2_tumor_normal_pair -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/mutect2
|
|
files:
|
|
- path: output/gatk4/test.f1r2.tar.gz
|
|
- path: output/gatk4/test.vcf.gz
|
|
- path: output/gatk4/test.vcf.gz.tbi
|
|
|
|
- name: gatk4 mutect2 test_gatk4_mutect2_tumor_single
|
|
command: nextflow run tests/modules/gatk4/mutect2 -entry test_gatk4_mutect2_tumor_single -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/mutect2
|
|
files:
|
|
- path: output/gatk4/test.vcf.gz
|
|
- path: output/gatk4/test.vcf.gz.tbi
|
|
|
|
- name: gatk4 mutect2 test_gatk4_mutect2_generate_pon
|
|
command: nextflow run tests/modules/gatk4/mutect2 -entry test_gatk4_mutect2_generate_pon -c tests/config/nextflow.config
|
|
tags:
|
|
- gatk4
|
|
- gatk4/mutect2
|
|
files:
|
|
- path: output/gatk4/test.vcf.gz
|
|
- path: output/gatk4/test.vcf.gz.tbi
|