-
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
export2graphlan error #4
Comments
Hi, can you please provide the full command and also the input file(s) you're using? |
export2graphlan.py --skip_rows 1,2 -i taxonomy.tsv \
Traceback (most recent call last): |
i got the same error. any fixes? |
It could be due to the presence of the Thanks, |
Hi,
I'm trying to use export2graphlan on my humann3 abundance table output. but when I RUN:
"Traceback (most recent call last):
File "/home/meta/miniconda2/envs/meta/bin/export2graphlan.py", line 768, in
main()
File "/home/meta/miniconda2/envs/meta/bin/export2graphlan.py", line 511, in main
lefse_input = DataMatrix(args.lefse_input, args)
File "/home/meta/miniconda2/envs/meta/bin/hclust2.py", line 149, in init
index_col = self.args.sname_row if self.args.sname_row > -1 else None
File "/home/meta/miniconda2/envs/meta/lib/python2.7/site-packages/pandas/io/parsers.py", line 678, in parser_f
return _read(filepath_or_buffer, kwds)
File "/home/meta/miniconda2/envs/meta/lib/python2.7/site-packages/pandas/io/parsers.py", line 446, in _read
data = parser.read(nrows)
File "/home/meta/miniconda2/envs/meta/lib/python2.7/site-packages/pandas/io/parsers.py", line 1036, in read
ret = self._engine.read(nrows)
File "/home/meta/miniconda2/envs/meta/lib/python2.7/site-packages/pandas/io/parsers.py", line 1886, in read
values = data.pop(self.index_col[i])
IndexError: list index out of range".
物种.xlsx
Any ideas what's going wrong?
Thanks in advance!
The text was updated successfully, but these errors were encountered: