forked from MultiQC/MultiQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch_patterns.yaml
859 lines (858 loc) · 22.2 KB
/
search_patterns.yaml
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
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
# MultiQC search patterns.
# Default configurations for how modules can find their log files.
# Loaded by the config module so that these patterns can be overwritten in user config files.
adapterRemoval:
fn: "*.settings"
contents: "AdapterRemoval"
num_lines: 1
afterqc:
fn: "*.json"
contents: "allow_mismatch_in_poly"
num_lines: 10000
anglerfish:
fn: "*.json"
contents: "anglerfish_version"
bamtools/stats:
contents: "Stats for BAM file(s):"
shared: true
num_lines: 10
bbduk:
contents: "Executing jgi.BBDuk"
num_lines: 2
bbmap/stats:
contents: "#Name Reads ReadsPct"
num_lines: 4
bbmap/aqhist:
contents: "#Quality count1 fraction1 count2 fraction2"
num_lines: 1
bbmap/bhist:
contents: "#Pos A C G T N"
num_lines: 1
bbmap/bincov:
# 3rd line (1st is #Mean)
contents: "#RefName Cov Pos RunningPos"
num_lines: 3
bbmap/bqhist:
contents: "#BaseNum count_1 min_1 max_1 mean_1 Q1_1 med_1 Q3_1 LW_1 RW_1 count_2 min_2 max_2 mean_2 Q1_2 med_2 Q3_2 LW_2 RW_2"
num_lines: 1
bbmap/covhist:
contents: "#Coverage numBases"
num_lines: 1
bbmap/covstats:
contents: "#ID Avg_fold"
num_lines: 1
bbmap/ehist:
contents: "#Errors Count"
num_lines: 1
bbmap/gchist:
# 5th line (1st is #Mean)
contents: "#GC Count"
num_lines: 5
bbmap/idhist:
contents: "#Mean_reads"
num_lines: 1
bbmap/ihist:
# 6th line (first is #Mean)
contents: "#InsertSize Count"
num_lines: 6
bbmap/indelhist:
contents: "#Length Deletions Insertions"
num_lines: 1
bbmap/lhist:
contents: "#Length Count"
num_lines: 1
bbmap/mhist:
contents: "#BaseNum Match1 Sub1 Del1 Ins1 N1 Other1 Match2 Sub2 Del2 Ins2 N2 Other2"
num_lines: 1
bbmap/qahist:
contents: "#Deviation"
num_lines: 1
bbmap/qchist:
contents_re: '#Quality count1 fraction1\n'
num_lines: 1
bbmap/qhist:
contents: "#BaseNum Read1_linear Read1_log Read1_measured Read2_linear Read2_log Read2_measured"
num_lines: 1
bbmap/rpkm:
contents: "#File "
num_lines: 1
bbmap/statsfile_machine:
contents: "Reads Used="
num_lines: 1
bbmap/statsfile:
contents: "Reads Used:"
num_lines: 1
bcftools/stats:
contents: "This file was produced by bcftools stats"
shared: true
bcl2fastq:
fn: "Stats.json"
contents: "DemuxResults"
num_lines: 300
bclconvert/runinfo:
fn: "RunInfo.xml"
bclconvert/demux:
fn: "Demultiplex_Stats.csv"
bclconvert/quality_metrics:
fn: "Quality_Metrics.csv"
bclconvert/adaptermetrics:
fn: "Adapter_Metrics.csv"
bclconvert/unknown_barcodes:
fn: "Top_Unknown_Barcodes.csv"
biobambam2/bamsormadup:
contents: "# bamsormadup"
num_lines: 2
biobloomtools:
contents: "filter_id hits misses shared rate_hit rate_miss rate_shared"
num_lines: 2
biscuit/align_mapq:
fn: "*_mapq_table.txt"
contents: "BISCUITqc Mapping Quality Table"
num_lines: 3
biscuit/align_strand:
fn: "*_strand_table.txt"
contents: "BISCUITqc Strand Table"
num_lines: 3
biscuit/align_isize:
fn: "*_isize_table.txt"
contents: "BISCUITqc Insert Size Table"
num_lines: 3
biscuit/dup_report:
fn: "*_dup_report.txt"
contents: "BISCUITqc Read Duplication Table"
num_lines: 3
biscuit/qc_cv:
fn: "*_cv_table.txt"
contents: "BISCUITqc Uniformity Table"
num_lines: 3
biscuit/covdist_all_base_botgc:
fn: "*_covdist_all_base_botgc_table.txt"
biscuit/covdist_all_base:
fn: "*_covdist_all_base_table.txt"
biscuit/covdist_all_base_topgc:
fn: "*_covdist_all_base_topgc_table.txt"
biscuit/covdist_q40_base_botgc:
fn: "*_covdist_q40_base_botgc_table.txt"
biscuit/covdist_q40_base:
fn: "*_covdist_q40_base_table.txt"
biscuit/covdist_q40_base_topgc:
fn: "*_covdist_q40_base_topgc_table.txt"
biscuit/covdist_all_cpg_botgc:
fn: "*_covdist_all_cpg_botgc_table.txt"
biscuit/covdist_all_cpg:
fn: "*_covdist_all_cpg_table.txt"
biscuit/covdist_all_cpg_topgc:
fn: "*_covdist_all_cpg_topgc_table.txt"
biscuit/covdist_q40_cpg_botgc:
fn: "*_covdist_q40_cpg_botgc_table.txt"
biscuit/covdist_q40_cpg:
fn: "*_covdist_q40_cpg_table.txt"
biscuit/covdist_q40_cpg_topgc:
fn: "*_covdist_q40_cpg_topgc_table.txt"
biscuit/cpg_retention_readpos:
fn: "*_CpGRetentionByReadPos.txt"
biscuit/cph_retention_readpos:
fn: "*_CpHRetentionByReadPos.txt"
biscuit/base_avg_retention_rate:
fn: "*_totalBaseConversionRate.txt"
biscuit/read_avg_retention_rate:
fn: "*_totalReadConversionRate.txt"
bismark/align:
fn: "*_[SP]E_report.txt"
bismark/dedup:
fn: "*.deduplication_report.txt"
bismark/meth_extract:
fn: "*_splitting_report.txt"
bismark/m_bias:
fn: "*M-bias.txt"
bismark/bam2nuc:
fn: "*.nucleotide_stats.txt"
bowtie1:
contents: "# reads processed:"
exclude_fn:
# Tophat log files
- "bowtie.left_kept_reads.log"
- "bowtie.left_kept_reads.m2g_um.log"
- "bowtie.left_kept_reads.m2g_um_seg1.log"
- "bowtie.left_kept_reads.m2g_um_seg2.log"
- "bowtie.right_kept_reads.log"
- "bowtie.right_kept_reads.m2g_um.log"
- "bowtie.right_kept_reads.m2g_um_seg1.log"
- "bowtie.right_kept_reads.m2g_um_seg2.log"
shared: true
bowtie2:
contents: "reads; of these:"
exclude_contents:
- "bisulfite"
- "HiC-Pro"
shared: true
busco:
fn: "short_summary*"
contents: "BUSCO version is:"
num_lines: 1
bustools:
fn: "*inspect.json"
ccs/v4:
contents: "ZMWs generating CCS"
num_lines: 2
max_filesize: 1024
ccs/v5:
contents: '"id": "ccs_processing"'
fn: "*.json"
cellranger/count_html:
- fn: "*.html"
contents: '"command":"Cell Ranger","subcommand":"count"'
num_lines: 13
- fn: "*.html"
contents: '"command": "Cell Ranger", "subcommand": "count"'
num_lines: 13
cellranger/vdj_html:
- fn: "*.html"
contents: '"command":"Cell Ranger","subcommand":"vdj"'
num_lines: 13
- fn: "*.html"
contents: '"command": "Cell Ranger", "subcommand": "vdj"'
num_lines: 13
checkqc:
contents: "instrument_and_reagent_type"
fn: "*.json"
custom_content:
fn_re: '.+_mqc\.(yaml|yml|json|txt|csv|tsv|log|out|png|jpg|jpeg|html)'
clipandmerge:
contents: "ClipAndMerge ("
num_lines: 5
clusterflow/logs:
fn: "*_clusterFlow.txt"
shared: true
clusterflow/runfiles:
fn: "*.run"
contents: "Cluster Flow Run File"
num_lines: 2
conpair/concordance:
contents: "markers (coverage per marker threshold : "
num_lines: 3
conpair/contamination:
contents: "Tumor sample contamination level: "
num_lines: 3
cutadapt:
contents: "This is cutadapt"
# contents: 'cutadapt version' # Use this instead if using very old versions of cutadapt (eg. v1.2)
shared: true
damageprofiler:
fn: "*dmgprof.json"
dedup:
fn: "*dedup.json"
deeptools/bamPEFragmentSizeTable:
contents: " Frag. Sampled Frag. Len. Min. Frag. Len. 1st. Qu. Frag. Len. Mean Frag. Len. Median Frag. Len. 3rd Qu."
num_lines: 1
deeptools/bamPEFragmentSizeDistribution:
contents: "#bamPEFragmentSize"
num_lines: 1
deeptools/estimateReadFiltering:
contents: "Sample Total Reads Mapped Reads Alignments in blacklisted regions Estimated mapped reads"
num_lines: 1
deeptools/plotCorrelationData:
contents: "#plotCorrelation --outFileCorMatrix"
num_lines: 1
deeptools/plotCoverageStdout:
contents: "sample mean std min 25% 50% 75% max"
num_lines: 1
deeptools/plotCoverageOutRawCounts:
contents: "#plotCoverage --outRawCounts"
num_lines: 1
deeptools/plotEnrichment:
contents: "file featureType percent featureReadCount totalReadCount"
num_lines: 1
deeptools/plotFingerprintOutRawCounts:
contents: "#plotFingerprint --outRawCounts"
num_lines: 1
deeptools/plotFingerprintOutQualityMetrics:
contents: "Sample AUC Synthetic AUC X-intercept Synthetic X-intercept Elbow Point Synthetic Elbow Point"
num_lines: 1
deeptools/plotPCAData:
contents: "#plotPCA --outFileNameData"
num_lines: 1
deeptools/plotProfile:
contents: "bin labels"
num_lines: 1
diamond:
fn: "diamond.log"
dragen/vc_metrics:
fn: "*.vc_metrics.csv"
dragen/ploidy_estimation_metrics:
fn: "*.ploidy_estimation_metrics.csv"
dragen/wgs_contig_mean_cov:
fn_re: '.*\.wgs_contig_mean_cov_?(tumor|normal)?\.csv'
dragen/overall_mean_cov_metrics:
fn_re: '.*_overall_mean_cov.*\.csv'
dragen/coverage_metrics:
fn_re: '.*_coverage_metrics.*\.csv'
dragen/wgs_fine_hist:
fn_re: '.*\.wgs_fine_hist_?(tumor|normal)?\.csv'
dragen/fragment_length_hist:
fn: "*.fragment_length_hist.csv"
dragen/mapping_metrics:
fn: "*.mapping_metrics.csv"
contents: "Number of unique reads (excl. duplicate marked reads)"
num_lines: 50
dragen/gc_metrics:
fn: "*.gc_metrics.csv"
dragen/trimmer_metrics:
fn: "*.trimmer_metrics.csv"
dragen/time_metrics:
fn: "*.time_metrics.csv"
dragen/rna_quant_metrics:
fn: "*.quant[._]metrics.csv"
dragen/rna_transcript_cov:
fn: "*.quant.transcript_coverage.txt"
dragen/sc_rna_metrics:
fn: "*.scRNA[._]metrics.csv"
dragen/sc_atac_metrics:
fn: "*.scATAC[._]metrics.csv"
dragen_fastqc:
fn: "*.fastqc_metrics.csv"
eigenstratdatabasetools:
fn: "*_eigenstrat_coverage.json"
fastp:
fn: "*fastp.json"
fastq_screen:
fn: "*_screen.txt"
fastqc/data:
fn: "fastqc_data.txt"
fastqc/zip:
fn: "*_fastqc.zip"
fastqc/theoretical_gc:
fn: "*fastqc_theoretical_gc*"
featurecounts:
fn: "*.summary"
shared: true
fgbio/groupreadsbyumi:
contents: "fraction_gt_or_eq_family_size"
num_lines: 3
fgbio/errorratebyreadposition:
contents: "read_number position bases_total errors error_rate a_to_c_error_rate a_to_g_error_rate a_to_t_error_rate c_to_a_error_rate c_to_g_error_rate c_to_t_error_rate"
num_lines: 3
filtlong:
contents: Scoring long reads
contents_re: ".*Filtering long reads.*"
num_lines: 5
flash/log:
contents: "[FLASH]"
shared: true
flash/hist:
fn: "*flash*.hist"
flexbar:
contents: "Flexbar - flexible barcode and adapter removal"
shared: true
gatk/varianteval:
contents: "#:GATKTable:TiTvVariantEvaluator"
shared: true
gatk/base_recalibrator:
contents: "#:GATKTable:Arguments:Recalibration"
num_lines: 3
gffcompare:
fn: "*.stats"
contents: "# gffcompare"
num_lines: 2
goleft_indexcov/roc:
fn: "*-indexcov.roc"
goleft_indexcov/ped:
fn: "*-indexcov.ped"
gopeaks:
fn: "*_gopeaks.json"
happy:
fn: "*.summary.csv"
contents: "Type,Filter,TRUTH"
htseq:
contents_re: '^(feature\tcount|\w+\t\d+)$'
num_lines: 1
hicexplorer:
contents: "Min rest. site distance"
max_filesize: 4096
num_lines: 26
hicup:
fn: "HiCUP_summary_report*"
hicpro/mmapstat:
fn: "*.mmapstat"
hicpro/mpairstat:
fn: "*.mpairstat"
hicpro/mergestat:
fn: "*.mergestat"
hicpro/mRSstat:
fn: "*.mRSstat"
hicpro/assplit:
fn: "*.assplit.stat"
hifiasm:
contents: "[M::ha_analyze_count]"
num_lines: 1
hisat2:
contents: "HISAT2 summary stats:"
shared: true
homer/findpeaks:
contents: "# HOMER Peaks"
num_lines: 3
homer/GCcontent:
fn: "tagGCcontent.txt"
homer/genomeGCcontent:
fn: "genomeGCcontent.txt"
homer/RestrictionDistribution:
fn: "petagRestrictionDistribution.*.txt"
homer/LengthDistribution:
fn: "tagLengthDistribution.txt"
homer/tagInfo:
fn: "tagInfo.txt"
homer/FreqDistribution:
fn: "petag.FreqDistribution_1000.txt"
hops:
fn: "heatmap_overview_Wevid.json"
humid:
fn: "stats.dat"
contents: "total: "
num_lines: 1
interop/summary:
contents: "Level,Yield,Projected Yield,Aligned,Error Rate,Intensity C1,%>=Q30"
interop/index-summary:
contents: "Total Reads,PF Reads,% Read Identified (PF),CV,Min,Max"
ivar/trim:
contents: "Number of references"
num_lines: 8
jcvi:
contents: " o % GC % of genome Average size (bp) Median size (bp) Number Total length (Mb)"
jellyfish:
fn: "*_jf.hist"
kaiju:
contents_re: 'file\tpercent\treads\ttaxon_id\ttaxon_name'
num_lines: 1
kallisto:
contents: "[quant] finding pseudoalignments for the reads"
shared: true
nanostat:
max_filesize: 4096
contents_re: "General summary:\\s*"
num_lines: 1
kat:
fn: "*.dist_analysis.json"
kraken:
contents_re: '^\s{0,2}(\d{1,3}\.\d{1,2})\t(\d+)\t(\d+)\t([\dUDKRPCOFGS-]{1,3})\t(\d+)\s+(.+)'
num_lines: 2
librarian:
fn: "librarian_heatmap.txt"
leehom:
contents: "Adapter dimers/chimeras"
shared: true
lima/summary:
contents: "ZMWs above all thresholds"
num_lines: 2
max_filesize: 1024
lima/counts:
contents: "IdxFirst IdxCombined IdxFirstNamed IdxCombinedNamed Counts MeanScore"
num_lines: 1
longranger/summary:
fn: "*summary.csv"
contents: "longranger_version,instrument_ids,gems_detected,mean_dna_per_gem,bc_on_whitelist,bc_mean_qscore,n50_linked_reads_per_molecule"
num_lines: 2
longranger/invocation:
fn: "_invocation"
contents: "call PHASER_SVCALLER_CS("
max_filesize: 2048
macs2:
fn: "*_peaks.xls"
malt:
contents: "MaltRun - Aligns sequences using MALT (MEGAN alignment tool)"
num_lines: 2
methylQA:
fn: "*.report"
shared: true
minionqc:
fn: "summary.yaml"
contents: "total.gigabases"
mirtop:
fn: "*_mirtop_stats.log"
mirtrace/summary:
fn: "mirtrace-results.json"
mirtrace/length:
fn: "mirtrace-stats-length.tsv"
mirtrace/contaminationbasic:
fn: "mirtrace-stats-contamination_basic.tsv"
mirtrace/mirnacomplexity:
fn: "mirtrace-stats-mirna-complexity.tsv"
mtnucratio:
fn: "*mtnuc.json"
mosdepth/summary:
fn: "*.mosdepth.summary.txt"
mosdepth/global_dist:
fn: "*.mosdepth.global.dist.txt"
mosdepth/region_dist:
fn: "*.mosdepth.region.dist.txt"
motus:
contents: "Reads are aligned (by BWA) to marker gene sequences in the reference database"
num_lines: 2
multivcfanalyzer:
fn: "MultiVCFAnalyzer.json"
disambiguate:
contents: "unique species A pairs"
num_lines: 2
nextclade:
contents: "seqName;clade;"
num_lines: 1
ngsderive/strandedness:
contents: "File TotalReads ForwardPct ReversePct Predicted"
num_lines: 1
ngsderive/instrument:
contents: "File Instrument Confidence Basis"
num_lines: 1
ngsderive/readlen:
contents: "File Evidence MajorityPctDetected ConsensusReadLength"
num_lines: 1
ngsderive/encoding:
contents: "File Evidence ProbableEncoding"
num_lines: 1
ngsderive/junction_annotation:
contents: "File total_junctions total_splice_events known_junctions partial_novel_junctions complete_novel_junctions known_spliced_reads partial_novel_spliced_reads complete_novel_spliced_reads"
num_lines: 1
optitype:
contents: " A1 A2 B1 B2 C1 C2 Reads Objective"
num_lines: 1
pangolin:
contents: "pangolin_version"
num_lines: 1
odgi:
- fn: "*.og.stats.yaml"
- fn: "*.og.stats.yml"
- fn: "*.odgi.stats.yaml"
- fn: "*.odgi.stats.yml"
peddy/summary_table:
fn: "*.peddy.ped"
peddy/het_check:
fn: "*.het_check.csv"
peddy/ped_check:
fn: "*.ped_check.csv"
peddy/sex_check:
fn: "*.sex_check.csv"
peddy/background_pca:
fn: "*.background_pca.json"
somalier/somalier-ancestry:
fn: "*.somalier-ancestry.tsv"
somalier/samples:
fn: "*.samples.tsv"
contents: "#family_id"
num_lines: 5
somalier/pairs:
fn: "*.pairs.tsv"
contents: "hom_concordance"
num_lines: 5
pbmarkdup:
contents_re: "LIBRARY +READS +UNIQUE MOLECULES +DUPLICATE READS"
num_lines: 5
phantompeakqualtools/out:
fn: "*.spp.out"
picard/alignment_metrics:
contents: "AlignmentSummaryMetrics"
shared: true
picard/basedistributionbycycle:
contents: "BaseDistributionByCycleMetrics"
shared: true
picard/crosscheckfingerprints:
contents: "CrosscheckFingerprints"
shared: true
picard/gcbias:
contents: "GcBias"
shared: true
picard/hsmetrics:
contents: "HsMetrics"
shared: true
picard/insertsize:
contents: "InsertSizeMetrics"
shared: true
picard/markdups:
contents: "DuplicationMetrics"
shared: true
picard/oxogmetrics:
contents: "OxoGMetrics"
shared: true
picard/pcr_metrics:
contents: "TargetedPcrMetrics"
shared: true
picard/quality_by_cycle:
contents_re: "[Qq]uality[Bb]y[Cc]ycle"
contents: "MEAN_QUALITY"
shared: true
picard/quality_score_distribution:
contents_re: "[Qq]uality[Ss]core[Dd]istribution"
contents: "COUNT_OF_Q"
shared: true
picard/quality_yield_metrics:
contents: "QualityYieldMetrics"
shared: true
picard/rnaseqmetrics:
contents_re: "[Rr]na[Ss]eq[Mm]etrics"
contents: "## METRICS CLASS"
shared: true
picard/rrbs_metrics:
contents: "RrbsSummaryMetrics"
shared: true
picard/sam_file_validation:
fn: "*[Vv]alidate[Ss]am[Ff]ile*"
picard/variant_calling_metrics:
# This looks wrong but I think it's intentional - tests fail if I "fix" it
fn: "*.variant_calling_detail_metrics"
contents: "CollectVariantCallingMetrics"
shared: true
picard/wgs_metrics:
contents: "CollectWgsMetrics"
shared: true
picard/collectilluminabasecallingmetrics:
contents: "CollectIlluminaBasecallingMetrics"
shared: true
picard/collectilluminalanemetrics:
contents: "CollectIlluminaLaneMetrics"
shared: true
picard/extractilluminabarcodes:
contents: "ExtractIlluminaBarcodes"
shared: true
picard/markilluminaadapters:
contents: "MarkIlluminaAdapters"
shared: true
porechop:
contents: "Looking for known adapter sets"
num_lines: 10
preseq:
- contents: "EXPECTED_DISTINCT"
num_lines: 2
- contents: "distinct_reads"
num_lines: 2
preseq/real_counts:
fn: "*preseq_real_counts*"
prinseqplusplus:
- contents: "reads removed by -"
num_lines: 2
prokka:
contents: "contigs:"
num_lines: 2
purple/qc:
fn: "*.purple.qc"
purple/purity:
fn: "*.purple.purity.tsv"
pycoqc:
contents: '"pycoqc":'
num_lines: 2
pychopper:
contents: "Classification Rescue"
num_lines: 6
qc3C:
fn: "*.qc3C.json"
qorts:
contents: "BENCHMARK_MinutesOnSamIteration"
num_lines: 100
qualimap/bamqc/genome_results:
fn: "genome_results.txt"
qualimap/bamqc/coverage:
fn: "coverage_histogram.txt"
qualimap/bamqc/insert_size:
fn: "insert_size_histogram.txt"
qualimap/bamqc/genome_fraction:
fn: "genome_fraction_coverage.txt"
qualimap/bamqc/gc_dist:
fn: "mapped_reads_gc-content_distribution.txt"
qualimap/rnaseq/rnaseq_results:
fn: "rnaseq_qc_results.txt"
qualimap/rnaseq/coverage:
fn: "coverage_profile_along_genes_(total).txt"
quast:
fn: "report.tsv"
shared: true
rna_seqc/metrics_v1:
fn: "*metrics.tsv"
contents: "Sample Note "
shared: true
rna_seqc/metrics_v2:
fn: "*metrics.tsv"
contents: "High Quality Ambiguous Alignment Rate"
shared: true
rna_seqc/coverage:
fn_re: 'meanCoverageNorm_(high|medium|low)\.txt'
rna_seqc/correlation:
fn_re: 'corrMatrix(Pearson|Spearman)\.txt'
rockhopper:
fn: "summary.txt"
contents: "Number of gene-pairs predicted to be part of the same operon"
max_filesize: 500000
rsem:
fn: "*.cnt"
rseqc/bam_stat:
contents: "Proper-paired reads map to different chrom:"
max_filesize: 500000
rseqc/gene_body_coverage:
fn: "*.geneBodyCoverage.txt"
rseqc/inner_distance:
fn: "*.inner_distance_freq.txt"
rseqc/junction_annotation:
contents: "Partial Novel Splicing Junctions:"
max_filesize: 500000
rseqc/junction_saturation:
fn: "*.junctionSaturation_plot.r"
rseqc/read_gc:
fn: "*.GC.xls"
rseqc/read_distribution:
contents: "Group Total_bases Tag_count Tags/Kb"
max_filesize: 500000
rseqc/read_duplication_pos:
fn: "*.pos.DupRate.xls"
rseqc/infer_experiment:
- fn: "*infer_experiment.txt"
- contents: "Fraction of reads explained by"
max_filesize: 500000
rseqc/tin:
fn: "*.summary.txt"
contents: "TIN(median)"
num_lines: 1
salmon/meta:
fn: "meta_info.json"
contents: "salmon_version"
salmon/fld:
fn: "flenDist.txt"
sambamba/markdup:
contents: "finding positions of the duplicate reads in the file"
num_lines: 50
samblaster:
contents: "samblaster: Version"
shared: true
samtools/stats:
contents: "This file was produced by samtools stats"
shared: true
samtools/flagstat:
contents: "in total (QC-passed reads + QC-failed reads)"
shared: true
samtools/idxstats:
fn: "*idxstat*"
samtools/rmdup:
contents: "[bam_rmdup"
shared: true
sargasso:
fn: "overall_filtering_summary.txt"
sentieon/alignment_metrics:
contents: "--algo AlignmentStat"
shared: true
sentieon/insertsize:
contents: "--algo InsertSizeMetricAlgo"
shared: true
sentieon/gcbias:
contents: "--algo GCBias"
shared: true
seqyclean:
fn: "*_SummaryStatistics.tsv"
sexdeterrmine:
fn: "sexdeterrmine.json"
sickle:
contents_re: 'FastQ \w*\s?records kept: .*'
num_lines: 2
skewer:
contents: "maximum error ratio allowed (-r):"
shared: true
slamdunk/summary:
contents: "# slamdunk summary"
num_lines: 1
slamdunk/PCA:
contents: "# slamdunk PCA"
num_lines: 1
slamdunk/rates:
contents: "# slamdunk rates"
num_lines: 1
slamdunk/utrrates:
contents: "# slamdunk utrrates"
num_lines: 1
slamdunk/tcperreadpos:
contents: "# slamdunk tcperreadpos"
num_lines: 1
slamdunk/tcperutrpos:
contents: "# slamdunk tcperutr"
num_lines: 1
snippy/snippy:
contents: "snippy"
num_lines: 20
snippy/snippy-core:
contents_re: 'ID\tLENGTH\tALIGNED\tUNALIGNED\tVARIANT\tHET\tMASKED\tLOWCOV'
num_lines: 1
snpeff:
contents: "SnpEff_version"
max_filesize: 5000000
snpsplit/old:
contents: "Writing allele-flagged output file to:"
num_lines: 2
snpsplit/new:
fn: "*SNPsplit_report.yaml"
sortmerna:
contents: "Minimal SW score based on E-value"
shared: true
stacks/gstacks:
fn: "gstacks.log.distribs"
contents: "BEGIN effective_coverages_per_sample"
stacks/populations:
fn: "populations.log.distribs"
contents: "BEGIN missing_samples_per_loc_prefilters"
stacks/sumstats:
fn: "*.sumstats_summary.tsv"
contents: "# Pop ID Private Num_Indv Var StdErr P Var"
max_filesize: 1000000
star:
fn: "*Log.final.out"
star/genecounts:
fn: "*ReadsPerGene.out.tab"
supernova/report:
fn: "*report*.txt"
num_lines: 100
contents: "- assembly checksum ="
supernova/summary:
fn: "summary.json"
num_lines: 120
contents: '"lw_mean_mol_len":'
supernova/molecules:
fn: "histogram_molecules.json"
num_lines: 10
contents: '"description": "molecules",'
supernova/kmers:
fn: "histogram_kmer_count.json"
num_lines: 10
contents: '"description": "kmer_count",'
theta2:
fn: "*.BEST.results"
tophat:
fn: "*align_summary.txt"
shared: true
trimmomatic:
contents: "Trimmomatic"
shared: true
umitools:
contents: "# UMI-tools version:"
num_lines: 3
varscan2/mpileup2snp:
contents: "Only SNPs will be reported"
num_lines: 3
varscan2/mpileup2indel:
contents: "Only indels will be reported"
num_lines: 3
varscan2/mpileup2cns:
contents: "Only variants will be reported"
num_lines: 3
vcftools/relatedness2:
fn: "*.relatedness2"
vcftools/tstv_by_count:
fn: "*.TsTv.count"
vcftools/tstv_by_qual:
fn: "*.TsTv.qual"
vcftools/tstv_summary:
fn: "*.TsTv.summary"
vep/vep_html:
fn: "*.html"
contents: "VEP summary"
num_lines: 10
max_filesize: 1000000
vep/vep_txt:
contents: "[VEP run statistics]"
num_lines: 1
max_filesize: 100000
verifybamid/selfsm:
fn: "*.selfSM"
whatshap/stats:
contents: "#sample chromosome file_name variants phased unphased singletons"
num_lines: 1