Error getting the genome on clinvaR
1
0
Entering edit mode
4 months ago
camillab. ▴ 160

Hi,

I am trying to use clinvaR following this vignette (here ) but when I try to download and Import 1000 Genomes VCF, I get an error:

Cannot open specified tabix file: ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/ALL.chr15.phase3_shapeit2_mvncall_integrated_v5a.20130502.genotypes.vcf.gz
Error in read.table(text = paste(output, collapse = "\n"), header = F,  : 
  no lines available in input

What I am doing wrong?

Thank you Camilla

genome r clinvaR • 965 views
ADD COMMENT
0
Entering edit mode

Your vignette URL is on your localhost, no one but you can access that URL.

ADD REPLY
0
Entering edit mode

sorry! I got the link typing on R browseVignettes(package = "clinvaR")

ADD REPLY
0
0
Entering edit mode

thank you for the help! Where I am suppose to add the http? I tried to use the assembled a compilation of gene list as suggested by the tutorial (from browseVignettes(package = "clinvaR") ) :

 hcm_panel2 <- get_genes('lmm_hcm.tsv')
    print(hcm_panel2) #ok it gives me the genes that I want
    vcf <- import_file_1000g(genes = hcm_panel2)

it says Error in system(sprintf("ls %s/1000G", dir), intern = T) : 'ls' not found

and even if I try to get_date_list() I get an error saying:

Error in system(sprintf("ls %s/Archive_Tables", dir), intern = T) : 
  'ls' not found
ADD REPLY
0
Entering edit mode

Are you on Windows?

ADD REPLY
0
Entering edit mode

yes I am! is it a problem?

ADD REPLY
1
Entering edit mode

Looks like it - the package is trying to run ls which is not a command on Windows. Is this you on their GitHub? https://github.com/jamesdiao/clinvaR/issues/1

ADD REPLY
0
Entering edit mode

yes it was me (I tried to the developers before bother people here). so if I want it to run it, I will have to use it on Mac?

ADD REPLY
0
Entering edit mode

Yes, or overwrite that function with another that is adapted for Windows.

ADD REPLY
0
Entering edit mode

I wish I know how to do that! but thank you! I will use a mac to run it! hopefully it will work! Mistery solved!

ADD REPLY

Login before adding your answer.

Traffic: 1952 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