-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.dot
722 lines (722 loc) · 50.2 KB
/
test.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
digraph G {
node [shape=note,colorscheme=pastel19
];
rankdir=LR;
"modules/nf-core/samtools/stats/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/tantan/main.nf" [label="modules/
local/
tantan/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/tantan/main.nf" -> "modules/local/tantan/tests/main.nf.test";
"modules/local/tantan/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/bowtie2/align/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/bowtie2/align/tests/main.nf.test.snap" -> "modules/nf-core/bowtie2/align/tests/main.nf.test";
"subworkflows/local/fasta_virusclassification_genomad/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fasta_virusclassification_genomad/tests/main.nf.test.snap" -> "subworkflows/local/fasta_virusclassification_genomad/tests/main.nf.test";
"modules/local/trfinder/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/viromeqc/viromeqc/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/spades/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/genomad/download/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/genomad/download/tests/main.nf.test.snap" -> "modules/nf-core/genomad/download/tests/main.nf.test";
"modules/nf-core/gunzip/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/multiqc/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/multiqc/tests/main.nf.test.snap" -> "modules/nf-core/multiqc/tests/main.nf.test";
"modules/nf-core/cat/fastq/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/samtools/index/main.nf" [label="modules/
nf-core/
samtools/
index/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/samtools/index/main.nf" -> "modules/nf-core/samtools/index/tests/main.nf.test";
"subworkflows/local/csv_sradownload_fetchngs/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/megahit/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/pharokka/installdatabases/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/bacphlip/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/fastp/main.nf" [label="modules/
nf-core/
fastp/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/fastp/main.nf" -> "modules/nf-core/fastp/tests/main.nf.test";
"modules/nf-core/fastp/main.nf" -> "workflows/fastq_readpreprocessing_fastq/main.nf";
"modules/nf-core/fastp/main.nf" -> "workflows/phageannotator/main.nf";
"subworkflows/nf-core/utils_nfcore_pipeline/tests/main.function.nf.test" [label="main.function.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/custom/sratoolsncbisettings/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/fastqfasta_virusextension_cobra/main.nf" [label="subworkflows/
local/
fastqfasta_virusextension_cobra/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fastqfasta_virusextension_cobra/main.nf" -> "subworkflows/local/fastqfasta_virusextension_cobra/tests/main.nf.test";
"subworkflows/local/fastqfasta_virusextension_cobra/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/seqkit/stats/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/checkv/downloaddatabase/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/pharokka/installdatabases/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/pharokka/installdatabases/tests/main.nf.test.snap" -> "modules/nf-core/pharokka/installdatabases/tests/main.nf.test";
"modules/nf-core/custom/sratoolsncbisettings/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/custom/sratoolsncbisettings/tests/main.nf.test.snap" -> "modules/nf-core/custom/sratoolsncbisettings/tests/main.nf.test";
"subworkflows/local/fastq_virusenrichment_viromeqc/main.nf" [label="subworkflows/
local/
fastq_virusenrichment_viromeqc/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fastq_virusenrichment_viromeqc/main.nf" -> "subworkflows/local/fastq_virusenrichment_viromeqc/tests/main.nf.test";
"subworkflows/local/fastq_virusenrichment_viromeqc/main.nf" -> "workflows/fastq_readpreprocessing_fastq/main.nf";
"subworkflows/local/fastq_virusenrichment_viromeqc/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/blast/makeblastdb/main.nf" [label="modules/
nf-core/
blast/
makeblastdb/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/blast/makeblastdb/main.nf" -> "subworkflows/local/fasta_anicluster_blast/main.nf";
"modules/nf-core/blast/makeblastdb/main.nf" -> "modules/nf-core/blast/makeblastdb/tests/main.nf.test";
"modules/nf-core/blast/makeblastdb/main.nf" -> "modules/nf-core/blast/blastn/tests/main.nf.test";
"workflows/fastq_readpreprocessing_fastq/main.nf" [label="workflows/
fastq_readpreprocessing_fastq/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"workflows/fastq_readpreprocessing_fastq/main.nf" -> "workflows/fastq_readpreprocessing_fastq/tests/main.nf.test";
"workflows/fastq_readpreprocessing_fastq/main.nf" -> "main.nf";
"modules/local/csvtk/sep/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/iphop/predict/main.nf" [label="modules/
nf-core/
iphop/
predict/
main.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"modules/nf-core/iphop/predict/main.nf" -> "subworkflows/local/fasta_phagehost_iphop/main.nf";
"subworkflows/local/fastqfasta_provirusactivity_propagate/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/plass/penguin/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/seqkit/seq/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/seqkit/seq/tests/main.nf.test.snap" -> "modules/local/seqkit/seq/tests/main.nf.test";
"modules/local/fetchngs/sra_ids_to_runinfo/main.nf" [label="modules/
local/
fetchngs/
sra_ids_to_runinfo/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/fetchngs/sra_ids_to_runinfo/main.nf" -> "subworkflows/local/csv_sradownload_fetchngs/main.nf";
"modules/local/fetchngs/sra_ids_to_runinfo/main.nf" -> "modules/local/fetchngs/sra_ids_to_runinfo/tests/main.nf.test";
"modules/local/seqkit/seq/main.nf" [label="modules/
local/
seqkit/
seq/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/seqkit/seq/main.nf" -> "modules/local/seqkit/seq/tests/main.nf.test";
"modules/local/seqkit/seq/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/checkv/endtoend/main.nf" [label="modules/
nf-core/
checkv/
endtoend/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/checkv/endtoend/main.nf" -> "subworkflows/local/fasta_virusquality_checkv/main.nf";
"modules/nf-core/checkv/endtoend/main.nf" -> "modules/nf-core/checkv/endtoend/tests/main.nf.test";
"modules/local/tantan/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/logan/download/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/logan/download/tests/main.nf.test.snap" -> "modules/local/logan/download/tests/main.nf.test";
"modules/local/fetchngs/sra_ids_to_runinfo/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/fetchngs/sra_ids_to_runinfo/tests/main.nf.test.snap" -> "modules/local/fetchngs/sra_ids_to_runinfo/tests/main.nf.test";
"modules/nf-core/cat/cat/main.nf" [label="modules/
nf-core/
cat/
cat/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/cat/cat/main.nf" -> "modules/nf-core/cat/cat/tests/main.nf.test";
"modules/nf-core/cat/cat/main.nf" -> "subworkflows/local/fastqfasta_provirusactivity_prophagetracer/main.nf";
"modules/nf-core/cat/cat/main.nf" -> "subworkflows/local/fastqfasta_provirusactivity_propagate/main.nf";
"modules/nf-core/cat/cat/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/fetchngs/asperacli/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/fastqc/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/seqkit/stats/main.nf" [label="modules/
local/
seqkit/
stats/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/seqkit/stats/main.nf" -> "modules/local/seqkit/stats/tests/main.nf.test";
"modules/local/seqkit/stats/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/fetchngs/sra_fastq_ftp/main.nf" [label="modules/
local/
fetchngs/
sra_fastq_ftp/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/fetchngs/sra_fastq_ftp/main.nf" -> "subworkflows/local/csv_sradownload_fetchngs/main.nf";
"modules/local/fetchngs/sra_fastq_ftp/main.nf" -> "modules/local/fetchngs/sra_fastq_ftp/tests/main.nf.test";
"modules/nf-core/spades/main.nf" [label="modules/
nf-core/
spades/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/spades/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/spades/main.nf" -> "modules/nf-core/spades/tests/main.nf.test";
"modules/nf-core/checkv/updatedatabase/main.nf" [label="modules/
nf-core/
checkv/
updatedatabase/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/checkv/updatedatabase/main.nf" -> "modules/nf-core/checkv/updatedatabase/tests/main.nf.test";
"subworkflows/local/fastqgfa_virusextension_phables/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fastqgfa_virusextension_phables/tests/main.nf.test.snap" -> "subworkflows/local/fastqgfa_virusextension_phables/tests/main.nf.test";
"subworkflows/local/fasta_phagefunction_pharokka/main.nf" [label="subworkflows/
local/
fasta_phagefunction_pharokka/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fasta_phagefunction_pharokka/main.nf" -> "subworkflows/local/fasta_phagefunction_pharokka/tests/main.nf.test";
"subworkflows/local/fasta_phagefunction_pharokka/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/fetchngs/sra_ids_to_runinfo/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test" [label="main.function.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/bowtie2/align/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/pharokka/installdatabases/main.nf" [label="modules/
nf-core/
pharokka/
installdatabases/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/pharokka/installdatabases/main.nf" -> "modules/nf-core/pharokka/installdatabases/tests/main.nf.test";
"modules/nf-core/pharokka/installdatabases/main.nf" -> "modules/nf-core/pharokka/pharokka/tests/main.nf.test";
"modules/nf-core/pharokka/installdatabases/main.nf" -> "subworkflows/local/fasta_phagefunction_pharokka/main.nf";
"subworkflows/nf-core/utils_nfvalidation_plugin/main.nf" [label="subworkflows/
nf-core/
utils_nfvalidation_plugin/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/nf-core/utils_nfvalidation_plugin/main.nf" -> "subworkflows/local/utils_nfcore_phageannotator_pipeline/main.nf";
"subworkflows/nf-core/utils_nfvalidation_plugin/main.nf" -> "subworkflows/nf-core/utils_nfvalidation_plugin/tests/main.nf.test";
"subworkflows/local/fasta_phagefunction_pharokka/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fasta_phagefunction_pharokka/tests/main.nf.test.snap" -> "subworkflows/local/fasta_phagefunction_pharokka/tests/main.nf.test";
"modules/nf-core/iphop/download/main.nf" [label="modules/
nf-core/
iphop/
download/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/iphop/download/main.nf" -> "modules/nf-core/iphop/download/tests/main.nf.test";
"modules/nf-core/iphop/download/main.nf" -> "subworkflows/local/fasta_phagehost_iphop/main.nf";
"workflows/phageannotator/main.nf" [label="workflows/
phageannotator/
main.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"subworkflows/local/fastq_virusenrichment_viromeqc/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fastq_virusenrichment_viromeqc/tests/main.nf.test.snap" -> "subworkflows/local/fastq_virusenrichment_viromeqc/tests/main.nf.test";
"modules/nf-core/checkv/endtoend/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/checkv/endtoend/tests/main.nf.test.snap" -> "modules/nf-core/checkv/endtoend/tests/main.nf.test";
"modules/nf-core/untar/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/fastqfasta_provirusactivity_prophagetracer/main.nf" [label="subworkflows/
local/
fastqfasta_provirusactivity_prophagetracer/
main.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"modules/local/fastg2gfa/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/fastg2gfa/tests/main.nf.test.snap" -> "modules/local/fastg2gfa/tests/main.nf.test";
"subworkflows/nf-core/utils_nextflow_pipeline/main.nf" [label="subworkflows/
nf-core/
utils_nextflow_pipeline/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/nf-core/utils_nextflow_pipeline/main.nf" -> "subworkflows/local/utils_nfcore_phageannotator_pipeline/main.nf";
"subworkflows/nf-core/utils_nextflow_pipeline/main.nf" -> "subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test";
"subworkflows/nf-core/utils_nextflow_pipeline/main.nf" -> "subworkflows/nf-core/utils_nextflow_pipeline/tests/main.workflow.nf.test";
"modules/nf-core/pharokka/pharokka/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/fastqfasta_virusextension_cobra/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fastqfasta_virusextension_cobra/tests/main.nf.test.snap" -> "subworkflows/local/fastqfasta_virusextension_cobra/tests/main.nf.test";
"modules/nf-core/cat/cat/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/checkv/downloaddatabase/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/checkv/downloaddatabase/tests/main.nf.test.snap" -> "modules/nf-core/checkv/downloaddatabase/tests/main.nf.test";
"subworkflows/local/fastq_virusenrichment_viromeqc/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/cat/fastq/main.nf" [label="modules/
nf-core/
cat/
fastq/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/cat/fastq/main.nf" -> "modules/nf-core/cat/fastq/tests/main.nf.test";
"modules/nf-core/cat/fastq/main.nf" -> "workflows/fastq_readpreprocessing_fastq/main.nf";
"modules/nf-core/cat/fastq/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/samtools/index/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"lib/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/samtools/stats/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/samtools/stats/tests/main.nf.test.snap" -> "modules/nf-core/samtools/stats/tests/main.nf.test";
"workflows/fastq_readpreprocessing_fastq/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"workflows/fastq_readpreprocessing_fastq/tests/main.nf.test.snap" -> "workflows/fastq_readpreprocessing_fastq/tests/main.nf.test";
"modules/nf-core/seqkit/grep/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/fasta_virusquality_checkv/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fasta_virusquality_checkv/tests/main.nf.test.snap" -> "subworkflows/local/fasta_virusquality_checkv/tests/main.nf.test";
"modules/nf-core/seqkit/grep/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/seqkit/grep/tests/main.nf.test.snap" -> "modules/nf-core/seqkit/grep/tests/main.nf.test";
"subworkflows/local/fasta_phagefunction_pharokka/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/utils_nfcore_phageannotator_pipeline/main.nf" [label="subworkflows/
local/
utils_nfcore_phageannotator_pipeline/
main.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"subworkflows/local/utils_nfcore_phageannotator_pipeline/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/seqkit/split/main.nf" [label="modules/
local/
seqkit/
split/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/seqkit/split/main.nf" -> "modules/local/seqkit/split/tests/main.nf.test";
"modules/local/seqkit/split/main.nf" -> "workflows/phageannotator/main.nf";
"lib/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"lib/main.nf.test.snap" -> "lib/main.nf.test";
"modules/nf-core/blast/makeblastdb/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/blast/makeblastdb/tests/main.nf.test.snap" -> "modules/nf-core/blast/makeblastdb/tests/main.nf.test";
"modules/nf-core/cat/cat/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/cat/cat/tests/main.nf.test.snap" -> "modules/nf-core/cat/cat/tests/main.nf.test";
"modules/nf-core/samtools/index/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/samtools/index/tests/main.nf.test.snap" -> "modules/nf-core/samtools/index/tests/main.nf.test";
"subworkflows/nf-core/utils_nfcore_pipeline/tests/main.workflow.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/nf-core/utils_nfcore_pipeline/tests/main.workflow.nf.test.snap" -> "subworkflows/nf-core/utils_nfcore_pipeline/tests/main.workflow.nf.test";
"modules/nf-core/iphop/download/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/sratools/prefetch/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/sratools/prefetch/tests/main.nf.test.snap" -> "modules/nf-core/sratools/prefetch/tests/main.nf.test";
"subworkflows/local/fasta_phagehost_iphop/main.nf" [label="subworkflows/
local/
fasta_phagehost_iphop/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fasta_phagehost_iphop/main.nf" -> "subworkflows/local/fasta_phagehost_iphop/tests/main.nf.test";
"subworkflows/local/fasta_phagehost_iphop/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/viromeqc/install/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/fetchngs/sra_runinfo_to_ftp/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/trfinder/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/trfinder/tests/main.nf.test.snap" -> "modules/local/trfinder/tests/main.nf.test";
"modules/local/fastg2gfa/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"workflows/phageannotator/fasta_virusmine_fasta/main.nf" [label="workflows/
phageannotator/
fasta_virusmine_fasta/
main.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"subworkflows/local/fasta_virusquality_checkv/main.nf" [label="subworkflows/
local/
fasta_virusquality_checkv/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fasta_virusquality_checkv/main.nf" -> "workflows/phageannotator/main.nf";
"subworkflows/local/fasta_virusquality_checkv/main.nf" -> "subworkflows/local/fasta_virusquality_checkv/tests/main.nf.test";
"modules/nf-core/bowtie2/build/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/bowtie2/build/tests/main.nf.test.snap" -> "modules/nf-core/bowtie2/build/tests/main.nf.test";
"modules/local/phist/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/prophagetracer/wgs/main.nf" [label="modules/
local/
prophagetracer/
wgs/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/prophagetracer/wgs/main.nf" -> "modules/local/prophagetracer/wgs/tests/main.nf.test";
"subworkflows/local/fastqfasta_virusextension_cobra/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/seqkit/seq/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/seqkit/grep/main.nf" [label="modules/
nf-core/
seqkit/
grep/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/seqkit/grep/main.nf" -> "subworkflows/local/fasta_anicluster_blast/main.nf";
"modules/nf-core/seqkit/grep/main.nf" -> "modules/nf-core/seqkit/grep/tests/main.nf.test";
"modules/nf-core/cobrameta/main.nf" [label="modules/
nf-core/
cobrameta/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/cobrameta/main.nf" -> "modules/nf-core/cobrameta/tests/main.nf.test";
"modules/nf-core/cobrameta/main.nf" -> "subworkflows/local/fastqfasta_virusextension_cobra/main.nf";
"workflows/phageannotator/fasta_virusanalysis_tsv/virus_analyze.nf" [label="workflows/
phageannotator/
fasta_virusanalysis_tsv/
virus_analyze.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"modules/local/phables/install/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/genomad/endtoend/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/prophagetracer/wgs/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/logan/download/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/fastqc/main.nf" [label="modules/
nf-core/
fastqc/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/fastqc/main.nf" -> "modules/nf-core/fastqc/tests/main.nf.test";
"modules/nf-core/fastqc/main.nf" -> "workflows/fastq_readpreprocessing_fastq/main.nf";
"modules/nf-core/fastqc/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/fetchngs/sra_fastq_ftp/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/fetchngs/sra_fastq_ftp/tests/main.nf.test.snap" -> "modules/local/fetchngs/sra_fastq_ftp/tests/main.nf.test";
"modules/local/fetchngs/asperacli/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/fetchngs/asperacli/tests/main.nf.test.snap" -> "modules/local/fetchngs/asperacli/tests/main.nf.test";
"subworkflows/local/fasta_virusquality_checkv/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/checkv/aniclust/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/checkv/aniclust/tests/main.nf.test.snap" -> "modules/local/checkv/aniclust/tests/main.nf.test";
"modules/local/phables/run/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/phables/run/tests/main.nf.test.snap" -> "modules/local/phables/run/tests/main.nf.test";
"subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test.snap" -> "subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test";
"modules/local/coverm/contig/main.nf" [label="modules/
local/
coverm/
contig/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/coverm/contig/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/coverm/contig/main.nf" -> "subworkflows/local/fastqfasta_virusextension_cobra/main.nf";
"modules/local/coverm/contig/main.nf" -> "modules/local/coverm/contig/tests/main.nf.test";
"modules/nf-core/genomad/download/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/trfinder/main.nf" [label="modules/
local/
trfinder/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/trfinder/main.nf" -> "modules/local/trfinder/tests/main.nf.test";
"modules/nf-core/sratools/prefetch/main.nf" [label="modules/
nf-core/
sratools/
prefetch/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/sratools/prefetch/main.nf" -> "modules/nf-core/sratools/prefetch/tests/main.nf.test";
"modules/nf-core/sratools/prefetch/main.nf" -> "subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/main.nf";
"subworkflows/local/fastq_hostremoval_bowtie2/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fastq_hostremoval_bowtie2/tests/main.nf.test.snap" -> "subworkflows/local/fastq_hostremoval_bowtie2/tests/main.nf.test";
"modules/local/phables/run/main.nf" [label="modules/
local/
phables/
run/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/phables/run/main.nf" -> "subworkflows/local/fastqgfa_virusextension_phables/main.nf";
"modules/local/phables/run/main.nf" -> "modules/local/phables/run/tests/main.nf.test";
"modules/nf-core/pharokka/pharokka/main.nf" [label="modules/
nf-core/
pharokka/
pharokka/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/pharokka/pharokka/main.nf" -> "modules/nf-core/pharokka/pharokka/tests/main.nf.test";
"modules/nf-core/pharokka/pharokka/main.nf" -> "subworkflows/local/fasta_phagefunction_pharokka/main.nf";
"modules/local/fetchngs/sra_runinfo_to_ftp/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/fetchngs/sra_runinfo_to_ftp/tests/main.nf.test.snap" -> "modules/local/fetchngs/sra_runinfo_to_ftp/tests/main.nf.test";
"modules/nf-core/sratools/prefetch/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/nf-core/utils_nfvalidation_plugin/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"lib/functions.nf" [label="lib/
functions.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"lib/functions.nf" -> "lib/main.nf.test";
"modules/nf-core/genomad/endtoend/main.nf" [label="modules/
nf-core/
genomad/
endtoend/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/genomad/endtoend/main.nf" -> "subworkflows/local/fasta_virusclassification_genomad/main.nf";
"modules/nf-core/genomad/endtoend/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/genomad/endtoend/main.nf" -> "modules/nf-core/genomad/endtoend/tests/main.nf.test";
"modules/nf-core/samtools/stats/main.nf" [label="modules/
nf-core/
samtools/
stats/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/samtools/stats/main.nf" -> "modules/nf-core/samtools/stats/tests/main.nf.test";
"modules/nf-core/cat/fastq/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/cat/fastq/tests/main.nf.test.snap" -> "modules/nf-core/cat/fastq/tests/main.nf.test";
"modules/nf-core/sratools/fasterqdump/main.nf" [label="modules/
nf-core/
sratools/
fasterqdump/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/sratools/fasterqdump/main.nf" -> "modules/nf-core/sratools/fasterqdump/tests/main.nf.test";
"modules/nf-core/sratools/fasterqdump/main.nf" -> "subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/main.nf";
"workflows/phageannotator/fastq_readassembly_fasta/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/fasta_virusclassification_genomad/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/tests/main.nf.test.snap" -> "subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/tests/main.nf.test";
"modules/local/nucleotidestats/main.nf" [label="modules/
local/
nucleotidestats/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/nucleotidestats/main.nf" -> "modules/local/nucleotidestats/tests/main.nf.test";
"modules/local/nucleotidestats/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/bowtie2/align/main.nf" [label="modules/
nf-core/
bowtie2/
align/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/bowtie2/align/main.nf" -> "modules/nf-core/bowtie2/align/tests/main.nf.test";
"modules/nf-core/bowtie2/align/main.nf" -> "subworkflows/local/fastq_hostremoval_bowtie2/main.nf";
"subworkflows/local/fasta_anicluster_blast/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/plass/penguin/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/plass/penguin/tests/main.nf.test.snap" -> "modules/local/plass/penguin/tests/main.nf.test";
"subworkflows/local/fasta_virusclassification_genomad/main.nf" [label="subworkflows/
local/
fasta_virusclassification_genomad/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fasta_virusclassification_genomad/main.nf" -> "subworkflows/local/fasta_virusclassification_genomad/tests/main.nf.test";
"subworkflows/local/fasta_virusclassification_genomad/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/gunzip/main.nf" [label="modules/
nf-core/
gunzip/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/gunzip/main.nf" -> "modules/nf-core/gunzip/tests/main.nf.test";
"modules/nf-core/gunzip/main.nf" -> "subworkflows/local/fastqfasta_provirusactivity_prophagetracer/main.nf";
"modules/nf-core/gunzip/main.nf" -> "subworkflows/local/fastqfasta_provirusactivity_propagate/main.nf";
"modules/local/csvtk/sep/main.nf" [label="modules/
local/
csvtk/
sep/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/csvtk/sep/main.nf" -> "modules/local/csvtk/sep/tests/main.nf.test";
"modules/local/csvtk/sep/main.nf" -> "subworkflows/local/fastqfasta_virusextension_cobra/main.nf";
"modules/nf-core/pharokka/pharokka/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/pharokka/pharokka/tests/main.nf.test.snap" -> "modules/nf-core/pharokka/pharokka/tests/main.nf.test";
"workflows/phageannotator/fasta_virusannotation_tsv/virus_annotate.nf" [label="workflows/
phageannotator/
fasta_virusannotation_tsv/
virus_annotate.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"modules/nf-core/multiqc/main.nf" [label="modules/
nf-core/
multiqc/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/multiqc/main.nf" -> "modules/nf-core/multiqc/tests/main.nf.test";
"modules/nf-core/multiqc/main.nf" -> "main.nf";
"modules/nf-core/multiqc/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/csvtk/sep/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/csvtk/sep/tests/main.nf.test.snap" -> "modules/local/csvtk/sep/tests/main.nf.test";
"modules/local/checkv/aniclust/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/sratools/fasterqdump/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/blast/blastn/main.nf" [label="modules/
nf-core/
blast/
blastn/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/blast/blastn/main.nf" -> "subworkflows/local/fasta_anicluster_blast/main.nf";
"modules/nf-core/blast/blastn/main.nf" -> "modules/nf-core/blast/blastn/tests/main.nf.test";
"subworkflows/local/csv_sradownload_fetchngs/main.nf" [label="subworkflows/
local/
csv_sradownload_fetchngs/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/csv_sradownload_fetchngs/main.nf" -> "workflows/phageannotator/main.nf";
"subworkflows/local/csv_sradownload_fetchngs/main.nf" -> "subworkflows/local/csv_sradownload_fetchngs/tests/main.nf.test";
"modules/nf-core/cobrameta/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/phables/install/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/phables/install/tests/main.nf.test.snap" -> "modules/local/phables/install/tests/main.nf.test";
"modules/nf-core/blast/blastn/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/checkv/downloaddatabase/main.nf" [label="modules/
nf-core/
checkv/
downloaddatabase/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/checkv/downloaddatabase/main.nf" -> "modules/nf-core/checkv/downloaddatabase/tests/main.nf.test";
"modules/nf-core/checkv/downloaddatabase/main.nf" -> "subworkflows/local/fasta_virusquality_checkv/main.nf";
"modules/nf-core/checkv/downloaddatabase/main.nf" -> "modules/nf-core/checkv/updatedatabase/tests/main.nf.test";
"modules/nf-core/checkv/downloaddatabase/main.nf" -> "modules/nf-core/checkv/endtoend/tests/main.nf.test";
"modules/local/seqkit/stats/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/seqkit/stats/tests/main.nf.test.snap" -> "modules/local/seqkit/stats/tests/main.nf.test";
"modules/local/viromeqc/install/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/viromeqc/install/tests/main.nf.test.snap" -> "modules/local/viromeqc/install/tests/main.nf.test";
"modules/local/tantan/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/tantan/tests/main.nf.test.snap" -> "modules/local/tantan/tests/main.nf.test";
"modules/local/coverm/contig/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/genomad/download/main.nf" [label="modules/
nf-core/
genomad/
download/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/genomad/download/main.nf" -> "subworkflows/local/fasta_virusclassification_genomad/tests/main.nf.test";
"modules/nf-core/genomad/download/main.nf" -> "subworkflows/local/fasta_virusclassification_genomad/main.nf";
"modules/nf-core/genomad/download/main.nf" -> "modules/nf-core/genomad/download/tests/main.nf.test";
"modules/nf-core/genomad/download/main.nf" -> "modules/nf-core/genomad/endtoend/tests/main.nf.test";
"main.nf" [label="main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"main.nf" -> "tests/main.nf.test";
"subworkflows/local/fasta_anicluster_blast/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fasta_anicluster_blast/tests/main.nf.test.snap" -> "subworkflows/local/fasta_anicluster_blast/tests/main.nf.test";
"modules/local/fetchngs/asperacli/main.nf" [label="modules/
local/
fetchngs/
asperacli/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/fetchngs/asperacli/main.nf" -> "subworkflows/local/csv_sradownload_fetchngs/main.nf";
"modules/local/fetchngs/asperacli/main.nf" -> "modules/local/fetchngs/asperacli/tests/main.nf.test";
"modules/local/prophagetracer/wgs/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/prophagetracer/wgs/tests/main.nf.test.snap" -> "modules/local/prophagetracer/wgs/tests/main.nf.test";
"modules/local/viromeqc/install/main.nf" [label="modules/
local/
viromeqc/
install/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/viromeqc/install/main.nf" -> "modules/local/viromeqc/install/tests/main.nf.test";
"modules/local/viromeqc/install/main.nf" -> "subworkflows/local/fastq_virusenrichment_viromeqc/tests/main.nf.test";
"modules/local/viromeqc/install/main.nf" -> "modules/local/viromeqc/viromeqc/tests/main.nf.test";
"modules/local/viromeqc/install/main.nf" -> "subworkflows/local/fastq_virusenrichment_viromeqc/main.nf";
"subworkflows/local/fastq_hostremoval_bowtie2/main.nf" [label="subworkflows/
local/
fastq_hostremoval_bowtie2/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fastq_hostremoval_bowtie2/main.nf" -> "subworkflows/local/fastq_hostremoval_bowtie2/tests/main.nf.test";
"subworkflows/local/fastq_hostremoval_bowtie2/main.nf" -> "workflows/fastq_readpreprocessing_fastq/main.nf";
"subworkflows/local/fastq_hostremoval_bowtie2/main.nf" -> "workflows/phageannotator/main.nf";
"modules/nf-core/cobrameta/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/cobrameta/tests/main.nf.test.snap" -> "modules/nf-core/cobrameta/tests/main.nf.test";
"subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/csv_sradownload_fetchngs/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/csv_sradownload_fetchngs/tests/main.nf.test.snap" -> "subworkflows/local/csv_sradownload_fetchngs/tests/main.nf.test";
"tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/phist/main.nf" [label="modules/
local/
phist/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/phist/main.nf" -> "modules/local/phist/tests/main.nf.test";
"subworkflows/local/fasta_phagehost_iphop/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/local/fasta_phagehost_iphop/tests/main.nf.test.snap" -> "subworkflows/local/fasta_phagehost_iphop/tests/main.nf.test";
"modules/nf-core/fastp/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/spades/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/spades/tests/main.nf.test.snap" -> "modules/nf-core/spades/tests/main.nf.test";
"modules/local/cleanup/cleanworkdirs/main.nf" [label="modules/
local/
cleanup/
cleanworkdirs/
main.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"modules/local/checkv/anicalc/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/bowtie2/build/main.nf" [label="modules/
nf-core/
bowtie2/
build/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/bowtie2/build/main.nf" -> "modules/nf-core/bowtie2/align/tests/main.nf.test";
"modules/nf-core/bowtie2/build/main.nf" -> "subworkflows/local/fastq_hostremoval_bowtie2/main.nf";
"modules/nf-core/bowtie2/build/main.nf" -> "modules/nf-core/bowtie2/build/tests/main.nf.test";
"modules/nf-core/sratools/fasterqdump/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/sratools/fasterqdump/tests/main.nf.test.snap" -> "modules/nf-core/sratools/fasterqdump/tests/main.nf.test";
"modules/nf-core/fastqc/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/fastqc/tests/main.nf.test.snap" -> "modules/nf-core/fastqc/tests/main.nf.test";
"modules/nf-core/checkv/endtoend/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/fasta_anicluster_blast/main.nf" [label="subworkflows/
local/
fasta_anicluster_blast/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fasta_anicluster_blast/main.nf" -> "workflows/phageannotator/main.nf";
"subworkflows/local/fasta_anicluster_blast/main.nf" -> "subworkflows/local/fasta_anicluster_blast/tests/main.nf.test";
"modules/nf-core/multiqc/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/custom/sratoolsncbisettings/main.nf" [label="modules/
nf-core/
custom/
sratoolsncbisettings/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/custom/sratoolsncbisettings/main.nf" -> "modules/nf-core/custom/sratoolsncbisettings/tests/main.nf.test";
"modules/nf-core/custom/sratoolsncbisettings/main.nf" -> "subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/main.nf";
"subworkflows/local/fastq_hostremoval_bowtie2/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/logan/download/main.nf" [label="modules/
local/
logan/
download/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/logan/download/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/logan/download/main.nf" -> "modules/local/logan/download/tests/main.nf.test";
"modules/nf-core/genomad/endtoend/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/genomad/endtoend/tests/main.nf.test.snap" -> "modules/nf-core/genomad/endtoend/tests/main.nf.test";
"subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/main.nf" [label="subworkflows/
nf-core/
fastq_download_prefetch_fasterqdump_sratools/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/main.nf" -> "subworkflows/local/csv_sradownload_fetchngs/main.nf";
"subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/main.nf" -> "subworkflows/nf-core/fastq_download_prefetch_fasterqdump_sratools/tests/main.nf.test";
"modules/nf-core/untar/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/untar/tests/main.nf.test.snap" -> "modules/nf-core/untar/tests/main.nf.test";
"workflows/fastq_readpreprocessing_fastq/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/coverm/contig/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/coverm/contig/tests/main.nf.test.snap" -> "modules/local/coverm/contig/tests/main.nf.test";
"subworkflows/local/fastqgfa_virusextension_phables/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"subworkflows/local/fasta_phagehost_iphop/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/fastg2gfa/main.nf" [label="modules/
local/
fastg2gfa/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/fastg2gfa/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/fastg2gfa/main.nf" -> "modules/local/fastg2gfa/tests/main.nf.test";
"modules/nf-core/blast/makeblastdb/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/phables/run/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/fetchngs/sra_fastq_ftp/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/untar/main.nf" [label="modules/
nf-core/
untar/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/untar/main.nf" -> "modules/nf-core/untar/tests/main.nf.test";
"modules/nf-core/untar/main.nf" -> "modules/nf-core/sratools/fasterqdump/tests/main.nf.test";
"modules/nf-core/megahit/main.nf" [label="modules/
nf-core/
megahit/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/megahit/main.nf" -> "modules/nf-core/megahit/tests/main.nf.test";
"modules/nf-core/megahit/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/filtersequences/main.nf" [label="modules/
local/
filtersequences/
main.nf", shape="box3d", fillcolor="1", style="rounded,filled"]
"modules/local/filtersequences/main.nf" -> "workflows/phageannotator/main.nf";
"workflows/phageannotator/fastq_readassembly_fasta/main.nf" [label="workflows/
phageannotator/
fastq_readassembly_fasta/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"workflows/phageannotator/fastq_readassembly_fasta/main.nf" -> "workflows/phageannotator/fastq_readassembly_fasta/tests/main.nf.test";
"modules/nf-core/gunzip/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/gunzip/tests/main.nf.test.snap" -> "modules/nf-core/gunzip/tests/main.nf.test";
"modules/local/nucleotidestats/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/nucleotidestats/tests/main.nf.test.snap" -> "modules/local/nucleotidestats/tests/main.nf.test";
"modules/nf-core/bowtie2/build/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/viromeqc/viromeqc/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/viromeqc/viromeqc/tests/main.nf.test.snap" -> "modules/local/viromeqc/viromeqc/tests/main.nf.test";
"modules/nf-core/checkv/updatedatabase/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/nucleotidestats/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/seqkit/split/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/seqkit/split/tests/main.nf.test.snap" -> "modules/local/seqkit/split/tests/main.nf.test";
"subworkflows/nf-core/utils_nextflow_pipeline/tests/main.workflow.nf.test" [label="main.workflow.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/seqkit/split/tests/main.nf.test" [label="main.nf.test", fillcolor="2", style="rounded,filled"]
"modules/local/checkv/anicalc/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/local/checkv/anicalc/tests/main.nf.test.snap" -> "modules/local/checkv/anicalc/tests/main.nf.test";
"modules/nf-core/fastp/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/fastp/tests/main.nf.test.snap" -> "modules/nf-core/fastp/tests/main.nf.test";
"subworkflows/local/fastqgfa_virusextension_phables/main.nf" [label="subworkflows/
local/
fastqgfa_virusextension_phables/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fastqgfa_virusextension_phables/main.nf" -> "subworkflows/local/fastqgfa_virusextension_phables/tests/main.nf.test";
"subworkflows/local/fastqgfa_virusextension_phables/main.nf" -> "workflows/phageannotator/main.nf";
"subworkflows/nf-core/utils_nfcore_pipeline/tests/main.workflow.nf.test" [label="main.workflow.nf.test", fillcolor="2", style="rounded,filled"]
"modules/nf-core/bacphlip/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/bacphlip/tests/main.nf.test.snap" -> "modules/nf-core/bacphlip/tests/main.nf.test";
"subworkflows/nf-core/utils_nfcore_pipeline/tests/main.function.nf.test.snap" [label="Snapshot", shape="cylinder"]
"subworkflows/nf-core/utils_nfcore_pipeline/tests/main.function.nf.test.snap" -> "subworkflows/nf-core/utils_nfcore_pipeline/tests/main.function.nf.test";
"modules/local/phables/install/main.nf" [label="modules/
local/
phables/
install/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/phables/install/main.nf" -> "subworkflows/local/fastqgfa_virusextension_phables/main.nf";
"modules/local/phables/install/main.nf" -> "subworkflows/local/fastqgfa_virusextension_phables/tests/main.nf.test";
"modules/local/phables/install/main.nf" -> "modules/local/phables/run/tests/main.nf.test";
"modules/local/phables/install/main.nf" -> "modules/local/phables/install/tests/main.nf.test";
"modules/nf-core/megahit/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/megahit/tests/main.nf.test.snap" -> "modules/nf-core/megahit/tests/main.nf.test";
"modules/local/checkv/anicalc/main.nf" [label="modules/
local/
checkv/
anicalc/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/checkv/anicalc/main.nf" -> "subworkflows/local/fasta_anicluster_blast/main.nf";
"modules/local/checkv/anicalc/main.nf" -> "modules/local/checkv/anicalc/tests/main.nf.test";
"modules/local/fetchngs/sra_runinfo_to_ftp/main.nf" [label="modules/
local/
fetchngs/
sra_runinfo_to_ftp/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/fetchngs/sra_runinfo_to_ftp/main.nf" -> "subworkflows/local/csv_sradownload_fetchngs/main.nf";
"modules/local/fetchngs/sra_runinfo_to_ftp/main.nf" -> "modules/local/fetchngs/sra_runinfo_to_ftp/tests/main.nf.test";
"modules/local/checkv/aniclust/main.nf" [label="modules/
local/
checkv/
aniclust/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/checkv/aniclust/main.nf" -> "subworkflows/local/fasta_anicluster_blast/main.nf";
"modules/local/checkv/aniclust/main.nf" -> "modules/local/checkv/aniclust/tests/main.nf.test";
"modules/nf-core/blast/blastn/tests/main.nf.test.snap" [label="Snapshot", shape="cylinder"]
"modules/nf-core/blast/blastn/tests/main.nf.test.snap" -> "modules/nf-core/blast/blastn/tests/main.nf.test";
"modules/nf-core/bacphlip/main.nf" [label="modules/
nf-core/
bacphlip/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/nf-core/bacphlip/main.nf" -> "modules/nf-core/bacphlip/tests/main.nf.test";
"modules/nf-core/bacphlip/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/viromeqc/viromeqc/main.nf" [label="modules/
local/
viromeqc/
viromeqc/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/viromeqc/viromeqc/main.nf" -> "modules/local/viromeqc/viromeqc/tests/main.nf.test";
"modules/local/viromeqc/viromeqc/main.nf" -> "subworkflows/local/fastq_virusenrichment_viromeqc/main.nf";
"subworkflows/nf-core/utils_nfcore_pipeline/main.nf" [label="subworkflows/
nf-core/
utils_nfcore_pipeline/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/nf-core/utils_nfcore_pipeline/main.nf" -> "subworkflows/nf-core/utils_nfcore_pipeline/tests/main.function.nf.test";
"subworkflows/nf-core/utils_nfcore_pipeline/main.nf" -> "subworkflows/nf-core/utils_nfcore_pipeline/tests/main.workflow.nf.test";
"subworkflows/nf-core/utils_nfcore_pipeline/main.nf" -> "subworkflows/local/utils_nfcore_phageannotator_pipeline/main.nf";
"subworkflows/nf-core/utils_nfcore_pipeline/main.nf" -> "main.nf";
"subworkflows/nf-core/utils_nfcore_pipeline/main.nf" -> "workflows/phageannotator/main.nf";
"modules/local/plass/penguin/main.nf" [label="modules/
local/
plass/
penguin/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"modules/local/plass/penguin/main.nf" -> "modules/local/plass/penguin/tests/main.nf.test";
"modules/local/plass/penguin/main.nf" -> "workflows/phageannotator/main.nf";
"subworkflows/local/fastqfasta_provirusactivity_propagate/main.nf" [label="subworkflows/
local/
fastqfasta_provirusactivity_propagate/
main.nf", shape="box3d", fillcolor="3", style="rounded,filled"]
"subworkflows/local/fastqfasta_provirusactivity_propagate/main.nf" -> "subworkflows/local/fastqfasta_provirusactivity_propagate/tests/main.nf.test";
}