GrapeTree is a fully interactive, tree visualization program, which supports facile manipulations of both tree layout and metadata. Click the first link to launch: https://achtman-lab.github.io/GrapeTree/MSTree_holder.html
Hi,
I am having problems installing the latest grapetree.
If i am using pip install grapetree I am not getting the latest version but v1.5
If I force install the latest version using pip install -Iv grapetree==2.2 not all dependencies are resolved
My fix was to additionally install pip install pandas requests. Then it worked.
I tried using python 3.6 and 3.8
I also managed installing grapetree using conda using the attached conda yaml file grapetree3.yaml.txtconda env create -n grapetree3_fromconda -f grapetree3.yaml
Hi, I am having problems installing the latest grapetree.
pip install grapetree
I am not getting the latest version but v1.5pip install -Iv grapetree==2.2
not all dependencies are resolvedMy fix was to additionally install
pip install pandas requests
. Then it worked.I tried using python 3.6 and 3.8
I also managed installing grapetree using conda using the attached conda yaml file grapetree3.yaml.txt
conda env create -n grapetree3_fromconda -f grapetree3.yaml
Why are the newest releases (2.x) not on the release page: https://github.com/achtman-lab/GrapeTree/releases ?
Thanks