hfl112
hfl112
Hi developers, I noticed some lines in this gistic2 are not straight, how can I change it? 
I didn't find a parameter to save it in another location And another problem is , if I have no down-reg genes, it always have a error infomation to let...
Hi lightgbm team, I've been looking into the details of installing gpu version: https://lightgbm.readthedocs.io/en/latest/GPU-Tutorial.html#gpu-setup it looks like it needs the sudo permission. is there any solutions for that, can I...
octopus v0.7.4 system: HPC run with 4cpus and 16G memory `source /home/hef/Tools/miniconda3/etc/profile.d/conda.sh;conda activate octopus octopus -R Homo_sapiens_assembly38.fasta -I 466_WES.dedupped.realigned.recal.bam -C cancer --min-mapping-quality 10 --sequence-error-model PCR-FREE.HISEQ-4000 --forest germline.v0.7.4.forest.gz --somatic-forest somatic.v0.7.4.forest.gz --threads...
I noticed that have a parameter "ChrFilter" to set the chromosome, but I can only limited to one chromsome, can I set it to chromosomes 1-22,X,Y ? Thanks
**Is your feature request related to a problem? Please describe.** Do know if this works for factors/conditions that with a continuous number like a signature score **Describe the solution you'd...
Hi, I have been using a template for adding tags by: `{% if tags.length > 0 -%}{%- set is_first_tag = true -%}{%- for t in tags -%}{%- if t.type !=...