====== fastp ======
A tool designed to provide fast all-in-one preprocessing for FastQ files. This tool is developed in C++ with multithreading supported to afford high performance.
===== Information =====
* Version: 0.24.1
* Added: May, 2025
* Link: https://github.com/OpenGene/fastp
===== Usage =====
See versions that are available:
$ module avail fastp
Load one version into your environment and run it:
$ module load fastp/0.24.1
$ fastp
__Note:__ please use the ''-w'' option to specify the number of CPU threads to use (default is 2). This number should match the number of CPUs you requested in your SLURM job.
===== Installation ======
Notes from the sysadmin during installation.
$ cd /tmp
$ git clone https://github.com/OpenGene/fastp.git -b v0.24.1
$ cd fastp
$ sudo dnf install isa-l-devel libdeflate-devel
$ sudo mkdir -p /export/apps/fastp/0.24.1/bin
$ sudo chown -R aorth /export/apps/fastp/0.24.1
$ make install PREFIX=/export/apps/fastp/0.24.1
$ sudo chown -R root:root /export/apps/fastp/0.24.1