Murali-group / Beeline

BEELINE: evaluation of algorithms for gene regulatory network inference
GNU General Public License v3.0
171 stars 51 forks source link

BEELINE Installation Failure on Windows #104

Open kevchen03 opened 3 months ago

kevchen03 commented 3 months ago

When installing Beeline on Windows, a common recurring issue is the inability for the script to parse and split paths due to differences in path separators depending on the OS. A fix may be to use os.path.sep in the place of any hardcoded path separators.

tmmurali commented 3 months ago

Thanks for the report @kevchen03. I suggest you reword the last sentence to say something like "A fix might be to use os.path.sep." and to test that change before creating a PR.

kevchen03 commented 3 months ago

Thank you @tmmurali. I have edited the issue to reflect this change.