-
Notifications
You must be signed in to change notification settings - Fork 6
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
TypeError: 'NoneType' object has no attribute '__getitem__' #13
Comments
Hi Pezhman, On the first look of your trace, it looks like yaml file has not been configured correctly. Let us know how it worked out. |
Hi, I attach my yaml file. I don't see anything wrong with it. BR, On Tue, Nov 15, 2016 at 3:42 PM, Avi Srivastava notifications@github.com
|
I think you forgot to attach. |
Hi, conditions:
BR, On Tue, Nov 15, 2016 at 4:17 PM, Avi Srivastava notifications@github.com
|
Hi Pezhman, Please use the below attached yaml file for your analysis. Let us know how it works out. |
Hi Avi, It is still not working. now I get the following error message: BR, On Wed, Nov 16, 2016 at 7:06 PM, Avi Srivastava notifications@github.com
|
looks like yaml doesn't like tabs and want spaces in its files. |
Hi Avi, We figured the same out yesterday. We used for space instead of tabs and Cheers, On Thu, Nov 17, 2016 at 9:41 PM, Avi Srivastava notifications@github.com
|
Glad to hear that! |
Hi,
I am trying to run rapclust but I am getting an error like this:
Traceback (most recent call last):
File "/usr/bin/RapClust", line 89, in
processQuant()
File "/usr/lib/python2.7/site-packages/click/core.py", line 716, in call
return self.main(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
File "/usr/lib/python2.7/site-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python2.7/site-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
File "/usr/bin/RapClust", line 34, in processQuant
samples = cfg['samples'][c]
TypeError: 'NoneType' object has no attribute 'getitem'
Would you please help me with the posible cause of the problem?
BR,
Pezhman
The text was updated successfully, but these errors were encountered: