Ciro Ramirez Suastegui
Ciro Ramirez Suastegui
Hello Erik, I've trying to compile bamaddrg in a cluster, but I've got this error (whether it's dowloaded with the --recursive flag or not). So, I' coping with the end...
Hi, The time clock skew is fixed, but still getting this error and warnings. WARNING comparison between signed and unsigned integer expressions ERROR g++ -O3 -Ibamtools/include -L./ bamaddrg.cpp -o bamaddrg...
Dear @VincentGardeux, Thank you for such needed modification. I am trying to install this branch but I keep running into an error about libz.h not being found. Do you know...
Hi Vincent, I managed to solve it. I just needed to set the following flags: export CPPFLAGS='-I/mnt/BioHome/ciro/bin/zlib-1.2.11/include' export LDFLAGS='-L/mnt/BioHome/ciro/bin/zlib-1.2.11/lib' However, I ran into another issue: ``` /mnt/BioHome/ciro/bin/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: ../htslib/libhts.a(cram_codecs.o): relocation R_X86_64_32S...
Dear @yimmieg, @hyunminkang, These are good questions. Have you managed to answer Q1 and Q2? Thank you, Ciro
Hi, I have the same issue and no suggestion has worked so far. In my case I am trying to install it with the command `devtools::install_github(repo = "hhoeflin/hdf5r")`. Thank you,...