-
Notifications
You must be signed in to change notification settings - Fork 31
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
map_snps_to_genes() related error #145
Comments
Hi @RRRReyes, sorry about that, I think this was a typo in some edits i made recently. I just pushed a fix (v2.0.11); can you try reinstalling |
Hi @bschilder, I installed the version 2.0.11 and re-run the pipeline. It seems it advances more in the code of the
|
Hello,
I was just wondering if there is a fix yet to this issue? Thanks! |
@NathanSkene would it be ok if we asked @Tomrrr1 (or another lab member) to have a look at this? I'm afraid I don't have any time atm with writing my thesis and the papers. |
@NathanSkene can you make a plan of who within your lab is going to maintain |
Hi,
I am trying to run the MAGMA.Celltyping::celltype_associations_pipeline with the following code:
genesOutPath is the output of
MAGMA.Celltyping::map_snps_to_genes(path_formatted = path_formatted, genome_build = "GRCh37")
The error I encounter all the time is this:
Error in stopper(paste0(magmaPaths$filePathPrefix, ".genes.out"), "does not exist. Run map_snps_to_genes() before this function"): /tmp/RtmpZE8Tlp//prospective_memory.ukb.tsv.35UP.10DOWN/MAGMA_Files/prospective_memory.ukb.tsv.genes.out.35UP.10DOWN/prospective_memory.ukb.tsv.genes.out.35UP.10DOWN.genes.out does not exist. Run map_snps_to_genes() before this function
, but it doesn't make sense because I have already run the map_snps_to_genes function. Also, as the path it says in the error is not the same as genesOutPath, I copied the files in genesOutPath (including the file.genes.out), but I still have the same issue.Do you have any idea how to solve this?
Thanks!
The text was updated successfully, but these errors were encountered: