mhguo1 / TRAPD

Burden testing against public controls
MIT License
50 stars 31 forks source link

QQ plot bug #5

Closed quentin67100 closed 5 years ago

quentin67100 commented 5 years ago

When i want to use the QQ.R there are an error :

Rscript /Users/quentinchartreux/Downloads/TRAPD-master-2/code/QQ.R --pvalfile /Users/quentinchartreux/Documents/StageM2/burden.txt --plotfile out.png Error in file(file, "rt") : impossible d'ouvrir la connexion Calls: read.delim -> read.table -> file De plus : Warning message: In file(file, "rt") : impossible d'ouvrir le fichier 'burden.txt' : No such file or directory

can you help me please ?

mhguo1 commented 5 years ago

Hi, apologies for the delayed response. Does your file "/Users/quentinchartreux/Documents/StageM2/burden.txt" exist? It seems that the issue is that R can't find that file path to read.

quentin67100 commented 5 years ago

Hi,

Yes this file exist i copied the path directly from the file, and I also test to work directly on my macbook or on a server and I have the same issue

De : mhguo1 notifications@github.com Répondre à : mhguo1/TRAPD reply@reply.github.com Date : mardi 11 juin 2019 à 19:08 À : mhguo1/TRAPD TRAPD@noreply.github.com Cc : Quentin CHARTREUX chartreq@igbmc.fr, Author author@noreply.github.com Objet : Re: [mhguo1/TRAPD] QQ plot bug (#5)

Hi, apologies for the delayed response. Does your file "/Users/quentinchartreux/Documents/StageM2/burden.txt" exist? It seems that the issue is that R can't find that file path to read.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/mhguo1/TRAPD/issues/5?email_source=notifications&email_token=AMFWGWZD7PC6L6VM2HQUNHDPZ7LXHA5CNFSM4HP2BNE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXN25UY#issuecomment-500936403, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMFWGW5T7YQBZCIVNLU6J6TPZ7LXHANCNFSM4HP2BNEQ.

mhguo1 commented 5 years ago

Hi Quentin, I have found the bug and fixed it. Thank you for noting this!