-
Notifications
You must be signed in to change notification settings - Fork 39
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
Perl version issue of MitoZ=3.4 #152
Comments
Hi SongCU, Thank you very much for the suggestion! I would test it and see if it works for most cases (because sometimes Perl=5.2.6 worked for me, but sometimes not, even on the same machine). If it works, then I would update the method. @other users, you are also encouraged to drop a comment here to let me know whether this method works for you or not. Thanks! Cheers |
hi @linzhi2013 . However when I installed MITOZ3 with Anyway thanks for the wonderful program! Best wishes. |
Hi Paul, Thanks for your comment! When I tested Perl 5.32, I got new problems, and sometimes it is still very annoying to deal with. Therefore, I have provided the Singularity, Docker, and Conda-Pack versions of MitoZ (https://github.com/linzhi2013/MitoZ/wiki/Installation#4-conda-pack). Hope it's easier for the users to install MitoZ with them since they have packaged (almost) everything all together. Cheers |
Hi @linzhi2013,
Thank you so much for your effort to update to version 3!
However, there was a problem with circos when installing and using version 3.4 (GD module).
I changed the pearl version and it worked well.
So, Please update Perl version in yml file.
https://github.com/linzhi2013/MitoZ/releases/download/3.4/mitozEnv.yml
perl=5.26 ==> perl=5.32
the old version of perl makes circos GD module error!
+++ Maybe need to be install perl module "Statistics::discriptive" using conda
conda install -c bioconda perl-statistics-descriptive
name: mitozEnv
channels:
dependencies:
The text was updated successfully, but these errors were encountered: