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

unexpected keyword argument #13

Open
jlblancopastor opened this issue Mar 24, 2017 · 5 comments
Open

unexpected keyword argument #13

jlblancopastor opened this issue Mar 24, 2017 · 5 comments

Comments

@jlblancopastor
Copy link

when running treeCl with these options:
treeCl -i input -f fasta --trees_in trees -r 100 -c mds -m geo -g ml -d dna -o output -t temp -u 11 -a

I get a keyword argument error

Using temporary directory temp
Loading input files
Traceback (most recent call last):
File "/home/jlblancopast/git/treeCl/bin/treeCl", line 443, in
debug=args.e,
TypeError: init() got an unexpected keyword argument 'compression'

It seems that there is a bug in the code

@cpouchon
Copy link

Hi,
I am getting the same error message, and I can't run treeCl directly from ipython console as indicated in your "Example Analysis".

@kgori
Copy link
Owner

kgori commented Apr 26, 2017

@jlblancopastor Thanks for letting me know. The command line interface expects an older version of the library. I'll bring it up to date.

@kgori
Copy link
Owner

kgori commented Apr 26, 2017

@cpouchon could you give me the details of the error you get when running from the IPython console?

@kdebray
Copy link

kdebray commented May 29, 2017

Hi,
I also get the keyword argument error. Has this bug been fixed ?

Using temporary directory ./temp3/
Loading input files
Traceback (most recent call last):
  File "treeCl", line 443, in <module>
    debug=args.e,
TypeError: __init__() got an unexpected keyword argument 'compression'

@Arraiano-Castilho
Copy link

Hi, any advance here? I'm having the same issue.

Using temporary directory Temp
Loading input files
Traceback (most recent call last):
File "/home/user/Software/treeCL/treeCl/bin/treeCl", line 443, in
debug=args.e,
TypeError: init() got an unexpected keyword argument 'compression'

Cheers,
RAC

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

5 participants