Ultra-fast all-in-one FASTQ preprocessor for quality control
Ultra-fast all-in-one FASTQ preprocessor
fastp$ fastp -i read1.fastq -I read2.fastq -o out1.fastq -O out2.fastq$ fastp -i input.fastq -o output.fastq --adapter_sequence AGATCGGAAGAGC -h report.html$ fastp -i input.fastq -o output.fastq --length_required 50 --qualified_quality_phred 20 -j stats.json