I am trying to rename the fastq header and add "/1" at the end of fastq header using sed commmand. Here is my code:
sed i '1~4 s/$/\\1/g' seq/*_1.fq
But no change has been made. Does someone know how to solve this? Thanks!
I am trying to rename the fastq header and add "/1" at the end of fastq header using sed commmand. Here is my code:
sed i '1~4 s/$/\\1/g' seq/*_1.fq
But no change has been made. Does someone know how to solve this? Thanks!