[014e6e]: / softwares_database / fastp.txt

Download this file

10 lines (7 with data), 321 Bytes

1
2
3
4
5
6
7
8
9
1. fastp installation
mamba install -c bioconda fastp -y
2. Use fastp for rawdata quality control, filtering and statistics
#1 PE
fastp -i <path to read1 input file> -o <path to read1 output file> -I <path to read2 input file> -O <path to read2 output file>
#2 SE
fastp -i <path to input file> -o <path to output file>