Looking for prebuilt STAR index for hg19. STAR Genome site is down.
Can someone please help me find a prebuilt STAR index? The page hosting pre-made indexes available at STAR Genomes site has been 404 for last few days.
star
rna-seq
chip-seq
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
News: Ensembl Pre! site retirement - 31st January 2021
written by Ben MooreThe [Ensembl Pre! site][1] was launched in 2003 to provide early access to preliminary data generated during the gene annotation process. Genome sequences and preliminary …
-
Input files for rMATs
written by hchau2k19 •Hello everyone, Recently, I've been undergoing some simple tests and tutorials for STAR and rMATS. However, I've spent some time trying to figure out how …
-
hg38 premade index for STAR Aligner
written by kalanir •Is there a place that I can find a premade hg38 STAR index? I know there are links to this site on previous posts:http://labshare.cshl.edu/shares/gingeraslab/www-data/dobin/STAR/STARgenomes/GENCODE/ however, …
-
Picard error: Sequences at index 0 don't match
written by zachariasawaged •I am having an issue with Picard when I try to use the CollectAlignmentSummaryMetrics tool. So I aligned my Fastq into a BAM using Star …
-
STAR Splice Junctions normalization
written by Bastien HervéI'm trying to investigate splicing events in RNA-seq experiments over multiple libraries. [STAR][1] got a `SJ.out.tab` output file listing splicing events over one library. After …
-
Looking for chimp genome index (STAR)
written by compuTEHello, Does anybody know where could I find a pre-made genome index for chimpanzee to run STAR Aligner? I need it to be pre-made, I …
-
How to select a gene annotation file in ensembl that contain un-localized scaffolds, but NO patches…
written by salamandraTo use STAR alignment tool, it is recommended that the annotation file includes un-placed and un-localized scaffolds while excluding patches and alternative haplotypes (in page …
-
premade BWA hg38 index
written by marongiu.luigiHello, is it possible to download premade GRCh38/hg38 BWA indices? like there are premade indices for STAR [http://labshare.cshl.edu/shares/gingeraslab/www-data/dobin/STAR/STARgenomes/].Thank you
-
How Splice Junction database(SJ.out.tab) is generated from GTF(ENSEMBL) and Reference Genome (GRCh3…
written by inambioinfo •As am not an expert in the field, Hence I could like to know few basic concept on how STAR generate Splice Junctions Database(sjdb/SJ.out.tab) while …
-
how to use 2-pass mapping without genome regeneration?
written by wangchengyangghg •Hi All, I am a guy studying in alternative splicing from RNA-seq. Now I am using the latest STAR to map the RNA-seq reads. I …
You can easily generate these indexes on your own. See
STARmanual for more info.Normally I would but I don't have access to an HPCC right now. I'm stranded with my laptop which has only 16gb. STAR should have worked with "--genomeSAsparseD 3 --genomeSAindexNbases 12" but the run gets killed few minutes into ".. sorting Suffix Array chunks and saving them to disk..."
If you are unable build the index on your laptop you will likely not be able to align with pre-built indexes either.
Thanks, I don't need it for alignment. I simply wanted to know if there are any other shared resources where I can find the index.
I see. If you create an issue at STAR GitHub site Alex Dobin should get notified. I don't think there are other public download sites that I know of.
You can use nf-core/rnaseq pipeline. The indices will be downloaded from their s3 iGonomes copy.