Skip to content
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

BUG: Pathnames are too long for MS Windows #3

Open
HenrikBengtsson opened this issue Oct 9, 2019 · 0 comments
Open

BUG: Pathnames are too long for MS Windows #3

HenrikBengtsson opened this issue Oct 9, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@HenrikBengtsson
Copy link
Owner

Running R CMD check on Windows gives errors like:

Warning in gzfile(file, mode) :
  cannot open compressed file 'overlapScoreData/human,HAP1,unique,bin_size=100000,partition_by=cells_by_half,min_cell_size=2,window_size=5,fraction=0.100,mainseed=0xBEEF/human,HAP1,unique,chr=22,bin_size=100000,partition_by=cells_by_half,min_cell_size=2,window_size=5,fraction=0.100,seed=28e0e3fd,topdom.rds', probable reason 'No such file or directory'
Error in gzfile(file, mode) : cannot open the connection

There is a limit of 255 characters in the effective absolute pathname on Windows. The above relative pathname is 276 characters long by itself. To this should be added the length of the path to the working directory.

Action

For now, document that TopDomStudy will not work on MS Windows because of this.

@HenrikBengtsson HenrikBengtsson added the bug Something isn't working label Oct 9, 2019
@HenrikBengtsson HenrikBengtsson added this to the Next release milestone Oct 9, 2019
@HenrikBengtsson HenrikBengtsson removed this from the Next release milestone May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant