DessimozLab / read2tree

a tool for inferring species tree from sequencing reads
MIT License
138 stars 18 forks source link

ete3 install needs changing #29

Closed nikishe closed 1 year ago

nikishe commented 1 year ago

I think in the install from source , you may need to update the initial step to

conda install -c etetoolkit ete3

condaforge seems to not have ete3 anymore , though might have been a problem specific to my set up

sinamajidian commented 1 year ago

Hi Thanks for using read2tree.

It should be possible to install from both channels : etetoolkit and conda-forge. https://anaconda.org/conda-forge/ete3

Best regards, Sina

nikishe commented 1 year ago

You are right , Its now working . I think initial issue was due to my set up . Thanks for the prompt response