queryverse / DataVoyager.jl

Julia wrapper for the Voyager data exploration tool
Other
129 stars 11 forks source link

Properly encoding spaces in directory paths. #51

Closed ryanbrownnetworking777 closed 3 years ago

ryanbrownnetworking777 commented 3 years ago

Updating DataVoyager.jl to properly encode for spaces in directory paths. Before spaces would throw off the URI encoder and give an "unexpected character in path" error. This replaces spaces with proper web encoding. Tested locally.

fbanning commented 3 years ago

Related to #45

davidanthoff commented 3 years ago

I just fixed this in a slightly more general way in https://github.com/queryverse/DataVoyager.jl/commit/2da9c429c8942c4af0d83f10871a1380d665fdfc. I'm also tagging a new release now. Thanks for the PR!