Open NVSmirnova opened 5 years ago
Try using htslib-1.3. I couldn't get it to work for me with htslib-1.9, there was always some *.so file that it could not find...
Try using htslib-1.3. I couldn't get it to work for me with htslib-1.9, there was always some *.so file that it could not find...
thanks, I will try it =)
I cannot install Platypus. There were mistakes with htslib (though I have made all steps from your readme).
I work in docker-container build from Ubuntu 14.04. Inside the container I made commands from the attached file. In brief, I install cython, htslib-1.9, then made $git clone this repository and in /Platypus made $make.
I got this error:
I copied htslib-1.9 folder everywhere (really in every directory like /Platypus; /Platypus/src/; /Platypus/htslib; /Platypus/src/htslib; I changed
LD_LIBRARY_PATH="$SOFT/Platypus/src/htslib/lib:$LD_LIBRARY_PATH" \ LIBRARY_PATH="$SOFT/Platypus/src/htslib/lib" \ C_INCLUDE_PATH="$SOFT/Platypus/src/htslib/include"
the first mistake is gone now, but still I have this mistake after $make
commands_inside_docker.txt