valery-shap

Results 28 comments of valery-shap

Unfortunately, both plots are for the same single-end reads. And the protocol was for single strand dna. Am I right that if I have single_end reads, I could see only...

Hello, Firstly Ii had the same issue as #151 . Then I had the error with ufasta. I fixed all of these only with conda installation of all masurca. There...

The same error with 4.0.4 with Illumina and nanopore data Upd package numactl must be installed.

Hello, @aakashsur , I install boost via BOOST_ROOT=install ./install.sh. But after this I have the error: swig/perl5/swig_wrap.cpp:322:10: fatal error: string.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. make[2]:...

Thank you very much for reply. Unfortunately there is no docker , but I'll ask our administrator to install it if everything else doesn't work. #36 Aleksey tries to help...

Hello, I have the same issue. Firstly I had problems with Boost: cannot find Boost headers version >= 1.46.0, configure: error: cannot find Boost Then I tried BOOST_ROOT=install ./install.sh and...

Thank you for reply. I created new conda env and install conda install -c anaconda perl conda install -c conda-forge swig And I have the same error after: cd MaSuRCA-4.0.4...

Do you mean this path? `export PATH=$PATH:/home/miniconda3/lib/5.32.0/x86_64-linux-thread-multi/CORE/` it contains the following files and many others: `opnames.h op_reg_common.h overload.h pad.h parser.h patchlevel.h perlapi.h perl.h perl_inc_macro.h perlio.h perliol.h perl_langinfo.h perlsdio.h perlvars.h` Error...

Yes, I can build a "hello world" application with gcc/g++ and including string.h doesn't make an error

After cleaning changes in ~/.bashrc and setting `CPPFLAGS=-I/usr/include` the error with `string.h` is gone, but the other one appeared: `fatal error: xlocale.h: No such file or directory` I have no...