wdecoster / NanoPlot

Plotting scripts for long read sequencing data

Home Page:http://nanoplot.bioinf.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: get_input() got an unexpected keyword argument 'keep_supp'

os103 opened this issue · comments

commented

Hi,

I get the following error message when running nano plot. I installed via conda and have tried 'conda upgrade NanoPlot'.

Thanks!
Orie

If you read this then NanoPlot 1.39.0 has crashed :-(
Please try updating NanoPlot and see if that helps...

If not, please report this issue at https://github.com/wdecoster/NanoPlot/issues
If you could include the log file that would be really helpful.
Thanks!

Traceback (most recent call last):
File "/home/o/os103/miniconda3/envs/nanoplot-venv/bin/NanoPlot", line 10, in
sys.exit(main())
File "/home/o/os103/miniconda3/envs/nanoplot-venv/lib/python3.6/site-packages/nanoplot/NanoPlot.py", line 67, in main
keep_supp=not (args.no_supplementary))
TypeError: get_input() got an unexpected keyword argument 'keep_supp'

Can you try upgrading the nanoget module using conda?

commented

Hmm, remarkable. Could it be that there is an older nanoget module that somehow gets precedence?
You could try python -c "import nanoget ; print(nanoget.__version__)" and see if that matches with what you recently installed.

Maybe pip uninstall nanoget will remove an older installation.