If you can use the "oryza sativa japonica" genome then pre-built indexes for bwa and bowtie2 can be downloaded from the Illumina igenomes page: http://support.illumina.com/sequenci...e/igenome.ilmn
If you are working with a different genome then you will need to download and build the index yourself from the genome fasta file.
A fair warning. Your laptop only has 4 GB of RAM so something like rice genome may be difficult to handle (creation of indexes/alignments) on your macbook.
Seqanswers Leaderboard Ad
Collapse
X
-
Here the result:
USER-no-MacBook-Pro-4:~ user$ ls -l /Users/user/tan_analysis/bowtie2-2.1.0/example/index/
total 16512
-rw-r--r--@ 1 user staff 4210730 2 20 2013 lambda_virus.1.bt2
-rw-r--r--@ 1 user staff 1520 2 20 2013 lambda_virus.2.bt2
-rw-r--r--@ 1 user staff 17 2 20 2013 lambda_virus.3.bt2
-rw-r--r--@ 1 user staff 12126 2 20 2013 lambda_virus.4.bt2
-rw-r--r--@ 1 user staff 4210730 2 20 2013 lambda_virus.rev.1.bt2
-rw-r--r--@ 1 user staff 1520 2 20 2013 lambda_virus.rev.2.bt2
I want to analyze my file in rice. Now i try to practice the lambda file first.
If i want to analyze for rice, which reference for index should i use
Thank you very much
Leave a comment:
-
-
Looks like you switched to using bowtie2 (instead of bwa)? I assume you are following the Bowtie2 example here: http://bowtie-bio.sourceforge.net/bo...-phage-example
It looks like you have built the index for the lamba genome but let us make sure. Genome index files (there are several) are used for the mapping. "bowtie2" is the program that does the alignments.
Can you post the output of following command?
Code:$ ls -l /Users/user/tan_analysis/bowtie2-2.1.0/example/index/
Leave a comment:
-
-
Dear GenoMax
I did as your instruction. how ever, when i typed a command as
USER-no-MacBook-Pro-4:index user$ /Users/user/tan_analysis/bowtie2-2.1.0/example/index/lambda_virus.1.bt2 lambda_virus.1.bt2
-bash: /Users/user/tan_analysis/bowtie2-2.1.0/example/index/lambda_virus.1.bt2: Permission denied
How can i do with permission denied.
i did chmod u+x hello.sh
but i got
USER-no-MacBook-Pro-4:~ user$ chmod u+x hello.sh
chmod: hello.sh: No such file or directory
Can you tell me how is it?
Thank you
Leave a comment:
-
-
Originally posted by maivantan View PostUSER-no-MacBook-Pro-4:bwa-0.7-1.5a user$ ./bwa index ref.fa
[bwa_index] fail to open file 'ref.fa' : No such file or directory
As for your specific problem. Your ref.fa (fasta reference file) does not appear to be in the same directory as the bwa program. I have highlighted the error in red above.
Best option is to change to the directory where the ref.fa file is present. Then run the bwa command providing full path to the bwa executable.
Code:$ cd to_directory_with_ref.fa $ /provide_full_path_to_directory/bwa index ref.fa
Leave a comment:
-
-
Dear GenoMax,
I am sorry to disturb you, but I got the problem here:
when try to index the reference as the following, its fail. Would you please help me
Thank you very much
USER-no-MacBook-Pro-4:bwa-0.7-1.5a user$ ./bwa index ref.fa
[bwa_index] fail to open file 'ref.fa' : No such file or directory
USER-no-MacBook-Pro-4:bwa-0.7-1.5a user$ ./bwa mem ref.fa reads.fq > aln-se.sam
[E::bwa_idx_load] fail to locate the index files
USER-no-MacBook-Pro-4:bwa-0.7-1.5a user$
Leave a comment:
-
-
Are you able to see the executable file (should be called bwa)? You can verify that it is executable by trying to run it like this (assuming that you are in the bwa directory):
Code:$ ./bwa
Code:$ chmod u+x bwa $ ./bwa
Leave a comment:
-
-
Dear GenoMax,
I am using matchbook pro v10.7.5, ram 4gb, core i7.
i did down load from the web site and make it in terminal.
Do you have any suggestion?
Leave a comment:
-
-
How familiar are you with unix? Did you download/compile bwa from sourceforge?
Leave a comment:
-
-
Thank you GenoMax,
but when i type bra index ref.fa
error is command not found.
Do you have any suggestion?
Leave a comment:
-
-
Originally posted by maivantan View PostI do not know the command to run fasta file in bwa
Anyone can help me?
Thanks very much
bwa will accept fasta files in place of fastq (*.fq) files on those commands.
Leave a comment:
-
-
I do not know the command to run fasta file in bwa
Anyone can help me?
Thanks very much
Leave a comment:
-
-
Originally posted by TabeaK View PostI realise I never got back on this thread: I have also not had any decent alignments using BWA 0.6.x. I since downgraded to 0.5.x and everything is running well.
Leave a comment:
-
-
I realise I never got back on this thread: I have also not had any decent alignments using BWA 0.6.x. I since downgraded to 0.5.x and everything is running well.
Leave a comment:
-
Latest Articles
Collapse
-
by seqadmin
This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.
The Headliner
The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...-
Channel: Articles
03-03-2025, 01:39 PM -
-
by seqadmin
The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...-
Channel: Articles
02-24-2025, 06:31 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Today, 05:03 AM
|
0 responses
16 views
0 reactions
|
Last Post
by seqadmin
Today, 05:03 AM
|
||
Started by seqadmin, Yesterday, 07:27 AM
|
0 responses
13 views
0 reactions
|
Last Post
by seqadmin
Yesterday, 07:27 AM
|
||
Started by seqadmin, 03-18-2025, 12:50 PM
|
0 responses
15 views
0 reactions
|
Last Post
by seqadmin
03-18-2025, 12:50 PM
|
||
Started by seqadmin, 03-03-2025, 01:15 PM
|
0 responses
185 views
0 reactions
|
Last Post
by seqadmin
03-03-2025, 01:15 PM
|
Leave a comment: