nloyfer/UXM_deconv

UXM error: Invalid command

Opened this issue · 2 comments

Hello,

Recently I downloaded UXM and installed it successfully.
However, when I use UXM, for example, "uxm deconv", it keeps showing "Invalid command: deconv, did you mean deconv? UXM deconvolution tool, version 0.1.0".

Where did the problem occur? How can I fix it?

The same issue also occurs with wgbstools.
Code:
./wgbstools init_genome -h
Output error:
Invalid command: init_genome
did you mean init_genome?

I hope to receive your assistance as soon as possible. Thank you.

Same issue but on
"Invalid command: plot, did you mean plot? UXM deconvolution tool, version 0.1.0".

Any response? I checked the src code at a few places, guessing possible location of error. At least the module is named correctly (as plot.py) and also called with the same name in uxm.py

Hi,

I managed solving my issue by having a look at list of libraries used in the respective module.
Although, matplotlib was not mentioned in the list of requirements given in readme or tutorial but I found it missing.
Interestingly, error message also did not indicate any missing python package, it appeared a command line argument issue.
In any case, Installing matplotlib solved the issue for me.

Have a look at list of python packages needed.