How to set a multiqc outpath
1
0
Entering edit mode
2.8 years ago

I'm using multiqc to produce a single QC report for my fastq files. However, I can't work out how to use the -o and -outdir flags to pipe the output file to a directory of my choosing. Any help would be great, thanks. At the moment it just outputs the file into my home directory.

conda activate bioinfo
export LC_ALL=en_GB.UTF-8
export LANG=en_GB.UTF-8
conda update networks
fastqc --extract ~/bin/biostarhb/ch2ot_S7_L001_R1_001.fastq.gz ~/bin/biostarhb/ch2ot_S7_L001_R2_001.fastq.gz
multiqc ~/bin/biostarhb/ch2ot_S7_L001_R1_001_fastqc/ ~/bin/biostarhb/ch2ot_S7_L001_R2_001_fastqc/
fastqc multiqc • 2.4k views
ADD COMMENT
2
Entering edit mode
2.8 years ago
GenoMax 141k

You can simply point multiqc to folder of fastqc reports and set the output directory to whatever you want

multiqc /dir_with_fastqc_reports -o directory_you_want

If your reports are in different directories then you can do

multiqc ~/bin/biostarhb/ch2ot_S7_L001_R1_001_fastqc/ ~/bin/biostarhb/ch2ot_S7_L001_R2_001_fastqc/ -o dir_you_want_for_output
ADD COMMENT
0
Entering edit mode

Perfect thanks, that worked well

ADD REPLY

Login before adding your answer.

Traffic: 1973 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6