代碼:
cat /home/fanxu/project/hepatocyte/CleanData/sample_1.ID | while read id; do echo "fastp -i {id}_1.fq.gz -I
{id}_2.fq.gz -o
{id}_1.fastp.fq.gz -O
{id}_2.fastp.fq.gz -l 36 -q 20 --compression=6 -R
{id} -h
{id}.fastp.html -j
{id}.fastp.json 1 -w 12 >
{id}.fastp.log 2>&1"; done > fastp.sh
Screen Shot 2021-04-11 at 6.36.41 AM.png