Hello,
Attempting to use ASTRID for the first time. Looks brilliant! Thanks for sharing it!
Having trouble running it with the dataset provided in the 'test' directory. (Note: generating same error on my data and the test data.)
I did sh install.sh
fastme, fastme2, etc, seemed to compile successfully.
I attempted to call ASTRID.py, and got a python error. Astral was called on a machine running ubuntu 14.04, with python 2.7.6. I am using ASTRID files that were downloaded from github 17 August 2015.
Apologies if I missed a dependency, or am doing something that is obviously incorrect!
I read
http://pranjalv123.github.io/ASTRID/, 'python src/ASTRID.py -h', and
https://github.com/pranjalv123/ASTRID/blob/master/README.md -- apologies if I missed other documentation that is available.
I would be grateful if anyone has insights into the problem.
Best, and Thanks,
Jason.
jgb@RSB000522:~/software/astrid/ASTRID-master$ python src/ASTRID.py -i test/song_mammals.424.gene.tre
reading trees
generating matrix
Traceback (most recent call last):
File "src/ASTRID.py", line 127, in <module>
a.run(method, fname)
File "src/ASTRID.py", line 97, in run
self.generate_matrix()
File "src/ASTRID.py", line 41, in generate_matrix
self.taxindices = dict([(j, i) for i, j in enumerate(sorted(list(self.tl.taxon_namespace)))])
AttributeError: 'TreeList' object has no attribute 'taxon_namespace'