Yifang Tan
Yifang Tan
I have similar problem. ``` [ 94%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_resolve.cpp.o /home/yifang/study/C++/bamaddrg/bamtools/src/toolkit/bamtools_resolve.cpp: In member function ‘bool BamTools::ResolveTool::ReadNamesFileReader::Read(std::map&)’: /home/yifang/study/C++/bamaddrg/bamtools/src/toolkit/bamtools_resolve.cpp:401:74: error: no matching function for call to ‘make_pair(__gnu_cxx::__alloc_traits::value_type&, bool)’ resolver.ReadNames.insert( make_pair(fields[1], true)...
No, the same error stayed!
I met this same issue when trying gzopen(). Have ever found a solution to get rid of the warnings? I appreciate if you could share your solution if you have....
I had the same problem. Could not figure out the fix due to the huge macro beyond my experience. Is there a fix of that please? Thanks a lot.
@selavy Thanks! To follow the original logic of the code, the variable **ret** should be **absent**, i.e. `if (!absent) `right?
Thanks a lot! I need more time to understand the huge macro, especially the logic wrapped inside.
十分感谢! 能否将数据集存放到别的地方直接下载? 百度网盘又要注册又要密码,怎么都下不了.
I was wondering where the "fastq.h" header is or, it may not be needed?
Thank Jacques! My BUSCO was 5.2.2 However, installation with 3.0.2 did not create executable busco/BUSCO, which is no where to be found. ``` $ conda install -c conda-forge -c bioconda...
Hello John! I want to simulate 250bp read length from MiSeq, but it seems the read_len for PE reads (MP reads too, but I have not tried yet!) simulation can...