Hi,
size limit in last versions of bwa (use bwa 0.6 )
Header Leaderboard Ad
Collapse
A question about BWA index
Collapse
Announcement
Collapse
No announcement yet.
X
-
Hi Louis,
The 1000 genomes version of human genome build GRCh37 should be as useful as the top level file at ensembl, maybe more so as you can the get BWA running. I'm assuming your analysis strategy is to map all reads to human genome, take all those that don't map, and map against human transcriptome, then take those that still do not map and blast against genome to look for novel hybrid junctions? The only difference is they curated this version to get rid of the redundant duplication that is not necessary and is likely to cause problems in your analysis. If you want a bit more explaination see my thread (http://seqanswers.com/forums/showthread.php?t=4589)
Leave a comment:
-
Originally posted by Jon_Keats View PostTo he best of my understanding you can't use the top level files as the size exceeds the maximum supported by the BWT used in BWA. This is because the top level files include entire duplicate chromosomes for the different haplotypes. Most people are using the 1000 genomes version of GRCh37.
I read many papers,and they usually use 454 data align against to hg19 and refseq of cDNA ,and just extract "non-mapping reads". then,using non-mapping reads to find the read where can align across to two exon.
I don't understand .In my research,Is 1000 genomes useful ?
Thanks!
Leave a comment:
-
To he best of my understanding you can't use the top level files as the size exceeds the maximum supported by the BWT used in BWA. This is because the top level files include entire duplicate chromosomes for the different haplotypes. Most people are using the 1000 genomes version of GRCh37.
Leave a comment:
-
head is a Unix command to see the start of a text file (short for header I think), tail shows you the end of a text file (head and tail being the opposite ends of an animal).
Leave a comment:
-
Originally posted by maubp View PostDid you decompress it properly? e.g. try:
head Homo_sapiens.GRCh37.59.dna.toplevel.fa
I use command "gunzip Filename.gz" to decompress this file.
sorry I don;t understand "head" What is this command?
Thanks!Last edited by louis7781x; 11-01-2010, 07:46 AM.
Leave a comment:
-
Did you decompress it properly? e.g. try:
head Homo_sapiens.GRCh37.59.dna.toplevel.fa
Leave a comment:
-
Originally posted by maubp View PostI think something is wrong with your FASTA file - the index failed, apparently your sequence is too long to index (2 to the power of 32 bases is very big, 4.2 billion!).
What URL did you download the FASTA file from?
hi,it is my download fils 's url ftp://ftp.ensembl.org/pub/current/fa...toplevel.fa.gz
The file's sorce is from ensembl.
Would you help me find the error thanks!!!
Leave a comment:
-
I think something is wrong with your FASTA file - the index failed, apparently your sequence is too long to index (2 to the power of 32 bases is very big, 4.2 billion!).
What URL did you download the FASTA file from?
Leave a comment:
-
A question about BWA index
I have use bwa index Homo_sapiens.GRCh37.59.dna.toplevel.fa (download from Ensembl) ,the file is 4.9G
and when I index it,
[bwa_index] Pack FASTA... 121.12 sec
[bwa_index] Reverse the packed sequence... 24.93 sec
[bwa_index] Construct BWT for the packed sequence...
TextLengthFromBytePacked(): text length > 2^32!
[email protected]:~/program/bwa-0.5.8c$
[email protected]:~/program/bwa-0.5.8c$ ./bwa bwasw genomes/Homo_sapiens.GRCh37.59.dna.toplevel.fa reads/1_2_RT.fastq > hgoutput.sam
[bwt_restore_bwt] fail to open file 'genomes/Homo_sapiens.GRCh37.59.dna.toplevel.fa.bwt'. Abort!
Aborted
I dont't know what happened ,if someone know,please let me know
Best Regard!!!Tags: None
Latest Articles
Collapse
-
by seqadmin
Amplicon sequencing is a targeted approach that allows researchers to investigate specific regions of the genome. This technique is routinely used in applications such as variant identification, clinical research, and infectious disease surveillance. The amplicon sequencing process begins by designing primers that flank the regions of interest. The DNA sequences are then amplified through PCR (typically multiplex PCR) to produce amplicons complementary to the targets. RNA targets...-
Channel: Articles
03-21-2023, 01:49 PM -
-
by seqadmin
Targeted sequencing is an effective way to sequence and analyze specific genomic regions of interest. This method enables researchers to focus their efforts on their desired targets, as opposed to other methods like whole genome sequencing that involve the sequencing of total DNA. Utilizing targeted sequencing is an attractive option for many researchers because it is often faster, more cost-effective, and only generates applicable data. While there are many approaches...-
Channel: Articles
03-10-2023, 05:31 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Yesterday, 01:40 PM
|
0 responses
6 views
0 likes
|
Last Post
by seqadmin
Yesterday, 01:40 PM
|
||
Started by seqadmin, 03-29-2023, 11:44 AM
|
0 responses
12 views
0 likes
|
Last Post
by seqadmin
03-29-2023, 11:44 AM
|
||
Started by seqadmin, 03-24-2023, 02:45 PM
|
0 responses
20 views
0 likes
|
Last Post
by seqadmin
03-24-2023, 02:45 PM
|
||
Started by seqadmin, 03-22-2023, 12:26 PM
|
0 responses
28 views
0 likes
|
Last Post
by seqadmin
03-22-2023, 12:26 PM
|
Leave a comment: