feat: Add SHORAH processes to pipeline

This commit is contained in:
Thomas A. Christensen II 2023-09-25 18:51:58 -05:00
parent 444001b499
commit 355ce9a00a
Signed by: millironx
GPG key ID: 09335146883990B9

10
main.nf
View file

@ -85,6 +85,16 @@ workflow {
QUASIRECOMB( ch_alignments ) QUASIRECOMB( ch_alignments )
SHORAH_AMPLICON(
ch_alignments,
ch_reference
)
SHORAH_SHOTGUN(
ch_alignments,
ch_reference
)
VIQUAS( VIQUAS(
ch_alignments, ch_alignments,
ch_reference ch_reference