maximilianh / cellBrowser

main repo: https://github.com/ucscGenomeBrowser/cellBrowser/ - Python pipeline and Javascript scatter plot library for single-cell datasets, http://cellbrowser.rtfd.org
https://github.com/ucscGenomeBrowser/cellBrowser/
GNU General Public License v3.0
105 stars 42 forks source link

Fix example build on MacOS #36

Closed mxposed closed 6 years ago

mxposed commented 6 years ago

This fixes #35 for me, plus allows for space characters in paths of files for cbBuild script

maximilianh commented 6 years ago

Thanks! I don't like the os.popen calls myself, but I'm not sure how to construct the pipes with subprocess without using the shell. And it's probably good now, after your fix.