test(subworkflows): Update gatk_create_som_pon tags

This commit is contained in:
Edmund Miller 2021-11-15 08:41:13 -06:00
parent 15269e74e9
commit b0240a014a
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
2 changed files with 7 additions and 6 deletions

View file

@ -466,7 +466,7 @@ gatk4/createsequencedictionary:
- modules/gatk4/createsequencedictionary/** - modules/gatk4/createsequencedictionary/**
- tests/modules/gatk4/createsequencedictionary/** - tests/modules/gatk4/createsequencedictionary/**
gatk4/createsomaticpanelofnormals: gatk4/createsomaticpanelofnormals: &gatk4/createsomaticpanelofnormals
- modules/gatk4/createsomaticpanelofnormals/** - modules/gatk4/createsomaticpanelofnormals/**
- tests/modules/gatk4/createsomaticpanelofnormals/** - tests/modules/gatk4/createsomaticpanelofnormals/**
@ -482,7 +482,7 @@ gatk4/filtermutectcalls:
- modules/gatk4/filtermutectcalls/** - modules/gatk4/filtermutectcalls/**
- tests/modules/gatk4/filtermutectcalls/** - tests/modules/gatk4/filtermutectcalls/**
gatk4/genomicsdbimport: gatk4/genomicsdbimport: &gatk4/genomicsdbimport
- modules/gatk4/genomicsdbimport/** - modules/gatk4/genomicsdbimport/**
- tests/modules/gatk4/genomicsdbimport/** - tests/modules/gatk4/genomicsdbimport/**
@ -1400,3 +1400,5 @@ subworkflows/sra_fastq:
subworkflows/gatk_create_som_pon: subworkflows/gatk_create_som_pon:
- subworkflows/nf-core/gatk_create_som_pon/** - subworkflows/nf-core/gatk_create_som_pon/**
- tests/subworkflows/nf-core/gatk_create_som_pon/** - tests/subworkflows/nf-core/gatk_create_som_pon/**
- *gatk4/genomicsdbimport
- *gatk4/createsomaticpanelofnormals

View file

@ -2,11 +2,10 @@
command: nextflow run ./tests/subworkflows/nf-core/gatk_create_som_pon -entry test_gatk_create_som_pon -c tests/config/nextflow.config command: nextflow run ./tests/subworkflows/nf-core/gatk_create_som_pon -entry test_gatk_create_som_pon -c tests/config/nextflow.config
tags: tags:
- subworkflows/gatk_create_som_pon - subworkflows/gatk_create_som_pon
- gatk4
# Modules # Modules
- gatk4 # - gatk4/genomicsdbimport
- gatk4 # - gatk4/createsomaticpanelofnormals
- gatk4/genomicsdbimport
- gatk4/createsomaticpanelofnormals
files: files:
# gatk4 mutect2 # gatk4 mutect2
- path: output/gatk4/test1.vcf.gz - path: output/gatk4/test1.vcf.gz