From the many questions you posted already, I see you have tried different things, when people seem to suggest you do something, you just open another question.
Let's try this again.
Step 1) Download this package: http://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.2.4/bowtie2-2.2.4-mingw-win64.zip/download
Step 2) Unzip it. Place it in a folder you can navigate to, something simple, such as C:\bowtie2_win64
Step 3) Assuming you have windows 7 (you should say what operating system you are using), open "cmd.exe", this is command prompt, you can open it by pressing WindowsKey+R and typing cmd.exe + enter
Step 4) In command prompt (black windows), navigate to where you have unzipped your bowtie, in Step2 I told you to put it in C:\bowtie2_win64
, so write in command prompt cd C:\bowtie2_win64
.
Now you need to test whether the precompiled windows binary works for you, so:
Step 5) Index example fasta file, type bowtie2-build-s.exe example/reference/lambda_virus.fa lambda_virus
Step 6) If all goes well, next you need to align the sample reads provided bowtie2-align-s.exe -x lambda_virus -U example/reads/reads_1.fq -S eg1.sam
If all went well, you should see:
10000 reads; of these:
10000 (100.00%) were unpaired; of these:
596 (5.96%) aligned 0 times
9404 (94.04%) aligned exactly 1 time
0 (0.00%) aligned >1 times
94.04% overall alignment rate
And if all went well, you are ready to try it on your own data.
Hello Adrian
After copying
eg1.sam
file fromC:\bowtie2-2.2.4\bowtie2-2.2.4
toc:\samtools
then I typedit said:
Is it the result or error?
Thank you to the moon
This is the result.
Thank you
Please don't leave me alone with bioinformatics, I cant find anyone here in my country to help me as useful as you and other guys in biostar helped
Sorry can I ask from where I can learn about commands? for example how you know to convert sam to bam u should type
samtools.exe view -sb eg1.sam > eg1.bam
and another command like this?I would STRONGLY, and I repeat STRONGLY, suggest that you switch to a linux type environment. Why? Because you will get to a point where you will not be able to use Windows to do analysis. People have suggested you do that here C: hello i know i must accept that im a stupid. Now, about samtools, you need to learn to read documentation. Documentation is documents written by authors of the program explaining how to use it. Read everything here.
Hello Adrian
Sorry may I know please how I can do these above mentioned steps on another genome for example homo sapience?
Which I should download and where place it to run your mentioned commands?
Sorry Adrian
I downloaded brassica reference genome and a file of reads and according to command I built index and watched index in bowtie file, now I should visualize created sam by IGV but I dont know how I should. I downloaded some files from IGV page (IGVzip and IGVtools) and BamView but I don't know how they work
My supervisor exactly asked me: "select the needed program from the BEDTOOLS toolkit and try to produce an output that is suited as an input file for the Genome browser or IGV visualising tools"
I mean how I can view the generated output by IGV while even I don't know how to launch IGV itself
May you please tell me the steps as already...
Really I'm shy to ask every things but I got confused by reading IGV instruction
Thank you