Skip to content

Commit

Permalink
Merge pull request #727 from princessmaximacenter/fix/too_global_sear…
Browse files Browse the repository at this point in the history
…ch_patterns

Set several modules too-global search patterns to share
  • Loading branch information
ewels authored Jul 12, 2018
2 parents 0b96164 + 3086e73 commit f1dab4b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions multiqc/utils/search_patterns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@

adapterRemoval:
fn: '*.settings'
contents: 'AdapterRemoval'
num_lines: 1
afterqc:
fn: '*.json'
contents: 'allow_mismatch_in_poly'
bamtools/stats:
contents: 'Stats for BAM file(s):'
shared: true
num_lines: 2
bbmap/stats:
contents: '#Name Reads ReadsPct'
num_lines: 4
Expand Down Expand Up @@ -111,6 +114,8 @@ bowtie2:
shared: true
busco:
fn: 'short_summary_*'
contents: 'BUSCO version is:'
num_lines: 1
custom_content:
fn_re: '.+_mqc\.(yaml|yml|json|txt|csv|tsv|log|out)'
clipandmerge:
Expand All @@ -121,6 +126,8 @@ clusterflow/logs:
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
Expand Down Expand Up @@ -166,6 +173,7 @@ fastqc/theoretical_gc:
fn: '*fastqc_theoretical_gc*'
featurecounts:
fn: '*.summary'
shared: true
flexbar:
contents: 'Flexbar - flexible barcode and adapter removal'
shared: true
Expand Down Expand Up @@ -231,6 +239,7 @@ macs2:
fn: '*_peaks.xls'
methylQA:
fn: '*.report'
shared: true
disambiguate:
contents: 'unique species A pairs'
num_lines: 2
Expand Down Expand Up @@ -308,8 +317,10 @@ qualimap/rnaseq/coverage:
fn: 'coverage_profile_along_genes_(total).txt'
quast:
fn: 'report.tsv'
shared: true
rna_seqc/metrics:
fn: 'metrics.tsv'
shared: true
rna_seqc/coverage:
fn_re: 'meanCoverageNorm_(high|medium|low)\.txt'
rna_seqc/correlation:
Expand Down Expand Up @@ -341,6 +352,7 @@ rseqc/infer_experiment:
max_filesize: 500000
salmon/meta:
fn: 'meta_info.json'
contents: 'salmon_version'
salmon/fld:
fn: 'flenDist.txt'
samblaster:
Expand Down Expand Up @@ -410,6 +422,7 @@ theta2:
fn: '*.BEST.results'
tophat:
fn: '*align_summary.txt'
shared: true
trimmomatic:
contents: 'Trimmomatic'
shared: true
Expand Down

0 comments on commit f1dab4b

Please sign in to comment.