A trap
on December 25, 2020
with
3 Comments
Generated a simple qsub script using echo: echo “zcat input.fq.gz | awk {if (NR % 4 == 0 || NR % 4 == 2) print substr($0, 0, 91); else print} \| gzip > output.fq.gz” > process.sh In fact, the special … Read More