How to remove the 5' sepecific sequence of fastq file
Hi, I want to remove sepecific sequence in the 5' of my fastq file, these sequeces which I want to remove are not adapter sequences. I tried to use
cutadapt -g ATGCATTTTCG -o out.fq my.fq
But it's not working. Do you have any suggestions? Thank you !
• 2,043 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Hi hsu,
Could you show us how the read with the desired sequence that needs trimming looks like? Your command works for me:
You can use
bbduk.shfrom BBMap suite this way.