Could be http://seqanswers.com/forums/archive...p/t-10766.html
Try to use a small file, index only the chr1.fa
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
Found a similar question http://seqanswers.com/forums/archive...hp/t-5236.html
I have no idea whats going on... Check the version of your bwa
Leave a comment:
-
Thanks raonyguimaraes,
but I already tried that and it is still giving the same problem.
~/chromFa$ cat *.fa >hg19s.fa
~/chromFa$ bwa index -a bwtsw hg19s.fa
[bwa_index] fail to open file 'hg19s.fa'. Abort!
Aborted
Leave a comment:
-
Just download it from here:
hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/chromFa.tar.gz
tar -zxvf chromFa.tar.gz
cat chr*.fa > hg19.faLast edited by raonyguimaraes; 08-19-2011, 01:58 AM.
Leave a comment:
-
Thanks sdvie. But I had already gone through these steps. unfortunately, my linux is i686 and not x86_64.
Thats why it could not execute the binary I suppose.
Now, I only have the option of "cat chr*.fa", which did not work.
I am still stuck to obtain human reference genome hg19!!!
Leave a comment:
-
You can get the utility program TwoBitToFa from here:
http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/
Once you downloaded it, you must change permissions first to allow it to be executed as a program.
Then you execute it from a terminal:
without arguments to see the options:
Code:$ /path/to/twoBitToFa twoBitToFa - Convert all or part of .2bit file to fasta usage: twoBitToFa input.2bit output.fa options: -seq=name - restrict this to just one sequence -start=X - start at given position in sequence (zero-based) -end=X - end at given position in sequence (non-inclusive) -seqList=file - file containing list of the desired sequence names in the format seqSpec[:start-end], e.g. chr1 or chr1:0-189 where coordinates are half-open zero-based, i.e. [start,end) -noMask - convert sequence to all upper case -bpt=index.bpt - use bpt index instead of built in one -bed=input.bed - grab sequences specified by input.bed. Will exclude introns Sequence and range may also be specified as part of the input file name using the syntax: /path/input.2bit:name or /path/input.2bit:name or /path/input.2bit:name:start-end
Code:$ /path/to/twoBitToFa /path/to/hg19.2bit /path/to/hg19.fa
Leave a comment:
-
Thanks sdvie for the suggestion.
Some1 please help asap. Can anyone upload a genome on rapidshare and share the link? I mean sounds ridiculous, but is there any other sophisticated way?
Or please help about twoBitToFa usage.
Leave a comment:
-
Just a recommendation, I would not use the "alternative name prefix" option -p . It helps to keep it simple. Also, in the following commands you will typically have to specify the base file (hg19.fa) which then points at all the other aligner-specific indices (in the same directory).
So this should be sufficient:
Code:bwa index -a bwtsw hg19.fa
Leave a comment:
-
Yes, in fact I am in the same directory. Here is the command,
"bwa index -a bwtsw -p hg19_bwa hg19.fa "
Otherwise, have you used the twoBitToFa of UCSC?
Is there any other source for this file?
Leave a comment:
-
I actually did the exact same command for generating my hg19.fa file and it worked perfectly...
Are you sure you put the right path of the file as argument for bwa?
Leave a comment:
-
How to get hg19.fa?
I am trying to download a reference genome hg19 from UCSC site.
I tried to convert hg19.2bit to hg19.fa by twoBitToFa on UCSC tools.
It said "cannot execute binary file".
then I tried
"cat chr1.fa chr2.fa chr3.fa chr4.fa chr5.fa chr6.fa chr7.fa chr8.fa chr9.fa chr10.fa chr11.fa chr12.fa chr13.fa chr14.fa chr15.fa chr16.fa chr17.fa chr18.fa chr19.fa chr20.fa chr21.fa chr22.fa chrX.fa chrY.fa >hg19.fa"
But when I used this hg19.fa in bwa, it said
"[bwa_index] fail to open file 'hg19.fa'. Abort!
Aborted"
I am still not able to get any reference sequence build.
Note: I am using Linux and am a beginner.Last edited by ninad; 08-18-2011, 09:51 PM.Tags: None
Latest Articles
Collapse
-
by seqadmin
Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.
[Article Coming Soon!]...-
Channel: Articles
Today, 08:07 AM -
-
by seqadmin
Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...-
Channel: Articles
09-23-2024, 06:35 AM -
-
by seqadmin
During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.
Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...-
Channel: Articles
09-09-2024, 10:59 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 10-02-2024, 04:51 AM
|
0 responses
14 views
0 likes
|
Last Post
by seqadmin
10-02-2024, 04:51 AM
|
||
Started by seqadmin, 10-01-2024, 07:10 AM
|
0 responses
24 views
0 likes
|
Last Post
by seqadmin
10-01-2024, 07:10 AM
|
||
Started by seqadmin, 09-30-2024, 08:33 AM
|
1 response
31 views
0 likes
|
Last Post
by EmiTom
Today, 06:46 AM
|
||
Started by seqadmin, 09-26-2024, 12:57 PM
|
0 responses
19 views
0 likes
|
Last Post
by seqadmin
09-26-2024, 12:57 PM
|
Leave a comment: