Entering edit mode
3.4 years ago
michael.flower.14
▴
200
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/
Perfect thanks, that worked well