How to download the Homo_sapiens.GRCh38.100.gtf and Homo_sapiens.GRCh38.dna.primary_assembly.fa files for my analysis?
2
0
Entering edit mode
2.7 years ago
bionewbie • 0

I am trying to perform STAR alignment and I need the reference files for indexing. I would like to know how to download the Homo_sapiens.GRCh38.100.gtf and Homo_sapiens.GRCh38.dna.primary_assembly.fa files so that I can use my following code for indexing :

STAR --runMode genomeGenerate \
          --genomeDir ${FILE_PATH}/star_gff_genome_index \
          --genomeFastaFiles ${FILE_PATH}/annotation/Homo_sapiens.GRCh38.dna.primary_assembly.fa \
          --sjdbGTFfile ${FILE_PATH}/annotation/Homo_sapiens.GRCh38.100.gtf \
          --sjdbOverhang 100 \
          --runThreadN 21
RNA-seq reference-genome STAR • 6.9k views
ADD COMMENT
0
Entering edit mode

use wget !

ADD REPLY
0
Entering edit mode
wget http://ftp.ensembl.org/pub/release-104/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz
ADD REPLY
1
Entering edit mode
2.7 years ago

http://ftp.ensembl.org/pub/release-104/fasta/homo_sapiens/dna/

http://ftp.ensembl.org/pub/release-104/gtf/homo_sapiens/

Change the links to release 100 if you really want the same annotation version.

ADD COMMENT
0
Entering edit mode
2.5 years ago
GokalpC ▴ 100

Use the one from GENCODE. That's what the authors also recommend using.

https://www.gencodegenes.org/human/

Check the STAR manual. They refer to the specific versions that you need.

ADD COMMENT

Login before adding your answer.

Traffic: 2440 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6