zhxiaokang / RASflow

RNA-Seq analysis workflow
MIT License
105 stars 58 forks source link

Where to get genome and annotation files #15

Closed smartgamer closed 4 years ago

smartgamer commented 4 years ago

Hi,

I'm trying to use the RASflow and want to use the complete genome and annotation files(human). I tried to download files from https://uswest.ensembl.org/info/data/ftp/index.html, but don't know which files to download and fill the section for "Configuration for alignment to genome and feature count " in config_main.yaml. The original setting in the config_main.yaml is:

genome and annotation files

GENOME: data/example/ref/genome/Homo_sapiens.GRCh38.dna.chromosome.1.1.10M.fa ANNOTATION: data/example/ref/annotation/Homo_sapiens.GRCh38.93.1.1.10M.gtf

I want to replace these files with complete human genome files. Where can I download them and which files?

Thanks,

kalavattam commented 4 years ago

These links ought to do the trick.

# GENOME
ftp://ftp.ensembl.org/pub/release-101/fasta/homo_sapiens/dna/

# ANNOTATION
ftp://ftp.ensembl.org/pub/release-101/gtf/homo_sapiens
smartgamer commented 4 years ago

Thank you so much

Charles

On Oct 25, 2020, at 10:54 PM, Kris Alavattam notifications@github.com wrote:



These links ought to do the trick.

GENOME

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

ANNOTATION

ftp://ftp.ensembl.org/pub/release-101/gtf/homo_sapiens

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/zhxiaokang/RASflow/issues/15#issuecomment-716273871, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFU4PHNRKVZQTJD47XT4TN3SMTQEVANCNFSM4SVO27FQ.

zhxiaokang commented 4 years ago

Thank you @kalavattam