thanks for the suggestion i made a snakemake file for using it with multiple files
• 0 views
•
link
How to do the fastp analysis of multiple files instead of just one single file?
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.
Example (with a different program) to get you started: Trimmomatic job script to run on multiple pair end read file
thanks for the suggestion