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

Import genomic features from the file as a GRanges object ... trying URL 'ftp://ftp.ebi.ac.uk... #83

Open
horyunchung opened this issue Sep 27, 2024 · 2 comments

Comments

@horyunchung
Copy link

When importing salmon quant.sf files, tximeta tries to build the matching TxDb with txdbmaker package. It tries to download the annotation gtf file from ebi

Import genomic features from the file as a GRanges object ... trying URL 'ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_46/gencode.v46.annotation.gtf.gz'

That fails on my machine because I am sitting behind a firewall that does not allow ftp traffic. Is there any compelling reason why the URL is given as 'ftp://'? To get it working I changed the entry in the file hashtable.csv in extdata/ from "ftp://" to "https://" which works.

Best

Ho

@mikelove
Copy link
Collaborator

Hi Ho!

I can make a switch for https. I'll do that today and it can be released in a few weeks.

Mike

@mikelove
Copy link
Collaborator

Can you try from github:

devtools::install_github("thelovelab/tximeta")
txi <- tximeta(..., skipFtp=TRUE)

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