Hi all,
I'm trying to create reference index for all human chromosomes 22+X+Y+M using bowtie2, but its getting stuck after performing some steps.
Hi all,
I'm trying to create reference index for all human chromosomes 22+X+Y+M using bowtie2, but its getting stuck after performing some steps.
Just download the prebuilt ones from iGenomes. Note that they don't seem to have the most recent human reference (GRCh38). If you really do need that, just stop the current bowtie2-build process and start it again, this is presumably a one-off even.
basically, i'm gonna use this index for mapping reads to find SNPs and INDELs. and i've downloaded dbSNP human build 141(vcf file) based on GRch38 assembly.
please give me whichever is better with above mentioned dbSNP version.
i've also changed sequence identifiers in fasta files according to the name given in dbSNP.
so i can provide you the fasta sequences.
Here are the indices for UCSC (since Ensembl isn't yet available):
https://drive.google.com/file/d/0B3r17kL08B7QQWFpOHNQZmNpN2s/edit?usp=sharing
https://drive.google.com/file/d/0B3r17kL08B7QR3RReFoyLXFfVTg/edit?usp=sharing
https://drive.google.com/file/d/0B3r17kL08B7QWE9NY3pWVVBEREk/edit?usp=sharing
https://drive.google.com/file/d/0B3r17kL08B7QY1BESWtuMVp4Y0U/edit?usp=sharing
https://drive.google.com/file/d/0B3r17kL08B7QZlpDLTBwWjJ3Q3M/edit?usp=sharing
https://drive.google.com/file/d/0B3r17kL08B7QdW92UU1ZT2gwU1k/edit?usp=sharing
I'll remove them in a day or two.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You should add other details in order for us to help you. You should tell us what error it is throwing?
It's not giving any error, it is getting stuck. I left it running for 24hours on 8GB RAM system, but it stuck.
There are some per-built indexes available ftp://ftp.ccb.jhu.edu/pub/data/bowtie_indexes/, but it seems they are for Bowtie not for Bowtie2 as they have extension
.ebwt
.So can I use these indexes for Bowtie2 also?
No, bowtie1 indices won't work for bowtie2.
Hi, Did you find the bug?