Entering edit mode
7.5 years ago
mikysyc2016
▴
120
what i can do? Thanks
~$ bowtie2 -x '/home/yachen/Desktop/wu_0.v7.fas' '/home/yachen/Desktop/wu_0_A_wgs.fastq' -S wu_0.bt2.sam
(ERR): "/home/yachen/Desktop/wu_0.v7.fas" does not exist or is not a Bowtie 2 index
Exiting now ...
-xoption needs to point to thebasenameof several files that form the set of index files. What command did you use to create thebowtie2index?If you have not created the bowtie2 index then you need to do that first using
bowtie2-buildcommand.I have bowtie2 index. Still thank you for your reply!
What is the filename of your bowtie2 index?
please post
ls *.bt2*output (if you are on os X or linux)