rajewsky-lab / novosparc

BSD 3-Clause "New" or "Revised" License
125 stars 41 forks source link

/novosparc/plotting/_plotting.py #36

Closed WhatAboutMyStar closed 4 years ago

WhatAboutMyStar commented 4 years ago

line 148 plt.savefig(os.path.joint(folder, 'spatial_expression_intestine.png')) should be plt.savefig(os.path.join(folder, 'spatial_expression_intestine.png'))

WhatAboutMyStar commented 4 years ago

or will get error when run the reconstruct_intestine_denovo.py

enessenel commented 4 years ago

thanks for noticing! it is fixed now