This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Fastp

How to do the fastp analysis of multiple files instead of just one single file?

fastp

2 answers

The manual instructs you on how to run it in paired and mode.

To run on multiple files execute the program on each file manually or automate that in some fashion: for loops in bash, GNU parallel, makefiles etc

thanks for the suggestion i made a snakemake file for using it with multiple files

Hi, I wrote a script to do this, please take a look at: https://github.com/OpenGene/parallel

Log in to answer this question.