Skip to content

MultiQC plugin that will make it possible to add more columns to general statistics table

License

Notifications You must be signed in to change notification settings

Smeds/multiqc_cgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiQC plugin: customize general statistics

# install module in same environment as multiqc
git push origin master

Example

# Add the following entry to your multiqc config
# This example add picard metrics PF_READS_ALIGNED
# all fields used by multiqc, for example title, can be set
multiqc_cgs:
  Picard:
    PF_READS_ALIGNED:
      title: "M Aligned reads"
      description: "Number of million reads in bam from Picard"
      format: "{:.1f}"
      shared_key: "read_count"

``

About

MultiQC plugin that will make it possible to add more columns to general statistics table

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages