b-niu

Results 6 comments of b-niu

I got this error too. It seems that, when we run vcf2maf.pl on a VCF file from two or more VCFs' intersection using this command: ``` bcftools isec A.vcf.gz B.vcf.gz...

Perhaps this is induced by potential SVs in the VCF. I think this section may be helpful: ``` # If the VCF contains SVs, split the breakpoints into separate lines...

I have fix this problem in my own situation. I had built a docker image of VEP and vcf2maf, and run it using arguments -u `id -u`:`id -g`. But when...

Hi @akatendra , it's a typo in the tutorial. You can check the tutorial of YoloV5, the correct command should be: ``` python -m torch.distributed.run --nproc_per_node 2 train.py --batch 64...

Also care about the setting of `cval` value. How can we determine which `cval` value is most appropriate? Is it best practice to use different values for each sample?