Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BWA stuck on this sequence? #261

Open
harveyche opened this issue Dec 4, 2019 · 3 comments
Open

BWA stuck on this sequence? #261

harveyche opened this issue Dec 4, 2019 · 3 comments

Comments

@harveyche
Copy link

BWA version 0.7.12
Indexed Genome GRCh38

bwa mem -t 1 BWA_GrCh38 input.fq > output.sam

when I try to map the following sequence to GRCh38 genome. BWA stuck forever and do not stop. Can anyone reproduce it?

input.fq
@V300037498L4C001R0040237633/2
GGCTCTGCAGACAGAGCTGCAATGAAGACAGACACCGTTCCCTGCCCCCCCCCCCCCCCCCCCACCCCCCCCCCCCCTCCCCCCTCCCCTCCCCCCGCGC
+
FFFEFFFFFF9FFFEFFCFFFFFFFFFEBFFFFFFEB;13;;5.2;CDA7:8@AB=,?@86C)4B/:.*B%+B73.D4CA)5&7>8709;1,4/<'(,

@yanlinlin82
Copy link

No, I tried both bwa 0.7.12-r1039 and 0.7.17-r1188 but haven't reproduced it. Maybe you can try either recompile bwa from source or reindex the reference genome.

@harveyche
Copy link
Author

If I remove the low quality sequence at the 3' this read can be mapped successfully, but I got many low quality reads in my samples.

I have also re-compiled and tried latest version of the BWA and reindex reference but no good.
The genome I use is from:
ftp://ftp.ensembl.org/pub/release-98/fasta/homo_sapiens//dna/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz

Which reference genome do you use?

@yanlinlin82
Copy link

I tried the reference genome file you provided, and it goes well without any error or blocking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants