Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`zip_datafiles` throws error if data in different directory #102
Comments
|
I think the problem I had was preventing the zip file from containing the full depth of directories. |
…lace - Another revision to fix Issue rqtl#102
|
Hi, @tavareshugo, It should be working now; thanks for reporting the problem, and particularly for providing the example! |
zip_datafiles()seems to throw an error when data are in a sub-directory. Here's an example:I think the problem is in lines 76-79 of function, which change working directory, but then line 99 uses
zip_filethat includes the full path. Not sure lines 76-79 are necessary at all?