Entering edit mode
5.3 years ago
xiaoleiusc
▴
140
Hi Everyone,
Is there a way to set minimal reads length for Bowtie (not Bowtie 2) single-end alignment? For example, I have a dataset with reads length range from 20 bp to 48bp after adaptor trimming, but I only want Bowtie to use reads length 25 bp to 48 bp to align to reference genome, is there a way to do this? I read Bowtie manual and I could not find an option. Perhaps the only way is that I need to trim the data first to 25 bp to 48 bp range and then use Bowtie?
Thanks,
Xiao
You could use
reformat.sh
from BBMap suite to feed reads > 25 bp and < 48 bp tobowtie
.Remove
.gz
if your reads are not compressed from bothin=
andout=
. If bowtie needs uncompressed reads, then only fromout=
.