Sign inSign up

schultzelab/generic-qc

By schultzelab

Updated over 7 years ago

Runs fastqc and combines all qcs to a multiqc-report

Image
0

848

schultzelab/generic-qc repository overview

Given /input directory of the form

input
├── xxx
│   ├── 3651_ATTCCT_L002_R1_001.fastq.gz
│   ├── 3651_ATTCCT_L002_R1_002.fastq.gz
│   └── 3651_ATTCCT_L002_R1_003.fastq.gz
└── yyy
    ├── 3652_ACTGAT_L002_R1_001.fastq.gz
    ├── 3652_ACTGAT_L002_R1_002.fastq.gz
    └── 3652_ACTGAT_L002_R1_003.fastq.gz

does the following.

For each directory (xxx, yyy) merge all files differing only by the last three digits (_001.fastq.gz, _002.fastq.gz, ...) and run fastqc on them. Then combine the qc from all the files into one report with multiqc and place the results in /output.

Tag summary

Content type

Image

Digest

Size

693.9 MB

Last updated

over 7 years ago

docker pull schultzelab/generic-qc