linsson

Results 21 comments of linsson

Hi and thank you very much fro your reply. I am using the same annotation (potato Itag) as agrigo2 and I downloaded the associations from agrigo2 site itself. In my...

I just noticed the difference in study (58 vs 263) and population (1185 vs 2392) GO terms. It's not completely clear to me why removing "--no_propagate_counts" should give that. Is...

Thank you very much. Of course, please keep data confidential. uhmm, it looks like I do not have permission to upload on that volume... If you give me an email...

Files sent. Could you download data?

Thank you very much for your answer. Unfortunately I am receiving the following error Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘seqSetFilter’...

I had to use a sort of workaround: ` #SNPRelate GDS input_VCF_name = opt$input_VCF input_GDS_name = sub(".vcf", ".gds", basename(input_VCF_name)) if (!file.exists(input_GDS_name)) { snpgdsVCF2GDS(input_VCF_name, input_GDS_name, method="copy.num.of.ref", ignore.chr.prefix="SL4.0ch") } input_GDS

I can't use just SeqArray GDS. This is what I get: >` gds=seqOpen("G2PSOLMerge.final.keep.recode.renamed.keep15161acc.recode.MinMeanDP15.MaxMiss0.95.recode.seqArray.gds") ` residualSNPset=snpgdsLDpruning(gds, ld.threshold=0.1 ) SNV pruning based on LD: Excluding 173,502 SNVs on non-autosomes Calculating allele counts/frequencies...

Hi, sorry for the delay: ``` /usr/local/software/compute-runtime-22.43.24595.30/build/bin/ocloc -q -spv_only -file /usr/local/software/compute-runtime-22.43.24595.30/shared/source/built_ins/kernels/fill_image3d.builtin_kernel -out_dir /usr/local/software/compute-runtime-22.43.24595.30/build/bin/built_ins/x64/spirv/ -output_no_suffix -options "-cl-kernel-arg-info" /usr/local/software/compute-runtime-22.43.24595.30/build/bin/ocloc: error while loading shared libraries: libocloc.so: cannot open shared object file: No such...

This is the result of `make VERBOSE=1 ` [mylog.txt](https://github.com/intel/compute-runtime/files/10289132/mylog.txt) Actually I can see the full command is `LD_LIBRARY_PATH=/usr/local/software/compute-runtime-22.43.24595.30/build/bin /usr/local/software/compute-runtime-22.43.24595.30/build/bin/ocloc -q -spv_only -file /usr/local/software/compute-runtime-22.43.24595.30/shared/source/built_ins/kernels/fill_image3d.builtin_kernel -out_dir /usr/local/software/compute-runtime-22.43.24595.30/build/bin/built_ins/x64/spirv/ -output_no_suffix -options -cl-kernel-arg-info `

I just tried with: `LD_LIBRARY_PATH=/usr/local/software/compute-runtime-22.43.24595.30/build/bin:${LD_LIBRARY_PATH} /usr/local/software/compute-runtime-22.43.24595.30/build/bin/ocloc -q -spv_only -file /usr/local/software/compute-runtime-22.43.24595.30/shared/source/built_ins/kernels/fill_image3d.builtin_kernel -out_dir /usr/local/software/compute-runtime-22.43.24595.30/build/bin/built_ins/x64/spirv/ -output_no_suffix -options "-cl-kernel-arg-info" ` and it works fine. but I don't know how to patch the source code...