feat: Add SHORAH processes to pipeline
This commit is contained in:
parent
444001b499
commit
355ce9a00a
1 changed files with 10 additions and 0 deletions
10
main.nf
10
main.nf
|
@ -85,6 +85,16 @@ workflow {
|
|||
|
||||
QUASIRECOMB( ch_alignments )
|
||||
|
||||
SHORAH_AMPLICON(
|
||||
ch_alignments,
|
||||
ch_reference
|
||||
)
|
||||
|
||||
SHORAH_SHOTGUN(
|
||||
ch_alignments,
|
||||
ch_reference
|
||||
)
|
||||
|
||||
VIQUAS(
|
||||
ch_alignments,
|
||||
ch_reference
|
||||
|
|
Loading…
Reference in a new issue