You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> pdrisk_genesout <- MAGMA.Celltyping::map_snps_to_genes(
+ path_formatted = "/home/rstudio/cellType_progGWAS/data/pd_gwas/qc_gwas/pdriskGWAS_ldscQCed.tsv",
+ upstream_kb = 35,
+ downstream_kb = 10,
+ genome_build = "GRCh37",
+ N = round(mean(pdrisk$N)),
+ population = "eur",
+ #storage_dir = "~/cellType_progGWAS/workflow/magma_celltyping/")
+ #genome_ref_path = "~/software/magma_software/reference_data/g1000_eur"
+ genome_ref_path = "~/software/magma_software/reference_data/")
Installed MAGMA version: v1.10
Skipping MAGMA installation.
The desired_version of MAGMA is currently installed: v1.10
Using: magma_v1.10
genome_ref not found in storage_dir. Downloading from remote server instead ==> /home/rstudio/software/magma_software
trying URL 'https://ctg.cncr.nl/software/MAGMA/ref_data/magma_software.zip'
Error in utils::download.file(url = input_url, destfile = zipfile) :
cannot open URL 'https://ctg.cncr.nl/software/MAGMA/ref_data/magma_software.zip'
In addition: Warning message:
In utils::download.file(url = input_url, destfile = zipfile) :
cannot open URL 'https://ctg.cncr.nl/software/MAGMA/ref_data/magma_software.zip': HTTP status was '404 Not Found'
>
> pdrisk_genesout <- MAGMA.Celltyping::map_snps_to_genes(
+ path_formatted = "/home/rstudio/cellType_progGWAS/data/pd_gwas/qc_gwas/pdriskGWAS_ldscQCed.tsv",
+ upstream_kb = 35,
+ downstream_kb = 10,
+ genome_build = "GRCh37",
+ N = round(mean(pdrisk$N)),
+ population = "eur",
+ #storage_dir = "~/cellType_progGWAS/workflow/magma_celltyping/")
+ #genome_ref_path = "~/software/magma_software/reference_data/g1000_eur"
+ genome_ref_path = "~/software/magma_software/reference_data/g1000_eur/")
Installed MAGMA version: v1.10
Skipping MAGMA installation.
The desired_version of MAGMA is currently installed: v1.10
Using: magma_v1.10
genome_ref not found in storage_dir. Downloading from remote server instead ==> /home/rstudio/software/magma_software/reference_data
trying URL 'https://ctg.cncr.nl/software/MAGMA/ref_data/reference_data.zip'
Error in utils::download.file(url = input_url, destfile = zipfile) :
cannot open URL 'https://ctg.cncr.nl/software/MAGMA/ref_data/reference_data.zip'
In addition: Warning message:
In utils::download.file(url = input_url, destfile = zipfile) :
cannot open URL 'https://ctg.cncr.nl/software/MAGMA/ref_data/reference_data.zip': HTTP status was '404 Not Found'
Data
I am pasting here the directory I am pointing out with genome_ref_path
rstudio@3e36fec3eec9:~/software/magma_software/reference_data$ ls
g1000_eur README
rstudio@3e36fec3eec9:~/software/magma_software/reference_data$ ls g1000_eur/
g1000_eur.bed g1000_eur.bim g1000_eur.fam g1000_eur.synonyms g1000_eur.zip
1. Bug description
I cant specify I have my reference panel locally
Code and console output
Data
I am pasting here the directory I am pointing out with genome_ref_path
3. Session info
The text was updated successfully, but these errors were encountered: