Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RapClust with no params throws a stack trace #8

Closed
tseemann opened this issue Aug 15, 2016 · 0 comments
Closed

RapClust with no params throws a stack trace #8

tseemann opened this issue Aug 15, 2016 · 0 comments

Comments

@tseemann
Copy link

It should probably show the --help instead?

% pip install rapclust
% RapClust

Traceback (most recent call last):
  File "/home/linuxbrew/.linuxbrew/bin/RapClust", line 89, in <module>
    processQuant()
  File "/home/linuxbrew/.linuxbrew/Cellar/python/2.7.12_1/lib/python2.7/site-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/home/linuxbrew/.linuxbrew/Cellar/python/2.7.12_1/lib/python2.7/site-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/home/linuxbrew/.linuxbrew/Cellar/python/2.7.12_1/lib/python2.7/site-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/linuxbrew/.linuxbrew/Cellar/python/2.7.12_1/lib/python2.7/site-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/home/linuxbrew/.linuxbrew/bin/RapClust", line 18, in processQuant
    with open(config, 'r') as yamCfg:
TypeError: coercing to Unicode: need string or buffer, NoneType found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants