feat: Add ViQuas to main pipeline

This commit is contained in:
Thomas A. Christensen II 2023-08-09 16:09:55 -05:00
parent 1e20488409
commit 9198d1186c
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -1,5 +1,7 @@
#!/usr/bin/env nextflow
include { VIQUAS } from './modules/viquas'
workflow {
Channel
@ -58,6 +60,11 @@ workflow {
ch_all_haplotypes,
ch_reference
)
VIQUAS(
ch_alignments,
ch_reference
)
}
process EFETCH {