Linlin Yan (颜林林)
Linlin Yan (颜林林)
I downloaded the latest source code package (`samtools-1.10.tar.bz2`, md5sum: `506b0b9b2628e1f3bbedd77855b4c709`) and build it. It prompts the following error: ``` ... gcc -L./lz4 -o samtools bam_index.o bam_plcmd.o sam_view.o bam_fastq.o bam_cat.o bam_md.o...
Sometime, both `*beg` and `*end` may be larger than `far_beg` and `far_end`, and this will cause `*end` be assigned to `far_end` (in line 444), and then crash in `assert()` in...
When executing the following R command: ```sh $ Rscript -e 'library(ggvenn); ggvenn(list(A = NULL, B = NULL))' ``` The following error occurs: ``` Loading required package: ggplot2 Error in `geom_venn()`:...