Skip to content

Commit 2c35553

Browse files
authored
Merge branch 'dev' into saltshaker
2 parents 1e88324 + bdc8465 commit 2c35553

34 files changed

Lines changed: 291 additions & 0 deletions

File tree

subworkflows/local/align/tests/main.nf.test

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ nextflow_workflow {
33
name "Test Workflow ALIGN"
44
script "subworkflows/local/align/main.nf"
55
workflow "ALIGN"
6+
67
tag "subworkflows"
78
tag "align"
9+
tag "align_bwa_bwamem2_bwameme"
10+
tag "align_sentieon"
11+
tag "align_MT"
12+
tag "convert_mt_bam_to_fastq"
13+
14+
tag "fastp"
15+
tag "samtools/view"
16+
817
config "./nextflow.config"
918

1019
setup {

subworkflows/local/align_MT/tests/main.nf.test

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ nextflow_workflow {
33
name "Test Workflow ALIGN_MT"
44
script "subworkflows/local/align_MT/main.nf"
55
workflow "ALIGN_MT"
6+
67
tag "subworkflows"
78
tag "align_mt"
9+
10+
tag "bwa/mem"
11+
tag "bwamem2/mem"
12+
tag "sentieon/bwamem"
13+
tag "gatk4/mergebamalignment"
14+
tag "picard/addorreplacereadgroups"
15+
tag "picard/markduplicates"
16+
tag "samtools/sort"
17+
818
config "./nextflow.config"
919

1020
test("align mt - bwamem2") {

subworkflows/local/align_bwa_bwamem2_bwameme/tests/main.nf.test

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,19 @@ nextflow_workflow {
33
name "Test Workflow ALIGN_BWA_BWAMEM2_BWAMEME"
44
script "subworkflows/local/align_bwa_bwamem2_bwameme/main.nf"
55
workflow "ALIGN_BWA_BWAMEM2_BWAMEME"
6+
67
tag "subworkflows"
78
tag "align_bwa_bwamem2_bwameme"
9+
10+
tag "bwa/mem"
11+
tag "bwamem2/mem"
12+
tag "bwameme/mem"
13+
tag "samtools/index"
14+
tag "samtools/stats"
15+
tag "samtools/merge"
16+
tag "samtools/view"
17+
tag "picard/markduplicates"
18+
819
config "./nextflow.config"
920

1021
test("align bwamem2") {

subworkflows/local/align_sentieon/tests/main.nf.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ nextflow_workflow {
33
name "Test Workflow ALIGN_SENTIEON"
44
script "subworkflows/local/align_sentieon/main.nf"
55
workflow "ALIGN_SENTIEON"
6+
67
tag "subworkflows"
78
tag "align_sentieon"
9+
10+
tag "sentieon/bwamem"
11+
tag "sentieon/datametrics"
12+
tag "sentieon/dedup"
13+
tag "sentieon/readwriter"
14+
tag "samtools/view"
15+
816
config "./nextflow.config"
917

1018
test("align sentieon") {

subworkflows/local/annotate_cadd/tests/main.nf.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ nextflow_workflow {
33
name "Test Workflow ANNOTATE_CADD"
44
script "subworkflows/local/annotate_cadd/main.nf"
55
workflow "ANNOTATE_CADD"
6+
67
tag "subworkflows"
78
tag "annotate_cadd"
9+
10+
tag "bcftools/annotate"
11+
tag "bcftools/view"
12+
tag "cadd"
13+
tag "gawk"
14+
tag "tabix/tabix"
15+
816
config "./nextflow.config"
917

1018
test("ANNOTATE_CADD - GRCh37, stub") {

subworkflows/local/annotate_consequence_pli/tests/main.nf.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ nextflow_workflow {
33
name "Test Workflow ANNOTATE_CSQ_PLI"
44
script "subworkflows/local/annotate_consequence_pli/main.nf"
55
workflow "ANNOTATE_CSQ_PLI"
6+
7+
tag "custom/addmostsevereconsequence"
8+
tag "custom/addmostseverepli"
9+
tag "tabix/tabix"
10+
611
tag "subworkflows"
712
tag "annotate_consequence_pli"
813

subworkflows/local/annotate_genome_snvs/tests/main.nf.test

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,23 @@ nextflow_workflow {
33
name "Test Workflow ANNOTATE_GENOME_SNVS"
44
script "subworkflows/local/annotate_genome_snvs/main.nf"
55
workflow "ANNOTATE_GENOME_SNVS"
6+
67
tag "subworkflows"
78
tag "annotate_genome_snvs"
9+
tag "annotate_cadd"
10+
tag "annotate_rhocallviz"
11+
12+
tag "vcfanno"
13+
tag "bcftools/concat"
14+
tag "bcftools/roh"
15+
tag "bcftools/view"
16+
tag "rhocall/annotate"
17+
tag "upd"
18+
tag "chromograph"
19+
tag "ensemblvep/vep"
20+
tag "tabix/bgziptabix"
21+
tag "gatk4/selectvariants"
22+
823
config "./nextflow.config"
924

1025
test("ANNOTATE_GENOME_SNVS - GRCh37, stub") {

subworkflows/local/annotate_mobile_elements/tests/main.nf.test

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ nextflow_workflow {
33
name "Test Workflow ANNOTATE_MOBILE_ELEMENTS"
44
script "subworkflows/local/annotate_mobile_elements/main.nf"
55
workflow "ANNOTATE_MOBILE_ELEMENTS"
6+
67
tag "subworkflows"
78
tag "annotate_mobile_elements"
9+
10+
tag "bcftools/view"
11+
tag "ensemblvep/vep"
12+
tag "picard/sortvcf"
13+
tag "svdb/query"
14+
815
config "./nextflow.config"
916

1017
test("ANNOTATE_MOBILE_ELEMENTS - GRCh37, stub") {

subworkflows/local/annotate_mt_snvs/tests/main.nf.test

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ nextflow_workflow {
33
name "Test Workflow ANNOTATE_MT_SNVS"
44
script "subworkflows/local/annotate_mt_snvs/main.nf"
55
workflow "ANNOTATE_MT_SNVS"
6+
67
tag "subworkflows"
78
tag "annotate_mt_snvs"
9+
tag "annotate_cadd"
10+
11+
tag "bcftools/pluginsetgt"
12+
tag "tabix/tabix"
13+
tag "ensemblvep/vep"
14+
tag "haplogrep3/classify"
15+
tag "vcfanno"
16+
tag "tabix/bgziptabix"
17+
818
config "./nextflow.config"
919

1020
test("ANNOTATE_MT_SNVS - GRCh37, stub") {

subworkflows/local/annotate_rhocallviz/tests/main.nf.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ nextflow_workflow {
33
name "Test Workflow ANNOTATE_RHOCALLVIZ"
44
script "subworkflows/local/annotate_rhocallviz/main.nf"
55
workflow "ANNOTATE_RHOCALLVIZ"
6+
67
tag "subworkflows"
78
tag "annotate_rhocallviz"
9+
10+
tag "bcftools/view"
11+
tag "bcftools/roh"
12+
tag "rhocall/viz"
13+
tag "ucsc/wigtobigwig"
14+
tag "chromograph"
15+
816
config "./nextflow.config"
917

1018
test("ANNOTATE_RHOCALLVIZ - stub") {

0 commit comments

Comments
 (0)