-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installation not possible #38
Comments
Can you try this for me and see if it works? Create a conda environment called sowhat conda create sowhat
conda activate sowhat
conda install -c conda-forge perl-app-cpanminus
conda install -c anaconda wget
conda install -c bioconda seq-gen
cpanm Statistics::R Download a fresh distribution. wget https://github.com/josephryan/sowhat/archive/refs/tags/v1.0.tar.gz
gzip -dc v1.0.tar.gz | tar -xvf -
cd sowhat-1.0 Install sowhat cd sowhat-1.0/
perl Makefile.PL
make
make test
make install |
Hi @caseywdunn, still getting the same error…
Cheers Bastian |
Try: # if not already activated
conda activate /home/uni08/bheimbu/miniforge3/envs/sowhat
# install prerequisite
conda install -c bioconda raxml |
The second line did the trick, the environment was activated before actually. Thanks for your help, Cheers Bastian |
Anyway, now my question would be, how to compare two trees with each other, reconstructed with IQ-Tree (so there would be no need to use RAxML here). Is this possible with
…but without the RAxML stuff, right? |
To run the SOWH test you need to generate trees. sowhat uses raxml (which is roughly equivalent to iqtree). We hope to make the program work with iqtree at some point. I think you want to run 2 sowh tests and compare the p-values. Reading the sowhat paper should help understand exactly how the SOWH test is working. https://academic.oup.com/sysbio/article/64/6/1048/1669595 Good luck |
Just to clarify a few things: Cheers Bastian |
Hi @caseywdunn,
I cannot install sowhat. Is it to outdated? I work on a cluster without admin privileges.
Any help is highly appreciated. Here is the error.log.
Cheers Bastian
The text was updated successfully, but these errors were encountered: