#!/bin/bash -Ceuo pipefail set -euo pipefail fastp -w 4 -i 'nf_gui_test_one.read1.fastq.gz' -I 'nf_gui_test_one.read2.fastq.gz' -o nf_gui_test_one.1.fastp.fq.gz -O nf_gui_test_one.2.fastp.fq.gz -b 141 -B 141 -g -y --html nf_gui_test_one.fastp.html --json nf_gui_test_one.fastp.json