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
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
It seems that there is a bug in the code