Teichlab / cellphonedb

MIT License
342 stars 105 forks source link

rows. txt columns.txt import error #163

Closed rsggsr closed 4 years ago

rsggsr commented 4 years ago

Hi,

Thanks for this useful tool.

I've been used the online server for quite a long period but just transited to use python package since the server constantly feedback with 500 internal server error.

I got something wrong when I want to specify columns and rows (shown below). Even though I used test data in tutorial.

warnings.warn(message, FutureWarning) Usage: cellphonedb plot dot_plot [OPTIONS]

Error: Invalid value for "--columns": Path "columns.txt" does not exist.

rsggsr commented 4 years ago

I found that it's my own problems with wrong format of rows.txt n columns.txt.

Now it works!@@