Hi all,
I have installed bowtie for macox and moved it to the bin folder and ran bowtie,
bowtie -S -p 2 indexfile -1 /input.fastq -2 /output.sam
but i get an error as "illegal instruction"
Could someone suggest what might the problem be?
thanks!!!
First of all I would recommend you to use bowtie2. I would only prefer using bowtie if i have to align colorspace reads which bowtie2 doesnt support. Now coming to your question, there could be one or many problem with your command line. /input.fastq means that your fastq file is located in your root directory which I think is completely wrong. Look into some unix tutorial and learn how to give the correct path. Also, -2 is only required when you have paired end data. I suppose you only have single end reads , so remove -2. Also your are trying to generate your output file in root directory. Look at the manual carefully and try again: http://bowtie-bio.sourceforge.net/manual.shtml
Thanks for the reply, But I am kinda familiar with the unix command, and my path was NOT in the root directory but i had specified the path. Just for the sake of keeping it simple i wrote that (yea, i should have mentioned/path to/, my bad) and that 2 isnt for paired, i guess -p specifies cores.
ok.. got it, the other 2, yes, iam not using that that anymore.
Great. Let me know if you have other problems.
Can you also add this an answer!!
Sure. I shud have done that.