Zepeng (Phoenix) Mu

Results 12 issues of Zepeng (Phoenix) Mu

Hi, I'm running the same command with bcftools v1.9 and v1.12: ```sh bcftools mpileup Homo_sapiens.GRCh37.dna.primary_assembly.fa.gz -I -E -a 'FORMAT/DP' -r 22 --max-depth 1000 -T ALL.chr22.sites.vcf.gz smp_possorted_nodup.bam -Ou | bcftools call...

requires-test-case

Hi, I have noticed strange behavior when adding GeneIntegrationMatrix. I have posted a Discussion several months ago but I think it might be useful to open an Issue as well....

bug

Using snakemake 7.14.0, it seems that `forcerun` has no effect unless I also specify the output files in `rule all`. But using previous version, specify intermediate output files is not...

bug

```r > remotes::install_github("stephenslab/mashr", build_vignettes = F) Downloading GitHub repo stephenslab/mashr@HEAD ✔ checking for file ‘/tmp/Rtmp04xv01/remotes57651587d912/stephenslab-mashr-e482cf2/DESCRIPTION’ (362ms) ─ preparing ‘mashr’: ✔ checking DESCRIPTION meta-information ... ─ cleaning src ─ running ‘cleanup’...

Hi, I'm wondering how I can make a `--quilt_hla_supplementary_info_file` for hg19. I guess I can liftOver the file provided in the Github repo, but I hope to add more genes,...

Hi, I encountered this error when trying to install popscle. My C and CXX compiler version are 9.3.0. HTSlib 1.10.2. This error seems to be related to GNU version? But...

Hello, I used bamCoverage with RPKM normalization to get bigwig files. I then used `pyBigWig.values()` function to view bigwig files in a given genomic region. I noticed all the non-zero...

Hi, I'm encountering this error in `julia_setup`: ```r > j

Hi, when I'm running vireo, I encountered this error: ``` numpy.core._exceptions.MemoryError: Unable to allocate 178. MiB for an array with shape (1939760, 4, 3) and data type float64 ``` This...

Hi, I am running the example code but got the error: ``` Error in FUN(X[[i]], ...) : object 'values.radar' not found ``` How can I resolve this? Thanks