Hello,
I have a list of forward and reverse primers for ~400 amplicons and I want to extract the start and end coordinates of both the primers for soft clipping. Is there a way to do this?
I checked Insilco PCR. It does not provide the coordinates for primers!
Thanks!
Soft clipping in what? NGS data? You could use a scan/trim program like
bbduk.sh
from BBMap to trim your data.Yes NGS data. Thanks, I will check the BBmap!