simroux / VirSorter

Source code of the VirSorter tool, also available as an App on CyVerse/iVirus (https://de.iplantcollaborative.org/de/)
GNU General Public License v2.0
104 stars 30 forks source link

Encode.c error #38

Closed YiweiZhu closed 5 years ago

YiweiZhu commented 5 years ago

I am installing VirSorter in bioconda following your commands. But then I iniciate wrapper_phage_contigs_sorter_iPlant.pl, I get "Encode.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xde00080)". It is Encode.c, not Listuntil.c. I create the two shell files in activate.d and deactivate.d folder as you recommended, but it doesn't work.

simroux commented 5 years ago

Encode.c and Listuntil.c errors typically come from the same issue, which should be solved by the two shell files in activate.d and deactivate.d.

If you start a new terminal, load the conda environment, and try ">env | grep PERL": what result do you get ?

YiweiZhu commented 5 years ago

Thanks @simroux ! I restart the terminal. The command can run now.

simroux commented 5 years ago

Great ! :-)