a | b/softwares_database/fastp.txt | ||
---|---|---|---|
1 | 1. fastp installation |
||
2 | mamba install -c bioconda fastp -y |
||
3 | |||
4 | 2. Use fastp for rawdata quality control, filtering and statistics |
||
5 | #1 PE |
||
6 | 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> |
||
7 | |||
8 | #2 SE |
||
9 | fastp -i <path to input file> -o <path to output file> |