fastp
fastp copied to clipboard
Multiple input
Whats the solution if we have multiple paired fastq files which we want to run fastp on them. suppose 120 files named like (s_1_1_qseq.fq to s_1_120_qseq.fq) and their pairs are (s_2_1_qseq.fq to s_2_120_qseq.fq). how is it possible to do that at once?
You can use some script languages, like shell or python to make a loop, and run fastp one by one.
can you suggest an example ? it will be useful for non-programmers like me
It would be grealy appreciated it you could! Thanks for this awesome tool!
Did we ever get this presented?