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
But the script genipe_tutorial didn't detected that the directory is already there and downloaded the huge file 1000GP_Phase3.tgz again. Even if I copy the file 1000GP_Phase3.tgz itself into the directory genipe_tutorial/ it is not detected and downloaded again.
After looking into the program code I noticed that one has to create a file genipe_tut_done in the directory 1000GP_Phase3 after extraction, e.g. by:
cd $HOME/genipe_tutorial
touch 1000GP_Phase3/genipe_tut_done
I would suggest to test only the existence of the directory and output an error message later if one of the expected files in that directory is missing.
After installing and testing genipe as described in the documentation on http://pgxcentre.github.io/genipe/installation.html I created the directory
genipe_tutorial
and extracted the file1000GP_Phase3.tgz
therein as described on http://pgxcentre.github.io/genipe/tutorials/tutorial_genipe.html#genipe-tut-more-detailsBut the script
genipe_tutorial
didn't detected that the directory is already there and downloaded the huge file1000GP_Phase3.tgz
again. Even if I copy the file1000GP_Phase3.tgz
itself into the directorygenipe_tutorial/
it is not detected and downloaded again.In detail I did the following:
$HOME/genipe_tutorial
with "y"Is there a workaround to avoid the downloading?
The text was updated successfully, but these errors were encountered: