feat: Add ViQuas to main pipeline
This commit is contained in:
parent
1e20488409
commit
9198d1186c
1 changed files with 7 additions and 0 deletions
7
main.nf
7
main.nf
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue